Skip to content

Commit 910b028

Browse files
Bump org.yaml:snakeyaml from 2.4 to 2.5 (#583)
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.4 to 2.5. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.5..snakeyaml-2.4) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-version: '2.5' 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 6da4f09 commit 910b028

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.4")
60+
implementation("org.yaml:snakeyaml:2.5")
6161
implementation(libs.moshi)
6262
implementation(libs.moshiKotlin)
6363
testImplementation("com.beust:klaxon:5.5")

0 commit comments

Comments
 (0)