DBZ-7365 Upgrade Oracle ojdbc8 from 21.6.0.0 to 21.11.0.0

This commit is contained in:
Chris Cranford 2024-01-29 12:48:37 -05:00 committed by Jiri Pechanec
parent 2de9c68eb2
commit 2af17ac69c
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ ENV CONNECTOR="oracle"
ENV MAVEN_DEP_DESTINATION=$KAFKA_HOME/libs \
ORACLE_JDBC_REPO="com/oracle/database/jdbc" \
ORACLE_JDBC_GROUP="ojdbc8" \
ORACLE_JDBC_VERSION="21.6.0.0" \
ORACLE_JDBC_VERSION="21.11.0.0" \
ORACLE_JDBC_MD5=312e6f4ec9932bbf74a4461669970c4b
RUN docker-maven-download central "$ORACLE_JDBC_REPO" "$ORACLE_JDBC_GROUP" "$ORACLE_JDBC_VERSION" "$ORACLE_JDBC_MD5"

View File

@ -19,7 +19,7 @@ asciidoc:
strimzi-version: '0.18.0'
apicurio-version: '2.4.3.Final'
db2-version: '11.5.0.0'
ojdbc8-version: '21.6.0.0'
ojdbc8-version: '21.11.0.0'
informix-jdbc-version: '4.50.10'
ifx-changestream-version: '1.1.3'
community: true

View File

@ -137,8 +137,8 @@
<version.mariadb.driver>3.2.0</version.mariadb.driver>
<!-- These two should be aligned by major versions but minor could vary -->
<!-- Oracle publishes the driver versions more frequently than the instant client -->
<version.oracle.driver>21.6.0.0</version.oracle.driver>
<version.oracle.instantclient>21.6.0.0</version.oracle.instantclient>
<version.oracle.driver>21.11.0.0</version.oracle.driver>
<version.oracle.instantclient>21.11.0.0</version.oracle.instantclient>
<!-- Databases, should align with database drivers -->
<version.mysql.server>8.2</version.mysql.server>