Skip to content

Commit f4c8ed1

Browse files
authored
Merge pull request #1557 from OlgaMaciaszek/2.x
Upgrade Jackson to 2.13.5. Upgrade Woodstox to 6.4.0.
2 parents cf85ce1 + 4ac4045 commit f4c8ed1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@ allprojects {
4343
spectatorVersion = '1.7.3'
4444
slf4jVersion = '1.7.36'
4545
archaiusVersion = '0.7.6'
46-
jacksonVersion = '2.10.5'
47-
jacksonDatabindVersion = '2.10.5.1'
48-
woodstoxVersion = '5.2.1'
46+
jacksonVersion = '2.13.5'
47+
jacksonDatabindVersion = '2.13.5'
48+
woodstoxVersion = '6.4.0'
4949

5050
// test deps
5151
jetty_version = '11.0.11'
5252
junit_version = '4.11'
5353
mockitoVersion = '4.6.1'
54-
mockserverVersion = '3.9.2'
54+
mockserverVersion = '3.9.17'
55+
jaxbVersion = '2.3.1'
5556
}
5657
}
5758

eureka-core-jersey3/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ dependencies {
2323
testImplementation "org.mock-server:mockserver-netty:${mockserverVersion}"
2424
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
2525
testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.10'
26+
testRuntimeOnly "javax.xml.bind:jaxb-api:${jaxbVersion}"
2627
}

0 commit comments

Comments
 (0)