Skip to content

Commit

Permalink
Update Oracle JDBC driver version to 21.9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Apr 3, 2023
1 parent f10a667 commit 068f74a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/trino-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
</dependency>

<dependency>
<groupId>com.oracle.ojdbc</groupId>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>${dep.oracle.version}</version>
<scope>test</scope>
Expand Down
6 changes: 3 additions & 3 deletions plugin/trino-oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
</dependency>

<dependency>
<groupId>com.oracle.ojdbc</groupId>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>${dep.oracle.version}</version>
</dependency>

<dependency>
<groupId>com.oracle.ojdbc</groupId>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ucp</artifactId>
<version>${dep.oracle.version}</version>
</dependency>
Expand Down Expand Up @@ -84,7 +84,7 @@
</dependency>

<dependency>
<groupId>com.oracle.ojdbc</groupId>
<groupId>com.oracle.database.nls</groupId>
<artifactId>orai18n</artifactId>
<version>${dep.oracle.version}</version>
<scope>runtime</scope>
Expand Down
2 changes: 1 addition & 1 deletion plugin/trino-resource-group-managers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
</dependency>

<dependency>
<groupId>com.oracle.ojdbc</groupId>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>${dep.oracle.version}</version>
<scope>runtime</scope>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dep.aws-sdk.version>1.12.261</dep.aws-sdk.version>
<dep.okhttp.version>3.14.9</dep.okhttp.version>
<dep.jsonwebtoken.version>0.11.5</dep.jsonwebtoken.version>
<dep.oracle.version>19.3.0.0</dep.oracle.version>
<dep.oracle.version>21.9.0.0</dep.oracle.version>
<dep.drift.version>1.14</dep.drift.version>
<dep.tempto.version>191</dep.tempto.version>
<dep.gcs.version>2.2.8</dep.gcs.version>
Expand Down

0 comments on commit 068f74a

Please sign in to comment.