From c4534cd5bbab29e3f0c4ce3c597dcedf2d59504d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 16:46:42 +0000 Subject: [PATCH] fix(deps): update dependency org.junit.platform:junit-platform-launcher to v1.14.1 --- 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 53bb589..5a19326 100644 --- a/gradle/local.versions.toml +++ b/gradle/local.versions.toml @@ -1,7 +1,7 @@ [versions] h2database = "2.4.240" jackson = "2.20.1" -junitPlatformLauncher = "1.12.2" +junitPlatformLauncher = "1.14.1" liquibase = "5.0.1" lombok = "9.0.0" postgres = "42.7.8"