From d72e78c423187ee02ce631b1a10f265629b7144b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:22:06 -0800 Subject: [PATCH] chore(deps): bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#77) Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2eb4b2e..889b5b7 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'org.apache.commons:commons-collections4:4.4' implementation 'org.slf4j:slf4j-api:2.0.16' testImplementation 'org.slf4j:slf4j-simple:2.0.16' - testImplementation platform('org.junit:junit-bom:5.11.3') + testImplementation platform('org.junit:junit-bom:5.11.4') testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.skyscreamer:jsonassert:1.5.3'