Skip to content

Commit 47238c5

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 f5739b0 commit 47238c5

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
@@ -23,12 +23,12 @@ dependencies {
2323
implementation 'com.nimbusds:oauth2-oidc-sdk:11.23'
2424

2525
testImplementation 'org.mockito:mockito-core:4.9.0'
26-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
26+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
2727
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
2828
testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:2.35.0"
2929
testImplementation "org.assertj:assertj-core:3.26.0"
3030
testImplementation "org.hamcrest:hamcrest:2.2"
31-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
31+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
3232
testRuntimeOnly 'ch.qos.logback:logback-core:1.2.11'
3333

3434
compileOnly 'org.projectlombok:lombok:1.18.38'

0 commit comments

Comments
 (0)