diff --git a/modules/db2/build.gradle b/modules/db2/build.gradle index 9542ab75f65..0163eb17bd6 100644 --- a/modules/db2/build.gradle +++ b/modules/db2/build.gradle @@ -4,7 +4,7 @@ dependencies { api project(':jdbc') testImplementation project(':jdbc-test') - testRuntimeOnly 'com.ibm.db2:jcc:11.5.9.0' + testRuntimeOnly 'com.ibm.db2:jcc:12.1.2.0' testImplementation 'org.assertj:assertj-core:3.27.3' }