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 1cecf12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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
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

0 comments on commit 1cecf12

Please sign in to comment.