Skip to content

Commit 9a0daf2

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 6.0.3
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.10.1 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.1...r6.0.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3ab5f6 commit 9a0daf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0'
2727

2828
// Testing
29-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
29+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3'
3030
testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2'
3131
}
3232

0 commit comments

Comments
 (0)