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 compile " com.netflix.netflix-commons:netflix-eventbus:0.3.0"
10- compile ' com.thoughtworks.xstream:xstream:1.4.18 '
10+ compile ' com.thoughtworks.xstream:xstream:1.4.19 '
1111 compile " com.netflix.archaius:archaius-core:${ archaiusVersion} "
1212 compile ' javax.ws.rs:jsr311-api:1.1.1'
1313 compile " com.netflix.servo:servo-core:${ servoVersion} "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 compile " com.amazonaws:aws-java-sdk-sts:${ awsVersion} "
88 compile " com.amazonaws:aws-java-sdk-route53:${ awsVersion} "
99 compile " javax.servlet:servlet-api:${ servletVersion} "
10- compile ' com.thoughtworks.xstream:xstream:1.4.17 '
10+ compile ' com.thoughtworks.xstream:xstream:1.4.19 '
1111 compile ' javax.ws.rs:jsr311-api:1.1.1'
1212
1313 // 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