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 build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ group = "com.hivemq"
plugins {
id("com.hivemq.edge-version-updater")
id("com.hivemq.repository-convention")
id("io.github.sgtsilvio.gradle.oci") version "0.22.0"
id("io.github.sgtsilvio.gradle.oci") version "0.24.0"
id("jacoco")
}

Expand Down
1 change: 1 addition & 0 deletions ext/hivemq-edge-openapi-2025.21-SNAPSHOT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5128,6 +5128,7 @@ components:
format: uri
required:
- title
- type
PaginationCursor:
type: object
description: Links for pagination
Expand Down
56 changes: 28 additions & 28 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[versions]
apache-commons-compress = "1.28.0"
apache-commons-io = "2.20.0"
apache-commons-lang = "3.19.0"
apache-commons-io = "2.21.0"
apache-commons-lang = "3.20.0"
apache-plc4x = "0.13.1"
assertj = "3.27.6"
awaitility = "4.3.0"
bouncycastle = "1.80"
byteBuddy = "1.17.8"
bouncycastle = "1.83"
byteBuddy = "1.18.2"
concurrentunit = "0.4.6"
dagger = "2.56.2"
dagger = "2.57.2"
digitalpetri-modbus-tcp = "2.1.3"
dropwizard-metrics = "4.2.37"
equalsverifier = "3.17.5"
errorprone = "2.38.0"
equalsverifier = "3.19.4"
errorprone = "2.45.0"
freemarker = "2.3.34"
future-converter = "1.2.0"
guava = "33.4.8-jre"
hikari = "6.2.1"
hikari = "6.3.3"
hivemq-edge-adaptersdk = "2025.15"
hivemq-edge-extensionsdk = "2025.15"
hivemq-extensionsdk = "4.43.0"
hivemq-mqtt-client = "1.3.10"
jackson = "2.19.1"
jackson-nullable="0.2.6"
jackson = "2.20.1"
jackson-nullable = "0.2.8"
jacoco = "0.8.11"
jakarta-annotation-api = "2.1.1"
javassist = "3.30.2-GA"
Expand All @@ -33,48 +33,48 @@ jctools = "4.0.5"
jersey = "3.1.11"
jose4j = "0.9.6"
json = "20250107"
json-path = "2.9.0"
json-path = "2.10.0"
json-schema-inferrer = "0.2.1"
json-schema-validator = "1.5.9"
json-smart = "2.5.2"
junit-jupiter = "5.13.2"
json-smart = "2.6.0"
junit-jupiter = "5.14.1"
kotlin = "1.9.25"
logback = "1.5.20"
logback = "1.5.21"
mariadb = "3.5.6"
milo = "1.0.7"
mockito = "5.17.0"
milo = "1.0.8"
mockito = "5.20.0"
mqtt-sn-codec = "838f51d691"
mssql = "12.8.1.jre11"
mssql = "12.10.2.jre11"
mtconnect-protocol = "1.0.0"
netty = "4.2.7.Final"
pmd = "6.55.0"
postgresql = "42.7.8"
protobuf = "4.32.1"
protobuf = "4.33.2"
shrinkwrap = "1.2.6"
slf4j = "2.0.17"
spotBugs = "4.9.4"
swagger-annotations = "2.2.39"
swagger-annotations = "2.2.41"
swagger-jaxrs = "1.6.16"
systemstubs = "2.1.8"
testcontainers = "1.21.3"
unboundid-ldap-sdk = "7.0.3"
unboundid-ldap-sdk = "7.0.4"
victools = "4.38.0"
wiremock = "3.0.1"
zeroallocationhashing = "0.27ea0"
zeroallocationhashing = "0.27ea1"

#Plugin Versions
plugin-cyclonedx = "1.10.0"
plugin-defaults = "0.2.0"
plugin-errorprone = "4.2.0"
plugin-forbiddenapis = "3.9"
plugin-errorprone = "4.3.0"
plugin-forbiddenapis = "3.10"
plugin-github-release = "2.5.2"
plugin-javadoc-links = "0.8.0"
plugin-javadoc-links = "0.9.0"
plugin-license = "0.16.1"
plugin-metadata = "0.5.0"
plugin-openapigenerator = "7.13.0"
plugin-metadata = "0.6.0"
plugin-openapigenerator = "7.16.0"
plugin-shadow = "8.3.9"
plugin-spotbugs = "6.3.0"
plugin-versions = "0.51.0"
plugin-spotbugs = "6.4.7"
plugin-versions = "0.53.0"

[libraries]
apache-commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "apache-commons-compress" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ properties:
format: uri
required:
- title
- type
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ properties:
- DISCONNECTED
- ERROR
message:
$ref: ../../components/schemas/ProblemDetails.yaml
$ref: ./ProblemDetails.yaml
Loading