Skip to content

Commit 3eec81b

Browse files
committed
Upgrade PogreSQL JDBC driver to 42.4.1
1 parent fc3fea9 commit 3eec81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-reactive-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
testImplementation 'com.ongres.scram:client:2.1'
4343

4444
// JDBC driver to test with ORM and PostgreSQL
45-
testRuntimeOnly "org.postgresql:postgresql:42.4.0"
45+
testRuntimeOnly "org.postgresql:postgresql:42.4.1"
4646

4747
// JDBC driver for Testcontainers with MS SQL Server
4848
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:10.2.1.jre11"

0 commit comments

Comments
 (0)