Skip to content

Commit

Permalink
Merge pull request #521 from johnoliver/bump-versions-2
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
gdams authored Oct 26, 2024
2 parents 5851139 + 579675d commit 54bb7ff
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
<artifactId>quarkus-rest</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-kotlin</artifactId>
</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
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
<artifactId>quarkus-rest</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion adoptium-marketplace-staging-checker/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.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<maven.compiler.target>17</maven.compiler.target>
<java.version>17</java.version>
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
<quarkus.version>3.14.2</quarkus.version>
<quarkus.version>3.16.0</quarkus.version>
<jacoco.version>0.8.12</jacoco.version>
<kotlin.version>2.0.21</kotlin.version>
<adoptiumVersion>3.0.1-SNAPSHOT</adoptiumVersion>
Expand Down

0 comments on commit 54bb7ff

Please sign in to comment.