Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.88")
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 @@ -16,7 +16,7 @@ commons-io.version=2.13.0
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
8 changes: 8 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@
"ignoreUnstable": false,
"enabled": false
},
// 1.0.88 is the version that compiles with the current data hub
{
"matchPackagePrefixes": [
"com.networknt"
],
"matchCurrentVersion": "[1.0.88,)",
"allowedVersions": "<=1.0.88"
},
// 8.14.3 is the latest version that still has the Apache v2 license. So, we can't upgrade to versions greater than that.
{
"matchPackagePrefixes": [
Expand Down