From 12638ef7a0a5b01d390a5fd7a20f239628c89ba3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:31:13 +0100 Subject: [PATCH] fix(deps): update all non-major dependencies (#687) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- recipes/gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/gradle/libs.versions.toml b/recipes/gradle/libs.versions.toml index 2b5b29c4..ec4440cf 100644 --- a/recipes/gradle/libs.versions.toml +++ b/recipes/gradle/libs.versions.toml @@ -3,7 +3,7 @@ kotlin = "2.1.0" kotlinx = "1.10.1" scala2x = "2.13.16" scala3x = "3.4.1" -quarkus = "3.17.7" +quarkus = "3.18.0" ktlint = "1.5.0" # Spring-Boot @@ -71,7 +71,7 @@ hoplite = "2.9.0" kediatr = "3.1.2" # Testing -stove = "1.0.0.454-SNAPSHOT" +stove = "1.0.0.455-SNAPSHOT" junit = "5.11.4" kotest = "6.0.0.M1"