Skip to content

Commit 04b7317

Browse files
fix(deps): update all minor dependencies
1 parent 9245eee commit 04b7317

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ group = "com.hivemq"
33
plugins {
44
id("com.hivemq.edge-version-updater")
55
id("com.hivemq.repository-convention")
6-
id("io.github.sgtsilvio.gradle.oci") version "0.22.0"
6+
id("io.github.sgtsilvio.gradle.oci") version "0.24.0"
77
id("jacoco")
88
}
99

gradle/libs.versions.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
apache-commons-compress = "1.28.0"
33
apache-commons-io = "2.20.0"
44
apache-commons-lang = "3.19.0"
5-
apache-plc4x = "0.11.0"
5+
apache-plc4x = "0.13.1"
66
assertj = "3.27.6"
77
awaitility = "4.3.0"
8-
bouncycastle = "1.80"
8+
bouncycastle = "1.82"
99
byteBuddy = "1.17.8"
1010
concurrentunit = "0.4.6"
11-
dagger = "2.56.2"
11+
dagger = "2.57.2"
1212
digitalpetri-modbus-tcp = "2.1.3"
1313
dropwizard-metrics = "4.2.37"
14-
equalsverifier = "3.17.5"
15-
errorprone = "2.38.0"
14+
equalsverifier = "3.19.4"
15+
errorprone = "2.43.0"
1616
future-converter = "1.2.0"
17-
guava = "33.4.8-jre"
18-
hikari = "6.2.1"
17+
guava = "33.5.0-jre"
18+
hikari = "6.3.3"
1919
hivemq-edge-adaptersdk = "2025.15"
2020
hivemq-edge-extensionsdk = "2025.15"
2121
hivemq-extensionsdk = "4.43.0"
2222
hivemq-mqtt-client = "1.3.10"
23-
jackson = "2.19.1"
23+
jackson = "2.20.1"
2424
jackson-nullable="0.2.6"
2525
jacoco = "0.8.11"
2626
jakarta-annotation-api = "2.1.1"
@@ -32,23 +32,23 @@ jctools = "4.0.5"
3232
jersey = "3.1.11"
3333
jose4j = "0.9.6"
3434
json = "20250107"
35-
json-path = "2.9.0"
35+
json-path = "2.10.0"
3636
json-schema-inferrer = "0.2.1"
3737
json-schema-validator = "1.5.9"
38-
json-smart = "2.5.2"
39-
junit-jupiter = "5.13.2"
38+
json-smart = "2.6.0"
39+
junit-jupiter = "5.14.1"
4040
kotlin = "1.9.25"
4141
logback = "1.5.20"
4242
mariadb = "3.5.6"
4343
milo = "1.0.7"
44-
mockito = "5.17.0"
44+
mockito = "5.20.0"
4545
mqtt-sn-codec = "838f51d691"
46-
mssql = "12.8.1.jre11"
46+
mssql = "12.10.2.jre11"
4747
mtconnect-protocol = "1.0.0"
4848
netty = "4.2.7.Final"
4949
pmd = "6.55.0"
5050
postgresql = "42.7.8"
51-
protobuf = "4.32.1"
51+
protobuf = "4.33.0"
5252
shrinkwrap = "1.2.6"
5353
slf4j = "2.0.17"
5454
spotBugs = "4.9.4"
@@ -64,16 +64,16 @@ zeroallocationhashing = "0.27ea0"
6464
#Plugin Versions
6565
plugin-cyclonedx = "1.10.0"
6666
plugin-defaults = "0.2.0"
67-
plugin-errorprone = "4.2.0"
68-
plugin-forbiddenapis = "3.9"
67+
plugin-errorprone = "4.3.0"
68+
plugin-forbiddenapis = "3.10"
6969
plugin-github-release = "2.5.2"
7070
plugin-javadoc-links = "0.8.0"
7171
plugin-license = "0.16.1"
72-
plugin-metadata = "0.5.0"
73-
plugin-openapigenerator = "7.13.0"
72+
plugin-metadata = "0.6.0"
73+
plugin-openapigenerator = "7.17.0"
7474
plugin-shadow = "8.3.9"
75-
plugin-spotbugs = "6.3.0"
76-
plugin-versions = "0.51.0"
75+
plugin-spotbugs = "6.4.4"
76+
plugin-versions = "0.53.0"
7777

7878
[libraries]
7979
apache-commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "apache-commons-compress" }

hivemq-edge/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ dependencies {
212212

213213
//FIXME: should be in module instead
214214
// we need better module isolation for that as the modules pick up Netty from the app class loader
215-
implementation("com.google.protobuf:protobuf-java:4.32.1")
215+
implementation("com.google.protobuf:protobuf-java:4.33.0")
216216
}
217217

218218
configurations.all {

0 commit comments

Comments
 (0)