Skip to content

Commit

Permalink
build(deps): bump quarkus.platform.version from 3.8.6 to 3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Sep 30, 2024
1 parent ef57278 commit 34a9713
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.8.6</quarkus.platform.version>
<quarkus.platform.version>3.15.1</quarkus.platform.version>
<surefire-plugin.version>3.5.0</surefire-plugin.version>
<assembly-plugin.version>3.7.1</assembly-plugin.version>
<com.diffplug.spotless.maven.plugin.version>2.43.0</com.diffplug.spotless.maven.plugin.version>
Expand All @@ -60,7 +60,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
<artifactId>quarkus-rest-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down Expand Up @@ -251,7 +251,8 @@
</plugins>
</build>
<properties>
<quarkus.package.type>native</quarkus.package.type>
<quarkus.native.enabled>true</quarkus.native.enabled>
<quarkus.package.jar.enabled>false</quarkus.package.jar.enabled>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit 34a9713

Please sign in to comment.