8000 [#1406] Upgrade postgres connector to 42.5.0 · hibernate/hibernate-reactive@0bd4463 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bd4463

Browse files
committed
[#1406] Upgrade postgres connector to 42.5.0
1 parent a1b1dc7 commit 0bd4463

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hibernate-reactive-core/build.gradle

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

4545
// JDBC driver to test with ORM and PostgreSQL
46-
testRuntimeOnly "org.postgresql:postgresql:42.4.1"
46+
testRuntimeOnly "org.postgresql:postgresql:42.5.0"
4747

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

tooling/jbang/CockroachDBReactiveTest.java.qute

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
//// Testcontainer needs the JDBC drivers to start the container
1717
//// Hibernate Reactive doesn't need it
18-
//DEPS org.postgresql:postgresql:42.4.0
18+
//DEPS org.postgresql:postgresql:42.5.0
1919

2020
import java.io.IOException;
2121
import jakarta.persistence.Entity;

tooling/jbang/ReactiveTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//
2222
//// Testcontainer needs the JDBC drivers to start the containers
2323
//// Hibernate Reactive doesn't use them
24-
//DEPS org.postgresql:postgresql:42.4.0
24+
//DEPS org.postgresql:postgresql:42.5.0
2525
//DEPS mysql:mysql-connector-java:8.0.28
2626
//DEPS org.mariadb.jdbc:mariadb-java-client:2.7.3
2727
//

0 commit comments

Comments
 (0)
0