Skip to content

Commit

Permalink
Merge pull request Netflix#853 from twicksell/updateXstream
Browse files Browse the repository at this point in the history
update XStream to 1.4.9 to patch XXE vulnerability
  • Loading branch information
qiangdavidliu authored Sep 26, 2016
2 parents e41dac4 + 5454289 commit c7d4238
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 @@ -3,7 +3,7 @@ apply plugin: 'provided-base'

dependencies {
compile "com.netflix.netflix-commons:netflix-eventbus:0.3.0"
compile 'com.thoughtworks.xstream:xstream:1.4.2'
compile 'com.thoughtworks.xstream:xstream:1.4.9'
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 @@ -8,7 +8,7 @@ dependencies {
compile "com.amazonaws:aws-java-sdk-route53:${awsVersion}"
compile "javax.servlet:servlet-api:${servletVersion}"
compile "com.netflix.governator:governator:${governatorVersion}"
compile 'com.thoughtworks.xstream:xstream:1.4.2'
compile 'com.thoughtworks.xstream:xstream:1.4.9'
compile 'javax.ws.rs:jsr311-api:1.1.1'

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

0 comments on commit c7d4238

Please sign in to comment.