Skip to content

Commit 8f2f717

Browse files
Bump org.junit:junit-bom from 5.10.2 to 5.11.4 (#93)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.2 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.11.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 219d12e commit 8f2f717

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
implementation 'org.jetbrains:annotations:13.0'
4242

4343
testImplementation 'cloud.eppo:sdk-common-jvm:3.5.4:tests'
44-
testImplementation platform('org.junit:junit-bom:5.10.2')
44+
testImplementation platform('org.junit:junit-bom:5.11.4')
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)