@@ -34,16 +34,16 @@ repositories {
3434val creekVersion = " 0.4.3"
3535val junitVersion = " 5.13.4"
3636val junitPioneerVersion = " 2.3.0"
37- val mockitoVersion = " 5.18 .0"
37+ val mockitoVersion = " 5.20 .0"
3838val jmhVersion = " 1.37"
39- val confluentVersion = " 8.0.0 "
40- val vertxVersion = " 5.0.2 "
39+ val confluentVersion = " 8.0.1 "
40+ val vertxVersion = " 5.0.4 "
4141
4242dependencies {
4343 implementation(" org.openjdk.jmh:jmh-core:$jmhVersion " )
4444 annotationProcessor(" org.openjdk.jmh:jmh-generator-annprocess:$jmhVersion " )
4545 implementation(" com.fasterxml.jackson.core:jackson-databind" )
46- implementation(" com.github.spotbugs:spotbugs-annotations:4.9.3 " )
46+ implementation(" com.github.spotbugs:spotbugs-annotations:4.9.6 " )
4747 implementation(" org.creekservice:creek-test-util:$creekVersion " )
4848 implementation(" org.ow2.asm:asm:9.8" )
4949
@@ -53,7 +53,7 @@ dependencies {
5353
5454 implementation(" com.github.erosb:everit-json-schema:1.14.6" )
5555
56- implementation(" com.github.erosb:json-sKema:0.24 .0" )
56+ implementation(" com.github.erosb:json-sKema:0.26 .0" )
5757
5858 implementation(" io.confluent:kafka-streams-json-schema-serde:$confluentVersion " )
5959 implementation(" io.confluent:kafka-schema-registry-client:$confluentVersion " )
@@ -63,14 +63,14 @@ dependencies {
6363
6464 implementation(" net.jimblackler.jsonschemafriend:core:0.12.5" )
6565
66- implementation(" com.networknt:json-schema-validator:1.5.8 " )
66+ implementation(" com.networknt:json-schema-validator:1.5.9 " )
6767
6868 implementation(" com.qindesign:snowy-json:0.16.0" )
6969 runtimeOnly(" org.glassfish:jakarta.json:2.0.0:module" )
7070
7171 implementation(" org.leadpony.justify:justify:3.1.0" )
7272
73- implementation(" dev.harrel:json-schema:1.8.1 " )
73+ implementation(" dev.harrel:json-schema:1.8.2 " )
7474 implementation(" com.sanctionco.jmail:jmail:2.0.2" ) // dev.harrel format validation
7575
7676 runtimeOnly(" org.slf4j:slf4j-nop:2.0.17" )
0 commit comments