Skip to content

Commit

Permalink
Quarkus update to 3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgopen committed Oct 15, 2024
1 parent 8efb82f commit 32b10d5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- quarkus -->
<quarkus-plugin.version>3.4.2</quarkus-plugin.version>
<quarkus.platform.version>3.4.2</quarkus.platform.version>
<quarkus-plugin.version>3.15.1</quarkus-plugin.version>
<quarkus.platform.version>3.15.1</quarkus.platform.version>

<server.jvm.args>${jvm.args.other} ${jvm.args.memory} ${jvm.args.debug} ${jvm.args.modular}</server.jvm.args>
<spring.version>2.0.9.RELEASE</spring.version>
Expand Down
4 changes: 4 additions & 0 deletions rts/at/annotation/common-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.narayana.arjunacore</groupId>
<artifactId>arjuna</artifactId>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion rts/at/annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client</artifactId>
<artifactId>quarkus-resteasy-client</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion rts/lra-examples/cdi-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-jackson</artifactId>
<artifactId>quarkus-resteasy-client</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion rts/lra-examples/cdi-participant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-jackson</artifactId>
<artifactId>quarkus-resteasy-client</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.narayana.rts</groupId>
Expand Down
4 changes: 2 additions & 2 deletions rts/lra-examples/coordinator-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client</artifactId>
<artifactId>quarkus-resteasy-client</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jsonb</artifactId>
<artifactId>quarkus-resteasy-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 32b10d5

Please sign in to comment.