From 24cb8a0ec4a98bd0e368287498abd04517904208 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:52:04 +0100 Subject: [PATCH] fix(deps): update junit5 monorepo (#10510) * chore(deps): update gradle/gradle-build-action action to v2.12.0 (#10498) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update common files (#10499) * fix(deps): update junit5 monorepo --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: micronaut-build <65172877+micronaut-build@users.noreply.github.com> Co-authored-by: Sergio del Amo --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 800094b1875..7af59895cf2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,8 +30,8 @@ jakarta-el = "5.0.1" jakarta-el-impl = "5.0.0-M1" jazzer = "0.22.1" jcache = "1.1.1" -junit5 = "5.9.3" -junit-platform="1.9.3" +junit5 = "5.10.2" +junit-platform="1.10.2" logback = "1.5.0" logbook-netty = "2.16.0" log4j = "2.22.1"