Skip to content

Commit 345cf43

Browse files
dependabot[bot]airsquared
authored andcommitted
Bump junit-jupiter from 5.7.2 to 5.8.0
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.7.2...r5.8.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d00acff commit 345cf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
implementation 'net.java.dev.jna:jna-jpms:5.9.0'
5757
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.21'
5858

59-
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2'
59+
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.0'
6060
testImplementation group: 'org.testfx', name: 'openjfx-monocle', version: 'jdk-12.0.1+2'
6161
}
6262

0 commit comments

Comments
 (0)