Skip to content

Commit

Permalink
Upgrade jettison to 1.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Jan 26, 2024
1 parent 0b32fa1 commit ecdf048
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 ecdf048

Please sign in to comment.