From bb7da6d211d47369809ab6584253bdba82c95067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 03:14:12 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter from 5.13.1 to 5.13.2 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.1 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.2 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 2d37144..7fea554 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ val prometeus_version = "1.15.1" val nav_common_version = "3.2025.06.23_14.50-3af3985d8555" val tjenestespec_version = "1.2021.02.22-10.45-4201aaea72fb" val modia_common_utils_version = "1.2025.06.23-08.17-ec3d057bad02" -val junit_version = "5.13.1" +val junit_version = "5.13.2" val graphql_kotlin_version = "8.8.1" plugins {