Skip to content

Commit

Permalink
xstream 1.4.19 (fixes a CVE) (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 30, 2022
1 parent ed0da19 commit 191cc40
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.18'
compile 'com.thoughtworks.xstream:xstream:1.4.19'
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.17'
compile 'com.thoughtworks.xstream:xstream:1.4.19'
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 191cc40

Please sign in to comment.