From a02db33b9362f0c04b3ccbee0cf0f7c90faca310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:55:36 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.14.3 to 5.14.4 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.14.3 to 5.14.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.3...r5.14.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a3d0b7a8ff..008e09a0ac 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ checkstyle = "12.3.0" gson = "2.14.0" jsr305 = "3.0.2" -junit = "5.14.3" +junit = "5.14.4" jsoup = "1.22.2" okhttp = "5.3.2" protobuf-lib = "4.34.1"