File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ configurations.all {
77
88dependencies {
99 implementation " com.netflix.netflix-commons:netflix-eventbus:0.3.0"
10- api ' com.thoughtworks.xstream:xstream:1.4.20 '
10+ api ' com.thoughtworks.xstream:xstream:1.4.21 '
1111 api " com.netflix.archaius:archaius-core:${ archaiusVersion} "
1212 api ' jakarta.ws.rs:jakarta.ws.rs-api:3.0.0'
1313 api ' jakarta.inject:jakarta.inject-api:2.0.1'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 api " com.amazonaws:aws-java-sdk-route53:${ awsVersion} "
1111 api " jakarta.servlet:jakarta.servlet-api:${ servletVersion} "
1212 api ' jakarta.inject:jakarta.inject-api:2.0.1'
13- api ' com.thoughtworks.xstream:xstream:1.4.20 '
13+ api ' com.thoughtworks.xstream:xstream:1.4.21 '
1414 implementation ' com.google.guava:guava:33.0.0-jre'
1515
1616 // These dependencies are marked 'compileOnly' in the client, but we need them always on the server
You can’t perform that action at this time.
0 commit comments