Skip to content

Commit d707b9f

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

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.8.0'
59+
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
6060
testImplementation group: 'org.testfx', name: 'openjfx-monocle', version: 'jdk-12.0.1+2'
6161
}
6262

0 commit comments

Comments
 (0)