Skip to content

Commit

Permalink
update »Quarkus 3« example to 3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed Oct 31, 2024
1 parent a4ce680 commit 2b5dd8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/quarkus3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.version>3.15.1</quarkus.platform.version>
<quarkus.platform.version>3.16.1</quarkus.platform.version>
<surefire-plugin.version>3.5.1</surefire-plugin.version>
</properties>

Expand Down Expand Up @@ -44,7 +44,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
<artifactId>quarkus-rest</artifactId>
</dependency>
<!-- scope: test -->
<dependency>
Expand Down

0 comments on commit 2b5dd8b

Please sign in to comment.