Skip to content

Commit 6bdbe5c

Browse files
committed
upgrade dependencies
1 parent d13ea07 commit 6bdbe5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

6262
def releases = Releases.fromFile(file("releases.yml"))

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ graalvm.download-base-url=https://github.com/graalvm/graalvm-ce-builds/releases/
3030
#-------------------------------
3131
# depenendy versions
3232
#-------------------------------
33-
dep.groovy=4.0.3
33+
dep.groovy=4.0.4
3434
dep.mustache=0.9.10

0 commit comments

Comments
 (0)