Skip to content

Commit 152a62a

Browse files
Update all minor dependencies
1 parent a04dd98 commit 152a62a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

edge-plugins/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717

1818
dependencies {
1919
implementation("net.ltgt.gradle:gradle-errorprone-plugin:${libs.versions.plugin.errorprone.get()}")
20-
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.2")
20+
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.2.1")
2121
}
2222

2323
gradlePlugin {

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dagger = "2.59.2"
1212
digitalpetri-modbus-tcp = "2.1.4"
1313
dropwizard-metrics = "4.2.38"
1414
equalsverifier = "3.19.4"
15-
errorprone = "2.47.0"
15+
errorprone = "2.48.0"
1616

1717
freemarker = "2.3.34"
1818
future-converter = "1.2.0"
@@ -43,15 +43,15 @@ kotlin = "1.9.25"
4343
logback = "1.5.32"
4444
mariadb = "3.5.7"
4545
milo = "1.1.1"
46-
mockito = "5.21.0"
46+
mockito = "5.23.0"
4747
mqtt-sn-codec = "838f51d691"
4848
mssql = "12.10.2.jre11"
4949
mtconnect-protocol = "1.0.0"
5050
netty = "4.2.10.Final"
5151
nullaway = "0.13.1"
5252
pmd = "6.55.0"
5353
postgresql = "42.7.10"
54-
protobuf = "4.33.5"
54+
protobuf = "4.34.1"
5555
shrinkwrap = "1.2.6"
5656
slf4j = "2.0.17"
5757
spotBugs = "4.9.4"
@@ -67,15 +67,15 @@ zeroallocationhashing = "0.27ea1"
6767
#Plugin Versions
6868
plugin-cyclonedx = "1.10.0"
6969
plugin-spotless = "7.2.1"
70-
plugin-defaults = "0.2.0"
70+
plugin-defaults = "0.3.0"
7171
plugin-errorprone = "5.1.0"
7272
plugin-forbiddenapis = "3.10"
7373
plugin-github-release = "2.5.2"
74-
plugin-javadoc-links = "0.9.0"
74+
plugin-javadoc-links = "0.10.0"
7575
plugin-hivemq-license = "1.3.2"
76-
plugin-metadata = "0.6.0"
77-
plugin-openapigenerator = "7.20.0"
78-
plugin-shadow = "9.3.2"
76+
plugin-metadata = "0.7.0"
77+
plugin-openapigenerator = "7.21.0"
78+
plugin-shadow = "9.4.1"
7979
plugin-spotbugs = "6.4.8"
8080
plugin-versions = "0.53.0"
8181

0 commit comments

Comments
 (0)