We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c639cc6 commit a83e010Copy full SHA for a83e010
gradle/libs.versions.toml
@@ -12,7 +12,7 @@ jacamo = { module = "org.jacamo:jacamo", version = "1.1" }
12
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
13
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
14
kafka-clients = { module = "org.apache.kafka:kafka-clients", version = "7.5.3-ce"}
15
-kafka-json = { module = "io.confluent:kafka-json-serializer", version = "7.5.3"}
+kafka-json = { module = "io.confluent:kafka-json-serializer", version = "7.7.2"}
16
snakeyaml = { module = "org.yaml:snakeyaml", version = "2.2" }
17
wot-servient = { module = "city.sane.wot-servient:wot-servient", version.ref = "wot" }
18
wot-servient-binding-http = { module = "city.sane.wot-servient:wot-servient-binding-http", version.ref = "wot"}
0 commit comments