Skip to content

Commit

Permalink
chore(deps): update dependency org.yaml:snakeyaml to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Apr 19, 2023
1 parent a1fa522 commit fe6ec08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "jun
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
kafka-clients = { module = "org.apache.kafka:kafka-clients", version = "7.3.3-ce"}
kafka-json = { module = "io.confluent:kafka-json-serializer", version = "7.3.3"}
snakeyaml = { module = "org.yaml:snakeyaml", version = "1.33" }
snakeyaml = { module = "org.yaml:snakeyaml", version = "2.0" }
wot-servient = { module = "city.sane.wot-servient:wot-servient", version.ref = "wot" }
wot-servient-binding-http = { module = "city.sane.wot-servient:wot-servient-binding-http", version.ref = "wot"}

Expand Down

0 comments on commit fe6ec08

Please sign in to comment.