Upgrade to Oracle JDBC driver 21.4.0.0.1.

See #710
This commit is contained in:
Mark Paluch
2022-01-27 09:21:49 +01:00
parent fd342b9f8c
commit b06c90cfa1
2 changed files with 4 additions and 3 deletions

View File

@@ -217,7 +217,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc11</artifactId>
<version>21.1.0.0</version>
<version>21.4.0.0.1</version>
<scope>test</scope>
</dependency>