Skip to content

Commit

Permalink
Update Oracle driver version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalcorn authored Nov 16, 2023
1 parent 759dd2d commit 1247bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/liberty/config/includes/oracle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<dataSource id="PortfolioDB" jndiName="jdbc/Portfolio/PortfolioDB" connectionManagerRef="dbConnections" isolationLevel="TRANSACTION_REPEATABLE_READ">
<jdbcDriver>
<library name="Oracle" description="Oracle JDBC driver jar">
<file id="ojdbc8" name="/config/prereqs/ojdbc11-21.8.0.0.jar"/>
<file id="ojdbc8" name="/config/prereqs/ojdbc11-23.3.0.23.09.jar"/>
</library>
</jdbcDriver>
<properties.oracle URL="jdbc:oracle:thin:@//${env.JDBC_HOST}:${env.JDBC_PORT}/${env.JDBC_DB}/"
Expand Down

0 comments on commit 1247bb8

Please sign in to comment.