Skip to content

Commit 96bdaa9

Browse files
fix(deps): bump org.junit.jupiter:junit-jupiter-api
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.2 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.13.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 80feb7f commit 96bdaa9

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
@@ -18,7 +18,7 @@ dependencies {
1818
implementation 'com.nimbusds:oauth2-oidc-sdk:11.23'
1919

2020
testImplementation 'org.mockito:mockito-core:4.9.0'
21-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
21+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.0'
2222
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
2323
testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:2.35.0"
2424
testImplementation "org.assertj:assertj-core:3.26.0"

0 commit comments

Comments
 (0)