Skip to content

Commit 09be3b7

Browse files
fix(deps): update all minor dependencies
1 parent 0852498 commit 09be3b7

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
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: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
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.44.0"
1616
freemarker = "2.3.34"
1717
future-converter = "1.2.0"
18-
guava = "33.4.8-jre"
19-
hikari = "6.2.1"
18+
guava = "33.5.0-jre"
19+
hikari = "6.3.3"
2020
hivemq-edge-adaptersdk = "2025.15"
2121
hivemq-edge-extensionsdk = "2025.15"
2222
hivemq-extensionsdk = "4.43.0"
2323
hivemq-mqtt-client = "1.3.10"
24-
jackson = "2.19.1"
24+
jackson = "2.20.1"
2525
jackson-nullable="0.2.6"
2626
jacoco = "0.8.11"
2727
jakarta-annotation-api = "2.1.1"
@@ -33,23 +33,23 @@ jctools = "4.0.5"
3333
jersey = "3.1.11"
3434
jose4j = "0.9.6"
3535
json = "20250107"
36-
json-path = "2.9.0"
36+
json-path = "2.10.0"
3737
json-schema-inferrer = "0.2.1"
3838
json-schema-validator = "1.5.9"
39-
json-smart = "2.5.2"
40-
junit-jupiter = "5.13.2"
39+
json-smart = "2.6.0"
40+
junit-jupiter = "5.14.1"
4141
kotlin = "1.9.25"
4242
logback = "1.5.20"
4343
mariadb = "3.5.6"
4444
milo = "1.0.7"
45-
mockito = "5.17.0"
45+
mockito = "5.20.0"
4646
mqtt-sn-codec = "838f51d691"
47-
mssql = "12.8.1.jre11"
47+
mssql = "12.10.2.jre11"
4848
mtconnect-protocol = "1.0.0"
4949
netty = "4.2.7.Final"
5050
pmd = "6.55.0"
5151
postgresql = "42.7.8"
52-
protobuf = "4.32.1"
52+
protobuf = "4.33.0"
5353
shrinkwrap = "1.2.6"
5454
slf4j = "2.0.17"
5555
spotBugs = "4.9.4"
@@ -65,16 +65,16 @@ zeroallocationhashing = "0.27ea0"
6565
#Plugin Versions
6666
plugin-cyclonedx = "1.10.0"
6767
plugin-defaults = "0.2.0"
68-
plugin-errorprone = "4.2.0"
69-
plugin-forbiddenapis = "3.9"
68+
plugin-errorprone = "4.3.0"
69+
plugin-forbiddenapis = "3.10"
7070
plugin-github-release = "2.5.2"
71-
plugin-javadoc-links = "0.8.0"
71+
plugin-javadoc-links = "0.9.0"
7272
plugin-license = "0.16.1"
73-
plugin-metadata = "0.5.0"
74-
plugin-openapigenerator = "7.13.0"
73+
plugin-metadata = "0.6.0"
74+
plugin-openapigenerator = "7.17.0"
7575
plugin-shadow = "8.3.9"
76-
plugin-spotbugs = "6.3.0"
77-
plugin-versions = "0.51.0"
76+
plugin-spotbugs = "6.4.4"
77+
plugin-versions = "0.53.0"
7878

7979
[libraries]
8080
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
@@ -215,7 +215,7 @@ dependencies {
215215

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

221221
configurations.all {

0 commit comments

Comments
 (0)