Skip to content

Commit

Permalink
fix(deps): update all minor dependencies gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 27, 2024
1 parent 23f0702 commit 348e719
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hivemq-edge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ dependencies {
implementation("org.bouncycastle:bcprov-jdk15on")

//json schema
implementation("com.networknt:json-schema-validator:1.0.84")
implementation("com.networknt:json-schema-validator:1.4.0")
implementation("com.github.victools:jsonschema-generator:4.35.0")
implementation("com.github.victools:jsonschema-module-jackson:4.35.0")
}
Expand Down
4 changes: 2 additions & 2 deletions hivemq-edge/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hivemq-edge-adapter-sdk.version=2024.4
# netty
netty.version=4.1.108.Final
# Jersey (JAXRS / Sun)
jersey.jaxrs.sun.version=2.28
jersey.jaxrs.sun.version=2.43
# logging
slf4j.version=2.0.12
logback.version=1.5.4
Expand Down Expand Up @@ -78,4 +78,4 @@ plugin.nexus-publish.version=1.1.0
plugin.github-release.version=2.4.1
plugin.versions.version=0.51.0
plugin.node.version=5.0.0
assertj.version=3.25.3
assertj.version=3.26.0
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-opcua/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ guava.version=32.1.3-jre
junit.jupiter.version=5.10.2
junit.jupiter.platform.version=1.10.2
mockito.version=4.11.0
assertj.version=3.25.3
assertj.version=3.26.0
awaitility.version=4.2.1
# logging
slf4j.version=1.7.30
Expand Down

0 comments on commit 348e719

Please sign in to comment.