Skip to content

Commit dc08217

Browse files
fix(deps): update all minor dependencies
1 parent c7da05a commit dc08217

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

gradle/libs.versions.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ apache-commons-lang = "3.19.0"
55
apache-plc4x = "0.11.0"
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.0"
2424
jackson-nullable="0.2.6"
2525
jacoco = "0.8.11"
2626
jakarta-annotation-api = "2.1.1"
@@ -35,20 +35,20 @@ json = "20250107"
3535
json-path = "2.9.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.0"
4040
kotlin = "1.9.25"
4141
logback = "1.5.20"
4242
mariadb = "3.5.6"
4343
milo = "1.0.6"
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.6.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,15 +64,15 @@ 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"
7272
plugin-metadata = "0.5.0"
73-
plugin-openapigenerator = "7.13.0"
73+
plugin-openapigenerator = "7.16.0"
7474
plugin-shadow = "8.3.9"
75-
plugin-spotbugs = "6.3.0"
75+
plugin-spotbugs = "6.4.4"
7676
plugin-versions = "0.51.0"
7777

7878
[libraries]

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)