Skip to content

Commit

Permalink
Merge pull request #1557 from OlgaMaciaszek/2.x
Browse files Browse the repository at this point in the history
Upgrade Jackson to 2.13.5. Upgrade Woodstox to 6.4.0.
  • Loading branch information
howardyuan authored Oct 9, 2024
2 parents cf85ce1 + 4ac4045 commit f4c8ed1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,16 @@ allprojects {
spectatorVersion = '1.7.3'
slf4jVersion = '1.7.36'
archaiusVersion = '0.7.6'
jacksonVersion = '2.10.5'
jacksonDatabindVersion = '2.10.5.1'
woodstoxVersion = '5.2.1'
jacksonVersion = '2.13.5'
jacksonDatabindVersion = '2.13.5'
woodstoxVersion = '6.4.0'

// test deps
jetty_version = '11.0.11'
junit_version = '4.11'
mockitoVersion = '4.6.1'
mockserverVersion = '3.9.2'
mockserverVersion = '3.9.17'
jaxbVersion = '2.3.1'
}
}

Expand Down
1 change: 1 addition & 0 deletions eureka-core-jersey3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ dependencies {
testImplementation "org.mock-server:mockserver-netty:${mockserverVersion}"
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.10'
testRuntimeOnly "javax.xml.bind:jaxb-api:${jaxbVersion}"
}

0 comments on commit f4c8ed1

Please sign in to comment.