Skip to content

Commit d853444

Browse files
Bump org.yaml:snakeyaml from 2.0 to 2.4
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.0 to 2.4. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..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] <[email protected]>
1 parent efeb5a2 commit d853444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/test-tools/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVer"
1313
implementation "ch.qos.logback:logback-classic:$logbackVer"
1414
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVer"
15-
implementation "org.yaml:snakeyaml:2.0"
15+
implementation "org.yaml:snakeyaml:2.4"
1616

1717
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonKotlinVer"
1818

0 commit comments

Comments
 (0)