File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88}
99
1010dependencies {
11- implementation " org.springframework:spring-jdbc:6.2.9 "
11+ implementation " org.springframework:spring-jdbc:6.2.10 "
1212 implementation " org.postgresql:postgresql:42.7.7"
1313}
1414
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ configurations {
4747configurations. all {
4848 resolutionStrategy. eachDependency { DependencyResolveDetails details ->
4949 if (details. requested. group. startsWith(' org.springframework' )) {
50- details. useVersion ' 6.2.9 '
50+ details. useVersion ' 6.2.10 '
5151 details. because ' Forcing marklogic-junit5 to use the latest version of Spring to minimize security vulnerabilities.'
5252 }
5353 }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version=6.1-SNAPSHOT
44# This should match the version used by the MarkLogic Java Client.
55jacksonVersion =2.19.0
66
7- springVersion =6.2.9
7+ springVersion =6.2.10
88
99# Define these on the command line to publish to OSSRH
1010# See https://central.sonatype.org/publish/publish-gradle/#credentials for more information
You can’t perform that action at this time.
0 commit comments