feature/Bump Oracle driver to ojbbc8-production 23.2.0.0

This commit is contained in:
Marko Milić 2023-08-08 15:01:28 +02:00
parent 07350c8fbd
commit c30e9e0292

View File

@ -116,10 +116,12 @@
<artifactId>postgresql</artifactId>
<version>42.4.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8-production -->
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>21.5.0.0</version>
<artifactId>ojdbc8-production</artifactId>
<version>23.2.0.0</version>
<type>pom</type>
</dependency>
<!-- https://mvnrepository.com/artifact/com.h2database/h2 -->
<dependency>