Skip to content

Commit 7abf6f6

Browse files
Nikhila GoduguSanjeevani19
authored andcommitted
DHFPROD-10595: Address Palamida security vulnerabilities - Spring
1 parent 97ea77f commit 7abf6f6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

marklogic-data-hub-junit5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ snyk {
1818
dependencies {
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"

marklogic-data-hub/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)