Skip to content

Commit 9be6f1d

Browse files
fix(deps): bump org.junit.jupiter:junit-jupiter-api
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.10.2 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30010a8 commit 9be6f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ 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.4'
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"
2525
testImplementation "org.hamcrest:hamcrest:2.2"
26-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
26+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
2727
testRuntimeOnly 'ch.qos.logback:logback-core:1.2.11'
2828

2929
compileOnly 'org.projectlombok:lombok:1.18.38'

0 commit comments

Comments
 (0)