We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e29164 commit 16c3c2aCopy full SHA for 16c3c2a
marklogic-client-api/build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
compileOnly group: 'net.sourceforge.htmlcleaner', name: 'htmlcleaner', version:'2.24'
34
compileOnly group: 'com.opencsv', name: 'opencsv', version: '4.6'
35
compileOnly group: 'org.geonames', name: 'geonames', version:'1.0'
36
- compileOnly group: 'org.springframework', name: 'spring-jdbc', version: '5.2.7.RELEASE'
+ compileOnly group: 'org.springframework', name: 'spring-jdbc', version: '5.3.18'
37
}
38
39
jar {
0 commit comments