From ac6e60d2c4dbabe70b66f6e2483c43aac99046b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:52:21 +0000 Subject: [PATCH 1/2] chore(deps): bump org.junit:junit-bom from 5.11.2 to 5.11.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4cb0fa8d3..9bee4fafc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,7 @@ allprojects { implementation("org.slf4j:slf4j-api:2.0.16") // this is used to counter version conflicts between the JUnit version pulled in by the plugin, // and the one expected by IntelliJ - testImplementation(platform("org.junit:junit-bom:5.11.2")) + testImplementation(platform("org.junit:junit-bom:5.11.3")) constraints { implementation("org.yaml:snakeyaml:2.3") { From 52f41fdb29a8ae9a57d737f42bf0a43a22b28449 Mon Sep 17 00:00:00 2001 From: Enrico Risa Date: Mon, 9 Dec 2024 11:55:05 +0100 Subject: [PATCH 2/2] chore: deps file --- DEPENDENCIES | 1 - 1 file changed, 1 deletion(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index 5e411c592..81e8847d8 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -591,7 +591,6 @@ maven/mavencentral/org.junit.jupiter/junit-jupiter-engine/5.11.3, EPL-2.0, appro maven/mavencentral/org.junit.jupiter/junit-jupiter-params/5.11.3, EPL-2.0, approved, #15940 maven/mavencentral/org.junit.platform/junit-platform-commons/1.11.3, EPL-2.0, approved, #15936 maven/mavencentral/org.junit.platform/junit-platform-engine/1.11.3, EPL-2.0, approved, #15932 -maven/mavencentral/org.junit/junit-bom/5.11.2, EPL-2.0, approved, #16062 maven/mavencentral/org.junit/junit-bom/5.11.3, EPL-2.0, approved, #16062 maven/mavencentral/org.jvnet.mimepull/mimepull/1.9.15, CDDL-1.1 OR GPL-2.0-only WITH Classpath-exception-2.0, approved, CQ21484 maven/mavencentral/org.latencyutils/LatencyUtils/2.0.3, CC0-1.0, approved, #15280