Skip to content

Commit e1e49bb

Browse files
Bump org.yaml:snakeyaml from 2.5 to 2.6 (#660)
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.5 to 2.6. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.5) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-version: '2.6' 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 ab4e8ce commit e1e49bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)