Skip to content

Commit 0f6edfe

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.yaml:snakeyaml from 1.33 to 2.0
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.33 to 2.0. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.33) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a47b605 commit 0f6edfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
implementation("org.slf4j:slf4j-api:2.0.6")
6969
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.5")
7070

71-
implementation("org.yaml:snakeyaml:1.33")
71+
implementation("org.yaml:snakeyaml:2.0")
7272
implementation("com.squareup.moshi:moshi:1.14.0")
7373
implementation("com.squareup.moshi:moshi-kotlin:1.14.0")
7474
testImplementation("com.beust:klaxon:5.5")

0 commit comments

Comments
 (0)