17
17
plugins {
18
18
java
19
19
`creek- common- convention`
20
- id(" org.ajoberstar.grgit.service" ) version " 5.3.0 "
20
+ id(" org.ajoberstar.grgit.service" ) version " 5.3.2 "
21
21
}
22
22
23
23
repositories {
@@ -31,13 +31,13 @@ repositories {
31
31
}
32
32
}
33
33
34
- val creekVersion = " 0.4.2-SNAPSHOT "
35
- val junitVersion = " 5.12.0 "
34
+ val creekVersion = " 0.4.3 "
35
+ val junitVersion = " 5.13.4 "
36
36
val junitPioneerVersion = " 2.3.0"
37
- val mockitoVersion = " 5.15.2 "
37
+ val mockitoVersion = " 5.18.0 "
38
38
val jmhVersion = " 1.37"
39
- val confluentVersion = " 7.9 .0"
40
- val vertxVersion = " 4.5.13 "
39
+ val confluentVersion = " 8.0 .0"
40
+ val vertxVersion = " 5.0.1 "
41
41
42
42
dependencies {
43
43
implementation(" org.openjdk.jmh:jmh-core:$jmhVersion " )
@@ -47,31 +47,31 @@ dependencies {
47
47
implementation(" org.creekservice:creek-test-util:$creekVersion " )
48
48
implementation(" org.ow2.asm:asm:9.8" )
49
49
50
- implementation(" org.json:json:20250107 " )
50
+ implementation(" org.json:json:20250517 " )
51
51
52
52
implementation(" com.worldturner.medeia:medeia-validator-jackson:1.1.1" )
53
53
54
- implementation(" com.github.erosb:everit-json-schema:1.14.5 " )
54
+ implementation(" com.github.erosb:everit-json-schema:1.14.6 " )
55
55
56
- implementation(" com.github.erosb:json-sKema:0.20 .0" )
56
+ implementation(" com.github.erosb:json-sKema:0.23 .0" )
57
57
58
58
implementation(" io.confluent:kafka-streams-json-schema-serde:$confluentVersion " )
59
59
implementation(" io.confluent:kafka-schema-registry-client:$confluentVersion " )
60
60
61
61
implementation(" io.vertx:vertx-json-schema:$vertxVersion " )
62
62
compileOnly(" io.vertx:vertx-codegen:$vertxVersion " )
63
63
64
- implementation(" net.jimblackler.jsonschemafriend:core:0.12.4 " )
64
+ implementation(" net.jimblackler.jsonschemafriend:core:0.12.5 " )
65
65
66
- implementation(" com.networknt:json-schema-validator:1.5.6 " )
66
+ implementation(" com.networknt:json-schema-validator:1.5.8 " )
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
73
implementation(" dev.harrel:json-schema:1.8.1" )
74
- implementation(" com.sanctionco.jmail:jmail:1.6.3 " ) // dev.harrel format validation
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" )
77
77
0 commit comments