Skip to content

Commit ad31a3b

Browse files
committed
[hibernate#2030] Upgrade Db2 JDBC driver to 12.1.0.0
1 parent d532120 commit ad31a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-reactive-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
testRuntimeOnly "com.mysql:mysql-connector-j:8.0.33"
5858

5959
// JDBC driver for Db2 server, for testing
60-
testRuntimeOnly "com.ibm.db2:jcc:11.5.9.0"
60+
testRuntimeOnly "com.ibm.db2:jcc:12.1.0.0"
6161

6262
// EHCache
6363
testRuntimeOnly ("org.ehcache:ehcache:3.10.0-alpha0") {

0 commit comments

Comments
 (0)