Skip to content

Commit 026d919

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.13.1 to 6.0.0
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.1 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9062b4 commit 026d919

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
@@ -11,7 +11,7 @@ dependencies {
1111
implementation 'com.auth0:java-jwt:4.5.0'
1212
implementation 'org.bouncycastle:bcprov-jdk18on:1.81'
1313

14-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
14+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
1515
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1616
testImplementation 'org.mockito:mockito-core:5.18.0'
1717
}

0 commit comments

Comments
 (0)