mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Closes #43643 (cherry picked from commit 61b1e53eeea008150039b7f4ea2907974b143fc8) Signed-off-by: Rahul Jain <jainrahul0311@gmail.com> Co-authored-by: Rahul Jain <jainrahul0311@gmail.com>
This commit is contained in:
parent
a6d27705d2
commit
56d2434105
6
pom.xml
6
pom.xml
@ -45,8 +45,8 @@
|
||||
|
||||
<asciidoctor.plugin.version>1.5.8</asciidoctor.plugin.version>
|
||||
|
||||
<quarkus.version>3.27.0</quarkus.version>
|
||||
<quarkus.build.version>3.27.0</quarkus.build.version>
|
||||
<quarkus.version>3.27.1</quarkus.version>
|
||||
<quarkus.build.version>3.27.1</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>
|
||||
@ -168,7 +168,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>13.2.0.jre11</mssql-jdbc.version>
|
||||
<mssql-jdbc.version>13.2.1.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 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user