Skip to content

Commit bd0503c

Browse files
Bump org.yaml:snakeyaml from 2.3 to 2.4
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.3 to 2.4. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..snakeyaml-2.3) --- 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 359a4a4 commit bd0503c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation(libs.slf4j)
5858
testRuntimeOnly("ch.qos.logback:logback-classic:${libs.versions.logback.get()}")
5959

60-
implementation("org.yaml:snakeyaml:2.3")
60+
implementation("org.yaml:snakeyaml:2.4")
6161
implementation(libs.moshi)
6262
implementation(libs.moshiKotlin)
6363
testImplementation("com.beust:klaxon:5.5")

0 commit comments

Comments
 (0)