Skip to content

Commit

Permalink
upgrade to quarkus 3.4.0 and camel quarkus and required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mswiderski committed Sep 22, 2023
1 parent 2a70c9b commit 4b03cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>

<quarkus.version>3.2.2.Final</quarkus.version>
<quarkus.version>3.4.0</quarkus.version>
<camel.version>3.0.0-RC2</camel.version>
<automatiko.version>${project.version}</automatiko.version>
<wiremock.version>2.35.0</wiremock.version>
Expand All @@ -32,7 +32,7 @@
<module>mysql-operator</module>
<module>user-registration</module>
<module>user-registration-sw</module>
<module>user-registration-gcp-cloudrun</module>
<!--module>user-registration-gcp-cloudrun</module-->
<module>support-incidents</module>
<module>omboarding</module>
<module>user-registration-function</module>
Expand Down

0 comments on commit 4b03cd3

Please sign in to comment.