Skip to content

Commit 85f2837

Browse files
authored
Merge pull request #1572 from OlgaMaciaszek/2.x-xstream-1_4_21
Upgrade XStream to 1.4.21
2 parents f4c8ed1 + c104e1f commit 85f2837

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
implementation "com.netflix.netflix-commons:netflix-eventbus:0.3.0"
10-
api 'com.thoughtworks.xstream:xstream:1.4.20'
10+
api 'com.thoughtworks.xstream:xstream:1.4.21'
1111
api "com.netflix.archaius:archaius-core:${archaiusVersion}"
1212
api 'jakarta.ws.rs:jakarta.ws.rs-api:3.0.0'
1313
api 'jakarta.inject:jakarta.inject-api:2.0.1'

eureka-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
api "com.amazonaws:aws-java-sdk-route53:${awsVersion}"
1111
api "jakarta.servlet:jakarta.servlet-api:${servletVersion}"
1212
api 'jakarta.inject:jakarta.inject-api:2.0.1'
13-
api 'com.thoughtworks.xstream:xstream:1.4.20'
13+
api 'com.thoughtworks.xstream:xstream:1.4.21'
1414
implementation 'com.google.guava:guava:33.0.0-jre'
1515

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

0 commit comments

Comments
 (0)