Skip to content

Commit 2850768

Browse files
dependabot[bot]mversic
authored andcommitted
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] <[email protected]>
1 parent 0c1ead4 commit 2850768

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
@@ -13,7 +13,7 @@ dependencies {
1313
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutinesVer"
1414
implementation "ch.qos.logback:logback-classic:$logbackVer"
1515
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVer"
16-
implementation "org.yaml:snakeyaml:2.0"
16+
implementation "org.yaml:snakeyaml:2.3"
1717

1818
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVer"
1919
}

0 commit comments

Comments
 (0)