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 18
18
dependencies {
19
19
api " org.junit.jupiter:junit-jupiter:5.7.2"
20
20
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 "
22
22
api project(" :marklogic-data-hub" )
23
23
24
24
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 {
61
61
implementation ' commons-io:commons-io:2.11.0'
62
62
63
63
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'
66
66
}
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'
69
69
}
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'
72
72
}
73
73
}
74
74
You can’t perform that action at this time.
0 commit comments