From 289fffcaafbbe890b598546cbdb470c5ee199ba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:34:47 +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] --- modules/test-tools/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/test-tools/build.gradle b/modules/test-tools/build.gradle index 70caa3d86..1924408b5 100644 --- a/modules/test-tools/build.gradle +++ b/modules/test-tools/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutinesVer" implementation "ch.qos.logback:logback-classic:$logbackVer" implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVer" - implementation "org.yaml:snakeyaml:2.0" + implementation "org.yaml:snakeyaml:2.2" testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVer" }