Skip to content

Commit fce7f7a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
api 'com.fasterxml.jackson.core:jackson-databind:2.21'
3636
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.0'
3737

38-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
38+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2'
3939
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4040
}
4141

0 commit comments

Comments
 (0)