Skip to content

Commit

Permalink
Update to latest Quarkus version. (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
javahippie authored Aug 27, 2024
1 parent 6d1887f commit 649e3f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.0-SNAPSHOT</version>
<properties>
<surefire-plugin.version>2.22.1</surefire-plugin.version>
<quarkus.version>3.7.1</quarkus.version>
<quarkus.version>3.13.2</quarkus.version>
<maven.compiler.source>21</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>21</maven.compiler.target>
Expand All @@ -29,12 +29,12 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
<artifactId>quarkus-resteasy-reactive</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jsonb</artifactId>
<artifactId>quarkus-resteasy-reactive-jsonb</artifactId>
</dependency>

<dependency>
Expand All @@ -59,7 +59,7 @@

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client</artifactId>
<artifactId>quarkus-rest-client-jsonb</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 649e3f5

Please sign in to comment.