Skip to content

Commit 47a8dbd

Browse files
fix(deps): bump org.junit.jupiter:junit-jupiter-api (#172)
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2032993 commit 47a8dbd

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:10.14.2'
1919

2020
testImplementation 'org.mockito:mockito-core:4.9.0'
21-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
21+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
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.25.2"

0 commit comments

Comments
 (0)