From e5f83f3ce060611a5d07a949a7194251f5fc9dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:35:03 +0000 Subject: [PATCH] Bump org.yaml:snakeyaml from 2.0 to 2.2 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.0 to 2.2. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.2..snakeyaml-2.0) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml 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 9ed924e..29c05a5 100644 --- a/build.gradle +++ b/build.gradle @@ -119,7 +119,7 @@ repositories { } dependencies { - implementation("org.yaml:snakeyaml:2.0") + implementation("org.yaml:snakeyaml:2.2") implementation("net.kyori:adventure-text-minimessage:4.14.0") compileOnly lombok() annotationProcessor lombok()