File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
modules/hivemq-edge-module-opcua Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ dependencies {
192192 implementation(" org.bouncycastle:bcprov-jdk15on" )
193193
194194 // json schema
195- implementation(" com.networknt:json-schema-validator:1.0.84 " )
195+ implementation(" com.networknt:json-schema-validator:1.4.0 " )
196196 implementation(" com.github.victools:jsonschema-generator:4.35.0" )
197197 implementation(" com.github.victools:jsonschema-module-jackson:4.35.0" )
198198}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ hivemq-edge-adapter-sdk.version=2024.4
99# netty
1010netty.version =4.1.108.Final
1111# Jersey (JAXRS / Sun)
12- jersey.jaxrs.sun.version =2.28
12+ jersey.jaxrs.sun.version =2.43
1313# logging
1414slf4j.version =2.0.12
1515logback.version =1.5.4
@@ -78,4 +78,4 @@ plugin.nexus-publish.version=1.1.0
7878plugin.github-release.version =2.4.1
7979plugin.versions.version =0.51.0
8080plugin.node.version =5.0.0
81- assertj.version =3.25.3
81+ assertj.version =3.26.0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ commons-io.version=2.13.0
1616junit.jupiter.version =5.10.2
1717junit.jupiter.platform.version =1.10.2
1818mockito.version =4.11.0
19- assertj.version =3.25.3
19+ assertj.version =3.26.0
2020awaitility.version =4.2.1
2121# logging
2222slf4j.version =1.7.30
You can’t perform that action at this time.
0 commit comments