mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
Upgrade to Quarkus 3.26.0 (#42204)
Closes #42202 Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -45,8 +45,8 @@
|
||||
|
||||
<asciidoctor.plugin.version>1.5.8</asciidoctor.plugin.version>
|
||||
|
||||
<quarkus.version>3.26.0.CR1</quarkus.version>
|
||||
<quarkus.build.version>3.26.0.CR1</quarkus.build.version>
|
||||
<quarkus.version>3.26.0</quarkus.version>
|
||||
<quarkus.build.version>3.26.0</quarkus.build.version>
|
||||
<jboss-logging-annotations.version>3.0.4.Final</jboss-logging-annotations.version> <!-- keep in sync with the version used by quarkus -->
|
||||
|
||||
<project.build-time>${timestamp}</project.build-time>
|
||||
@@ -166,7 +166,7 @@
|
||||
<mssql.version>2022</mssql.version>
|
||||
<mssql.container>mcr.microsoft.com/mssql/server:${mssql.version}-latest</mssql.container>
|
||||
<!-- this is the mssql driver version also used in the Quarkus BOM -->
|
||||
<mssql-jdbc.version>12.10.0.jre11</mssql-jdbc.version>
|
||||
<mssql-jdbc.version>13.2.0.jre11</mssql-jdbc.version>
|
||||
<oracledb.version>23.5</oracledb.version>
|
||||
<oracledb.container>mirror.gcr.io/gvenzl/oracle-free:${oracledb.version}-slim-faststart</oracledb.container>
|
||||
<!-- this is the oracle driver version also used in the Quarkus BOM -->
|
||||
|
||||
Reference in New Issue
Block a user