File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments