Skip to content

Commit

Permalink
Fix reactive->rest (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy authored Sep 13, 2024
1 parent e0f3139 commit 75d26fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-reactive</artifactId>
<artifactId>quarkus-rest-client</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-reactive-jackson</artifactId>
<artifactId>quarkus-rest-client-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.jgit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>3.13.2</quarkus.platform.version>
<quarkus.platform.version>3.14.3</quarkus.platform.version>

<skipITs>true</skipITs>
<surefire-plugin.version>3.2.5</surefire-plugin.version>
Expand Down

0 comments on commit 75d26fc

Please sign in to comment.