@@ -24,7 +24,7 @@ tasks.named('jar', Jar) {
2424
2525def jsonProviders = [
2626 [id : ' jackson' , additionalVersions : [' 2.2.0' ],
27- group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.21.0 ' ],
27+ group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.21.1 ' ],
2828 [id : ' gson' , additionalVersions : [' 2.3' ],
2929 group : ' com.google.code.gson' , name : ' gson' , version : ' 2.13.2' ],
3030 [id : ' orgJson' , additionalVersions : [' 20201115' ],
@@ -38,7 +38,7 @@ def jsonProviders = [
3838 [id : ' jsonSmart' , additionalVersions : [' 1.1' ],
3939 group : ' net.minidev' , name : ' json-smart' , version : ' 2.6.0' ],
4040 [id : ' snakeYaml' , additionalVersions : [' 1.26' , ' 2.0' ],
41- group : ' org.yaml' , name : ' snakeyaml' , version : ' 2.5 ' ],
41+ group : ' org.yaml' , name : ' snakeyaml' , version : ' 2.6 ' ],
4242]
4343
4444setupJava8Test(jsonProviders[0 ])
@@ -56,13 +56,13 @@ dependencies {
5656 jakartaJsonTestImplementation ' org.eclipse.parsson:parsson:1.1.7'
5757 testRuntimeOnly ' org.eclipse.parsson:parsson:1.1.7'
5858
59- testFixturesApi ' org.junit.platform:junit-platform-launcher:1.14.2 '
60- testFixturesApi ' org.junit.jupiter:junit-jupiter-api:5.14.2 '
61- testFixturesApi ' org.junit.jupiter:junit-jupiter:5.14.2 '
59+ testFixturesApi ' org.junit.platform:junit-platform-launcher:1.14.3 '
60+ testFixturesApi ' org.junit.jupiter:junit-jupiter-api:5.14.3 '
61+ testFixturesApi ' org.junit.jupiter:junit-jupiter:5.14.3 '
6262 testFixturesApi ' org.assertj:assertj-core:3.27.7'
63- testFixturesApi ' org.mockito:mockito-core:5.21 .0'
63+ testFixturesApi ' org.mockito:mockito-core:5.22 .0'
6464 testFixturesApi ' com.sanctionco.jmail:jmail:2.1.0'
65- testFixturesRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.14.2 '
65+ testFixturesRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.14.3 '
6666}
6767
6868processTestFixturesResources {
0 commit comments