Skip to content

Commit 0e41148

Browse files
Bump org.yaml:snakeyaml from 2.3 to 2.4 (#528)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2a0b93 commit 0e41148

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)