From 3f220fb4eca486f53927b2d19aab0fe46a358c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:32:05 +0000 Subject: [PATCH] [PF-2987]: Bump org.yaml:snakeyaml from 1.27 to 2.2 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.27 to 2.2. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.2..snakeyaml-1.27) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- stairway/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stairway/build.gradle b/stairway/build.gradle index 890e8f24..d210373b 100644 --- a/stairway/build.gradle +++ b/stairway/build.gradle @@ -24,7 +24,7 @@ dependencies { // Database implementation group: 'org.liquibase', name: 'liquibase-core', version: '4.8.0' - implementation group: 'org.yaml', name: 'snakeyaml', version: '1.27' + implementation group: 'org.yaml', name: 'snakeyaml', version: '2.2' runtimeOnly group: 'org.postgresql', name: 'postgresql', version: '42.5.0'