@@ -49,14 +49,14 @@ dependencies {
4949 packIntoJar group : ' org.apache.commons' , name : ' commons-compress' , version : ' 1.21'
5050
5151 testImplementation(' org.openstreetmap.josm:josm-unittest:latest' ){changing= true }
52- testImplementation group : ' org.jmockit' , name : ' jmockit' , version : ' 1.40 '
53- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.8.2 '
52+ testImplementation group : ' org.jmockit' , name : ' jmockit' , version : ' 1.49 '
53+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.9.0 '
5454 testImplementation group : ' org.apache.groovy' , name : ' groovy-all' , version : project. property(' dep.groovy' )
5555 testImplementation group : ' org.apache.groovy' , name : ' groovy-test' , version : project. property(' dep.groovy' )
5656 testImplementation group : ' com.github.tomakehurst' , name : ' wiremock' , version : ' 2.27.2'
5757 testImplementation group : ' org.awaitility' , name : ' awaitility' , version : ' 4.2.0'
5858
59- testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.8.2 '
59+ testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.9.0 '
6060}
6161
6262def releases = Releases . fromFile(file(" releases.yml" ))
0 commit comments