From ad376adcec8761040ee245b9ccbb3318f5fe907c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 09:28:04 +0000 Subject: [PATCH] fix(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit5 to v2.2.21 --- gradle/local.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/local.versions.toml b/gradle/local.versions.toml index 7c8596b..8a3d83b 100644 --- a/gradle/local.versions.toml +++ b/gradle/local.versions.toml @@ -2,7 +2,7 @@ h2database = "2.4.240" jackson = "2.20.0" junitPlatformLauncher = "1.12.2" -kotlin = "2.2.20" +kotlin = "2.2.21" liquibase = "5.0.1" postgres = "42.7.8" springboot = "3.5.6"