Skip to content

Commit

Permalink
Merge pull request #699 from loicmathieu/feat/quarkus-3-16
Browse files Browse the repository at this point in the history
Upgrade Quarkus to 3.16.0
  • Loading branch information
loicmathieu authored Oct 25, 2024
2 parents 05ddf01 + bee567e commit 8baf364
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration-tests/app-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
<artifactId>quarkus-rest</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.googlecloudservices</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/firebase-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
<artifactId>quarkus-rest-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.googlecloudservices</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
<artifactId>quarkus-rest-jackson</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<version>2.13.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<quarkus.version>3.15.0</quarkus.version>
<quarkus.version>3.16.0</quarkus.version>
<enforcer-plugin.version>3.5.0</enforcer-plugin.version>
<assertj.version>3.26.3</assertj.version>
<opentelemetry-alpha.version>1.43.0-alpha</opentelemetry-alpha.version>
Expand Down

0 comments on commit 8baf364

Please sign in to comment.