From def4a1441db5bafdc334772b255a9a6f4f736cc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:27:05 +0000 Subject: [PATCH] chore(deps): bump org.yaml:snakeyaml from 1.33 to 2.2 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.33 to 2.2. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.2..snakeyaml-1.33) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/build.gradle | 2 +- lib/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/build.gradle b/example/build.gradle index 5cf76ecf..6517cb22 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -67,7 +67,7 @@ dependencies { configurations.all { resolutionStrategy { - force 'org.yaml:snakeyaml:1.33' + force 'org.yaml:snakeyaml:2.2' } } diff --git a/lib/build.gradle b/lib/build.gradle index a7ef3789..77fb949b 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -88,6 +88,6 @@ dependencies { configurations.all { resolutionStrategy { - force 'org.yaml:snakeyaml:1.33' + force 'org.yaml:snakeyaml:2.2' } } \ No newline at end of file