Skip to content

Commit

Permalink
Upgrade to Quarkus 3.2.10.Final
Browse files Browse the repository at this point in the history
Closes keycloak#26417

Signed-off-by: Václav Muzikář <[email protected]>
  • Loading branch information
vmuzikar committed Jan 26, 2024
1 parent 7c6d5e4 commit 2bca3eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<jboss.snapshots.repo.id>jboss-snapshots-repository</jboss.snapshots.repo.id>
<jboss.snapshots.repo.url>https://s01.oss.sonatype.org/content/repositories/snapshots/</jboss.snapshots.repo.url>

<quarkus.version>3.2.9.Final</quarkus.version>
<quarkus.build.version>3.2.9.Final</quarkus.build.version>
<quarkus.version>3.2.10.Final</quarkus.version>
<quarkus.build.version>3.2.10.Final</quarkus.build.version>

<project.build-time>${timestamp}</project.build-time>

Expand Down
1 change: 1 addition & 0 deletions testsuite/utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql-jdbc.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2bca3eb

Please sign in to comment.