@@ -34,16 +34,16 @@ repositories {
34
34
val creekVersion = " 0.4.3"
35
35
val junitVersion = " 5.13.4"
36
36
val junitPioneerVersion = " 2.3.0"
37
- val mockitoVersion = " 5.18 .0"
37
+ val mockitoVersion = " 5.20 .0"
38
38
val 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 "
41
41
42
42
dependencies {
43
43
implementation(" org.openjdk.jmh:jmh-core:$jmhVersion " )
44
44
annotationProcessor(" org.openjdk.jmh:jmh-generator-annprocess:$jmhVersion " )
45
45
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 " )
47
47
implementation(" org.creekservice:creek-test-util:$creekVersion " )
48
48
implementation(" org.ow2.asm:asm:9.8" )
49
49
@@ -53,7 +53,7 @@ dependencies {
53
53
54
54
implementation(" com.github.erosb:everit-json-schema:1.14.6" )
55
55
56
- implementation(" com.github.erosb:json-sKema:0.24 .0" )
56
+ implementation(" com.github.erosb:json-sKema:0.26 .0" )
57
57
58
58
implementation(" io.confluent:kafka-streams-json-schema-serde:$confluentVersion " )
59
59
implementation(" io.confluent:kafka-schema-registry-client:$confluentVersion " )
@@ -63,14 +63,14 @@ dependencies {
63
63
64
64
implementation(" net.jimblackler.jsonschemafriend:core:0.12.5" )
65
65
66
- implementation(" com.networknt:json-schema-validator:1.5.8 " )
66
+ implementation(" com.networknt:json-schema-validator:1.5.9 " )
67
67
68
68
implementation(" com.qindesign:snowy-json:0.16.0" )
69
69
runtimeOnly(" org.glassfish:jakarta.json:2.0.0:module" )
70
70
71
71
implementation(" org.leadpony.justify:justify:3.1.0" )
72
72
73
- implementation(" dev.harrel:json-schema:1.8.1 " )
73
+ implementation(" dev.harrel:json-schema:1.8.2 " )
74
74
implementation(" com.sanctionco.jmail:jmail:2.0.2" ) // dev.harrel format validation
75
75
76
76
runtimeOnly(" org.slf4j:slf4j-nop:2.0.17" )
0 commit comments