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 Apr 30, 2024
1 parent e5633ad commit d4929bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hivemq-edge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,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
2 changes: 1 addition & 1 deletion hivemq-edge/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hivemq-edge-extension-sdk.version=2024.2
# netty
netty.version=4.1.108.Final
# Jersey (JAXRS / Sun)
jersey.jaxrs.sun.version=2.28
jersey.jaxrs.sun.version=2.42
# logging
slf4j.version=2.0.12
logback.version=1.5.4
Expand Down

0 comments on commit d4929bb

Please sign in to comment.