We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea6028 commit 8871a07Copy full SHA for 8871a07
buildSrc/build.gradle.kts
@@ -1,7 +1,7 @@
1
plugins {
2
`kotlin-dsl`
3
// When updating, update below in dependencies too
4
- id("com.diffplug.spotless") version "7.0.3"
+ id("com.diffplug.spotless") version "7.0.4"
5
}
6
7
repositories {
@@ -12,7 +12,7 @@ repositories {
12
13
dependencies {
14
// When updating, update above in plugins too
15
- implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.3")
+ implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.4")
16
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.2.0")
17
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")
18
implementation("org.owasp:dependency-check-gradle:12.1.1")
0 commit comments