Skip to content

Commit

Permalink
Merge pull request #1531 from OlgaMaciaszek/2.x
Browse files Browse the repository at this point in the history
Upgrade jettison to 1.5.4.
  • Loading branch information
drobertduke committed Feb 1, 2024
2 parents 0b32fa1 + ecdf048 commit 3a63288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {

awsVersion = '1.11.277'
servletVersion = '5.0.0'
jettisonVersion = '1.4.0'
jettisonVersion = '1.5.4'
apacheHttpClientVersion = '4.5.3'
commonsConfigurationVersion = '1.10'
jsr305Version = '3.0.2'
Expand Down
2 changes: 1 addition & 1 deletion eureka-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation 'org.glassfish.jaxb:jaxb-runtime:2.3.3'

runtimeOnly 'xerces:xercesImpl:2.12.0'
runtimeOnly 'org.codehaus.jettison:jettison:1.2'
runtimeOnly "org.codehaus.jettison:jettison:${jettisonVersion}"

providedCompile "jakarta.servlet:jakarta.servlet-api:$servletVersion"

Expand Down

0 comments on commit 3a63288

Please sign in to comment.