We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d790e0 + 399f6b7 commit ed31c36Copy full SHA for ed31c36
modules/db2/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
api project(':jdbc')
5
6
testImplementation project(':jdbc-test')
7
- testRuntimeOnly 'com.ibm.db2:jcc:11.5.9.0'
+ testRuntimeOnly 'com.ibm.db2:jcc:12.1.2.0'
8
testImplementation 'org.assertj:assertj-core:3.27.3'
9
}
10
0 commit comments