From c942b416973838224e154f70fafd26fe4417b42c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:24:36 +0200 Subject: [PATCH] Update dependency org.yaml:snakeyaml to v2.3 (#721) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 47d6a127..57d6c47c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ gradle-github-actions-plugin = "1.4.0" grails-gdoc = "1.0.1" mockserver = "5.15.0" nexus-publish-plugin = "2.0.0" -snakeyaml = "2.2" +snakeyaml = "2.3" sonar-plugin = "4.0.0.2929" spock = "2.1-groovy-3.0" spotless-plugin = "6.25.0"