Skip to content

Commit

Permalink
Move up to PostgreSQL version 42.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalcorn committed Jan 7, 2024
1 parent cba945c commit 53eee48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/liberty/config/includes/postgres.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dataSource id="PortfolioDB" jndiName="jdbc/Portfolio/PortfolioDB" connectionManagerRef="dbConnections" type="javax.sql.ConnectionPoolDataSource" transactional="true" isolationLevel="TRANSACTION_REPEATABLE_READ">
<jdbcDriver javax.sql.ConnectionPoolDataSource="org.postgresql.ds.PGConnectionPoolDataSource">
<library name="Postgres" description="PostgreSQL JDBC driver jar">
<file id="postgres" name="/config/prereqs/postgresql-42.6.0.jar"/>
<file id="postgres" name="/config/prereqs/postgresql-42.7.1.jar"/>
</library>
</jdbcDriver>
<properties.postgresql serverName="${env.JDBC_HOST}" portNumber="${env.JDBC_PORT}" databaseName="${env.JDBC_DB}"
Expand Down

0 comments on commit 53eee48

Please sign in to comment.