1717plugins {
1818 java
1919 `creek- common- convention`
20- id(" org.ajoberstar.grgit.service" ) version " 5.3.0 "
20+ id(" org.ajoberstar.grgit.service" ) version " 5.3.2 "
2121}
2222
2323repositories {
@@ -31,13 +31,13 @@ repositories {
3131 }
3232}
3333
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 "
3636val junitPioneerVersion = " 2.3.0"
37- val mockitoVersion = " 5.15.2 "
37+ val mockitoVersion = " 5.18.0 "
3838val 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 "
4141
4242dependencies {
4343 implementation(" org.openjdk.jmh:jmh-core:$jmhVersion " )
@@ -47,31 +47,31 @@ dependencies {
4747 implementation(" org.creekservice:creek-test-util:$creekVersion " )
4848 implementation(" org.ow2.asm:asm:9.7.1" )
4949
50- implementation(" org.json:json:20250107 " )
50+ implementation(" org.json:json:20250517 " )
5151
5252 implementation(" com.worldturner.medeia:medeia-validator-jackson:1.1.1" )
5353
54- implementation(" com.github.erosb:everit-json-schema:1.14.5 " )
54+ implementation(" com.github.erosb:everit-json-schema:1.14.6 " )
5555
56- implementation(" com.github.erosb:json-sKema:0.20 .0" )
56+ implementation(" com.github.erosb:json-sKema:0.23 .0" )
5757
5858 implementation(" io.confluent:kafka-streams-json-schema-serde:$confluentVersion " )
5959 implementation(" io.confluent:kafka-schema-registry-client:$confluentVersion " )
6060
6161 implementation(" io.vertx:vertx-json-schema:$vertxVersion " )
6262 compileOnly(" io.vertx:vertx-codegen:$vertxVersion " )
6363
64- implementation(" net.jimblackler.jsonschemafriend:core:0.12.4 " )
64+ implementation(" net.jimblackler.jsonschemafriend:core:0.12.5 " )
6565
66- implementation(" com.networknt:json-schema-validator:1.5.6 " )
66+ implementation(" com.networknt:json-schema-validator:1.5.8 " )
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
7373 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
7575
7676 runtimeOnly(" org.slf4j:slf4j-nop:2.0.17" )
7777
0 commit comments