File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
marklogic-data-hub-junit5 Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818dependencies {
1919 api " org.junit.jupiter:junit-jupiter:5.7.2"
2020 api " org.slf4j:slf4j-api:2.0.7"
21- api " org.springframework:spring-test:5.3.24 "
21+ api " org.springframework:spring-test:5.3.29 "
2222 api project(" :marklogic-data-hub" )
2323
2424 api " com.marklogic:marklogic-unit-test-client:1.3.0"
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ dependencies {
6161 implementation ' commons-io:commons-io:2.11.0'
6262
6363 constraints {
64- implementation(' org.springframework:spring-beans:5.3.23 ' ) {
65- because ' spring-beans:5.3.7 is vulnerable to remote code execution and other critical security vulnerabilities'
64+ implementation(' org.springframework:spring-beans:5.3.29 ' ) {
65+ because ' spring-beans:5.3.23 is vulnerable to remote code execution and other critical security vulnerabilities'
6666 }
67- implementation(' org.springframework:spring-jcl:5.3.23 ' ) {
68- because ' spring-jcl:5.3.7 is vulnerable to remote code execution and other critical security vulnerabilities'
67+ implementation(' org.springframework:spring-jcl:5.3.29 ' ) {
68+ because ' spring-jcl:5.3.23 is vulnerable to remote code execution and other critical security vulnerabilities'
6969 }
70- implementation(' org.springframework:spring-core:5.3.23 ' ) {
71- because ' spring-core:5.3.7 is vulnerable to remote code execution and other critical security vulnerabilities'
70+ implementation(' org.springframework:spring-core:5.3.29 ' ) {
71+ because ' spring-core:5.3.23 is vulnerable to remote code execution and other critical security vulnerabilities'
7272 }
7373 }
7474
You can’t perform that action at this time.
0 commit comments