File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 id ' java-gradle-plugin'
33 id " com.gradle.plugin-publish" version " 2.1.0"
4- id ' com.diffplug.spotless' version ' 8.3 .0'
4+ id ' com.diffplug.spotless' version ' 8.1 .0'
55 id ' org.owasp.dependencycheck' version ' 12.2.0'
66 id " com.github.ben-manes.versions" version " 0.53.0"
77}
@@ -14,7 +14,7 @@ def isNonStable = { String version ->
1414}
1515
1616group ' com.formkiq.gradle'
17- version ' 1.0.10 '
17+ version ' 1.0.11 '
1818
1919allprojects {
2020 apply plugin : ' com.diffplug.spotless'
@@ -33,7 +33,7 @@ repositories {
3333
3434dependencies {
3535 implementation ' com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.4.8'
36- implementation ' com.diffplug.spotless:com.diffplug.spotless.gradle.plugin:8.3 .0'
36+ implementation ' com.diffplug.spotless:com.diffplug.spotless.gradle.plugin:8.1 .0'
3737 implementation ' com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.53.0'
3838 implementation ' com.formkiq.gradle.graalvm-native-plugin:com.formkiq.gradle.graalvm-native-plugin.gradle.plugin:1.7.7'
3939 implementation ' org.owasp.dependencycheck:org.owasp.dependencycheck.gradle.plugin:12.2.0'
You can’t perform that action at this time.
0 commit comments