Skip to content

Commit

Permalink
Align Quarkus HTTP version (bump to 4.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier authored and geoand committed Nov 21, 2022
1 parent 6c02233 commit b7b11a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<opentelemetry.version>1.19.0</opentelemetry.version>
<opentelemetry-alpha.version>1.19.0-alpha</opentelemetry-alpha.version>
<jaeger.version>1.8.1</jaeger.version>
<quarkus-http.version>4.1.9</quarkus-http.version>
<quarkus-http.version>4.2.1</quarkus-http.version>
<micrometer.version>1.10.1</micrometer.version><!-- keep in sync with hdrhistogram -->
<hdrhistogram.version>2.1.12</hdrhistogram.version><!-- keep in sync with micrometer -->
<google-auth.version>0.22.0</google-auth.version>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ recipeList:
newValue: 6.0.0
- org.openrewrite.maven.ChangePropertyValue:
key: quarkus-http.version
newValue: 5.0.0.Alpha2
newValue: 5.0.0.Alpha3
# Transaction
- org.openrewrite.maven.ChangePropertyValue:
key: version.jta
Expand Down

0 comments on commit b7b11a5

Please sign in to comment.