Skip to content

Commit 24a7d92

Browse files
fix(deps): update all minor dependencies
1 parent 9546c76 commit 24a7d92

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

gradle/libs.versions.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
[versions]
2-
apache-commons-io = "2.19.0"
3-
apache-commons-compress = "1.27.1"
4-
apache-commons-lang = "3.17.0"
2+
apache-commons-io = "2.20.0"
3+
apache-commons-compress = "1.28.0"
4+
apache-commons-lang = "3.19.0"
55
apache-plc4x = "0.11.0"
66
assertj = "3.27.3"
77
awaitility = "4.3.0"
8-
bouncycastle = "1.80"
8+
bouncycastle = "1.82"
99
byteBuddy = "1.17.5"
1010
concurrentunit = "0.4.6"
11-
dagger = "2.56.2"
11+
dagger = "2.57.2"
1212
digitalpetri-modbus-tcp = "2.1.0"
1313
dropwizard-metrics = "4.2.33"
14-
equalsverifier = "3.17.5"
15-
errorprone = "2.38.0"
14+
equalsverifier = "3.19.4"
15+
errorprone = "2.42.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-mqttClient = "1.3.6"
2323
kotlin = "1.9.25"
24-
jackson = "2.19.1"
24+
jackson = "2.20.0"
2525
jacoco = "0.8.11"
2626
jackson-nullable="0.2.6"
2727
javassist = "3.30.2-GA"
@@ -35,12 +35,12 @@ jose4j = "0.9.6"
3535
json-schema-inferrer = "0.2.1"
3636
json-schema-validator = "1.5.8"
3737
json-path = "2.9.0"
38-
junit-jupiter = "5.13.2"
38+
junit-jupiter = "5.14.0"
3939
logback = "1.5.18"
4040
milo = "1.0.5"
41-
mockito = "5.17.0"
41+
mockito = "5.20.0"
4242
mqtt-sn-codec = "838f51d691"
43-
mssql="12.8.1.jre11"
43+
mssql="12.10.1.jre11"
4444
mtconnect-protocol = "1.0.0"
4545
mariadb= "3.5.3"
4646
netty = "4.2.6.Final"
@@ -60,15 +60,15 @@ zeroallocationhashing = "0.27ea0"
6060
#Plugin Versions
6161
plugin-cyclonedx = "1.10.0"
6262
plugin-defaults = "0.2.0"
63-
plugin-errorprone = "4.2.0"
63+
plugin-errorprone = "4.3.0"
6464
plugin-javadoc-links = "0.8.0"
6565
plugin-license = "0.16.1"
6666
plugin-metadata = "0.5.0"
67-
plugin-openapigenerator = "7.13.0"
68-
plugin-forbiddenapis = "3.9"
67+
plugin-openapigenerator = "7.16.0"
68+
plugin-forbiddenapis = "3.10"
6969
plugin-github-release = "2.5.2"
7070
plugin-shadow = "8.3.8"
71-
plugin-spotbugs = "6.3.0"
71+
plugin-spotbugs = "6.4.2"
7272
plugin-versions = "0.51.0"
7373

7474
[libraries]

hivemq-edge/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ dependencies {
208208
compileOnly("com.hivemq:hivemq-edge-module-file")
209209

210210
//FIXME: should be in module instead
211-
implementation("com.google.protobuf:protobuf-java:4.29.3")
211+
implementation("com.google.protobuf:protobuf-java:4.32.1")
212212
}
213213

214214
/* ******************** test ******************** */

0 commit comments

Comments
 (0)