From 6030344f5449df187b6ed27e778049ffad324594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 14:39:26 +0000 Subject: [PATCH] Bump org.yaml:snakeyaml from 1.11 to 2.4 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.11 to 2.4. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..v1.11) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-version: '2.4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 760a4c7..a7350ec 100644 --- a/build.gradle +++ b/build.gradle @@ -334,7 +334,7 @@ dependencies { implementation('org.apache.velocity:velocity:1.7') implementation('org.ini4j:ini4j:0.5.2') implementation('com.sun.codemodel:codemodel:2.4.1') - implementation('org.yaml:snakeyaml:1.11') + implementation('org.yaml:snakeyaml:2.4') // TODO DEPS the deps below are required due to a) the callback server code, b) // tests that mock service wizard and the callback service and