Skip to content

Commit b91742e

Browse files
fix(deps): bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.2
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42e45c5 commit b91742e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation('com.nimbusds:oauth2-oidc-sdk:11.29.1')
2424

2525
testImplementation(platform('org.junit:junit-bom:5.13.4'))
26-
testImplementation('org.junit.jupiter:junit-jupiter:5.13.4')
26+
testImplementation('org.junit.jupiter:junit-jupiter:6.0.2')
2727
testRuntimeOnly('org.junit.platform:junit-platform-launcher:1.9.3')
2828

2929
testImplementation('org.mockito:mockito-core:4.11.0')

0 commit comments

Comments
 (0)