Skip to content

Commit 6ca898a

Browse files
committed
Upgrade JBang Pg JDBC driver to 42.4.0
1 parent bae4541 commit 6ca898a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3.5
18+
//DEPS org.postgresql:postgresql:42.4.0
1919

2020
import java.io.IOException;
2121
import javax.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.3.5
24+
//DEPS org.postgresql:postgresql:42.4.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)