Skip to content

Commit

Permalink
Bump org.yaml:snakeyaml from 2.0 to 2.3
Browse files Browse the repository at this point in the history
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.0 to 2.3.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.0)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mversic committed Dec 2, 2024
1 parent 0c1ead4 commit 2850768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/test-tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutinesVer"
implementation "ch.qos.logback:logback-classic:$logbackVer"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVer"
implementation "org.yaml:snakeyaml:2.0"
implementation "org.yaml:snakeyaml:2.3"

testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVer"
}
Expand Down

0 comments on commit 2850768

Please sign in to comment.