From ca04521c42b4e5f5291851796276cc184cdbb544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:45:59 +0100 Subject: [PATCH] chore(deps): bump org.junit:junit-bom from 5.12.1 to 5.13.4 (#1080) Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.12.1 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.12.1...r5.13.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 31b8fa19..be4563a3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ gson = "2.12.1" jackson = "2.18.3" jsoup = "1.19.1" jtokkit = "1.1.0" -junit = "5.12.1" +junit = "5.13.4" kotlin = "2.1.20" llm-client = "0.8.46" okio = "3.10.2"