Skip to content

Commit ac7cdf9

Browse files
committed
Upgrade gradle plugins
1 parent a4b04a9 commit ac7cdf9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/ncj.libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ pragmatists-junitparams = { module = "pl.pragmatists:JUnitParams", version.ref =
111111
logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logback-classic" }
112112

113113
[plugins]
114-
cyclonedx-bom = { id = "org.cyclonedx.bom", version = "3.2.0" }
114+
cyclonedx-bom = { id = "org.cyclonedx.bom", version = "3.2.4" }
115115
execfork = { id = "com.github.psxpaul.execfork", version = "0.2.2"}
116116
javacc = { id = "org.javacc.javacc", version = "4.0.3" }
117-
protobuf = { id = "com.google.protobuf", version = "0.9.6" }
118-
shadow = { id = "com.gradleup.shadow", version = "9.3.2" }
119-
spotless = { id = "com.diffplug.spotless", version = "8.3.0" }
117+
protobuf = { id = "com.google.protobuf", version = "0.10.0" }
118+
shadow = { id = "com.gradleup.shadow", version = "9.4.1" }
119+
spotless = { id = "com.diffplug.spotless", version = "8.4.0" }

0 commit comments

Comments
 (0)