Skip to content

Commit

Permalink
xstream 1.4.19 (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Nov 30, 2022
1 parent 03dc7c7 commit b031519
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 {
api "com.netflix.netflix-commons:netflix-eventbus:0.3.0"
api 'com.thoughtworks.xstream:xstream:1.4.18'
api 'com.thoughtworks.xstream:xstream:1.4.19'
api "com.netflix.archaius:archaius-core:${archaiusVersion}"
api 'jakarta.ws.rs:jakarta.ws.rs-api:3.0.0'
api 'jakarta.inject:jakarta.inject-api:2.0.1'
Expand Down
2 changes: 1 addition & 1 deletion eureka-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
api "com.amazonaws:aws-java-sdk-route53:${awsVersion}"
api "jakarta.servlet:jakarta.servlet-api:${servletVersion}"
api 'jakarta.inject:jakarta.inject-api:2.0.1'
api 'com.thoughtworks.xstream:xstream:1.4.17'
api 'com.thoughtworks.xstream:xstream:1.4.19'

// These dependencies are marked 'compileOnly' in the client, but we need them always on the server
api "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jacksonVersion}"
Expand Down

0 comments on commit b031519

Please sign in to comment.