Skip to content

Commit

Permalink
upgrade quarkus to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mswiderski committed May 9, 2024
1 parent b15e331 commit 94f7741
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 15 deletions.
1 change: 1 addition & 0 deletions mysql-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion omboarding/registration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

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

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>

<quarkus.version>3.5.3</quarkus.version>
<camel.version>3.0.0-RC2</camel.version>
<quarkus.version>3.10.0</quarkus.version>
<camel.version>3.10.0</camel.version>
<automatiko.version>${project.version}</automatiko.version>
<wiremock.version>2.35.0</wiremock.version>

Expand Down
2 changes: 1 addition & 1 deletion user-registration-function/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-reactive-jackson</artifactId>
<artifactId>quarkus-rest-client-jackson</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion user-registration-gcp-cloudrun/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-reactive-jackson</artifactId>
<artifactId>quarkus-rest-client-jackson</artifactId>
</dependency>

<dependency>
Expand Down
7 changes: 1 addition & 6 deletions user-registration-javadsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@

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

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-opentracing</artifactId>
<artifactId>quarkus-rest-client-jackson</artifactId>
</dependency>

<!-- automatiko process management addon - optional -->
Expand Down
2 changes: 1 addition & 1 deletion user-registration-sw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

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

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion user-registration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-reactive-jackson</artifactId>
<artifactId>quarkus-rest-client-jackson</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion weather-conditions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

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

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion workflows-java-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

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

<dependency>
Expand Down

0 comments on commit 94f7741

Please sign in to comment.