Skip to content

Commit 191cc40

Browse files
authored
xstream 1.4.19 (fixes a CVE) (#1472)
1 parent ed0da19 commit 191cc40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eureka-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ configurations.all {
77

88
dependencies {
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}"

eureka-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)