Skip to content

Commit

Permalink
Fix #1367 (update xstream) (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
troshko111 committed Dec 1, 2020
1 parent 953810a commit 1749af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eureka-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ configurations.all {

dependencies {
compile "com.netflix.netflix-commons:netflix-eventbus:0.3.0"
compile 'com.thoughtworks.xstream:xstream:1.4.13'
compile 'com.thoughtworks.xstream:xstream:1.4.14'
compile "com.netflix.archaius:archaius-core:${archaiusVersion}"
compile 'javax.ws.rs:jsr311-api:1.1.1'
compile "com.netflix.servo:servo-core:${servoVersion}"
Expand Down
2 changes: 1 addition & 1 deletion eureka-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
compile "com.amazonaws:aws-java-sdk-sts:${awsVersion}"
compile "com.amazonaws:aws-java-sdk-route53:${awsVersion}"
compile "javax.servlet:servlet-api:${servletVersion}"
compile 'com.thoughtworks.xstream:xstream:1.4.13'
compile 'com.thoughtworks.xstream:xstream:1.4.14'
compile 'javax.ws.rs:jsr311-api:1.1.1'

// These dependencies are marked 'compileOnly' in the client, but we need them always on the server
Expand Down

0 comments on commit 1749af9

Please sign in to comment.