From 509c64992efe618bf7384321ec3242095c4411ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:44:25 +0000 Subject: [PATCH] Bump the gradle-deps group with 3 updates Bumps the gradle-deps group with 3 updates: [org.junit:junit-bom](https://github.com/junit-team/junit-framework), [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) and com.fasterxml.jackson.datatype:jackson-datatype-jsr310. Updates `org.junit:junit-bom` from 5.14.2 to 5.14.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.2...r5.14.3) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.21.0 to 2.21.2 - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.21.0...jackson-dataformats-text-2.21.2) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.21.0 to 2.21.2 --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-version: 2.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] --- key.util/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/key.util/build.gradle b/key.util/build.gradle index 5b6c81ff6c..cfe26a0db9 100644 --- a/key.util/build.gradle +++ b/key.util/build.gradle @@ -10,7 +10,7 @@ dependencies { // we also export these dependency into src/test/java. testFixturesApi(project(':key.util')) - testFixturesApi(platform("org.junit:junit-bom:5.14.2")) + testFixturesApi(platform("org.junit:junit-bom:5.14.3")) testFixturesApi("org.junit.jupiter:junit-jupiter-api") testFixturesApi("org.junit.jupiter:junit-jupiter-params") testFixturesApi("org.assertj:assertj-core:3.27.7") @@ -19,8 +19,8 @@ dependencies { testFixturesApi("ch.qos.logback:logback-classic:1.5.32") // test fixtures - testFixturesApi("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.0") - testFixturesApi("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.0") + testFixturesApi("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.2") + testFixturesApi("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.2") def eisop_version = "3.49.3-eisop1" testFixturesCompileOnly( "io.github.eisop:checker-qual:$eisop_version")