From 7224d6b24133de79da7c3ebe07fbdc758c65d29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:56:42 +0000 Subject: [PATCH] Bump org.yaml:snakeyaml from 2.5 to 2.6 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.5 to 2.6. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.5) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-version: '2.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3e8bcbb..8ca48d8 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation( 'org.apache.httpcomponents.client5:httpclient5:5.6', 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.1', - 'org.yaml:snakeyaml:2.5', + 'org.yaml:snakeyaml:2.6', 'io.prometheus:simpleclient:0.16.0', 'io.prometheus:simpleclient_common:0.16.0', 'io.prometheus:simpleclient_hotspot:0.16.0',