From 2850768ce0f13e3c906b70344330e8796ae0ed8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:19:42 +0000 Subject: [PATCH] Bump org.yaml:snakeyaml from 2.0 to 2.3 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.0 to 2.3. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..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 14d66d38..d2c9885c 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.3" testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVer" }