Skip to content

Commit 013c407

Browse files
build(deps): bump org.junit:junit-bom from 5.11.4 to 6.0.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.4 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r6.0.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8acabe commit 013c407

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
@@ -41,7 +41,7 @@ dependencies {
4141
// Logback classic 1.3.x is compatible with java 8 - only needed for tests
4242
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
4343
testImplementation 'cloud.eppo:sdk-common-jvm:3.5.4:tests'
44-
testImplementation platform('org.junit:junit-bom:5.11.4')
44+
testImplementation platform('org.junit:junit-bom:6.0.1')
4545
testImplementation 'org.junit.jupiter:junit-jupiter'
4646
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.2'
4747
testImplementation 'org.mockito:mockito-core:4.11.0'

0 commit comments

Comments
 (0)