Skip to content

Commit cd0b660

Browse files
committed
[#2030] Upgrade Db2 JDBC driver to 12.1.0.0
1 parent 683d6bc commit cd0b660

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
@@ -58,7 +58,7 @@ dependencies {
5858
testRuntimeOnly "com.mysql:mysql-connector-j:8.0.33"
5959

6060
// JDBC driver for Db2 server, for testing
61-
testRuntimeOnly "com.ibm.db2:jcc:11.5.9.0"
61+
testRuntimeOnly "com.ibm.db2:jcc:12.1.0.0"
6262

6363
// EHCache
6464
testRuntimeOnly ("org.ehcache:ehcache:3.10.8") {

0 commit comments

Comments
 (0)