fix(deps): update spotless packages to v7.0.3 (#1833)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f0fadf0c2b
commit
5aa878193c
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
`kotlin-dsl`
|
||||
// When updating, update below in dependencies too
|
||||
id("com.diffplug.spotless") version "7.0.2"
|
||||
id("com.diffplug.spotless") version "7.0.3"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
@ -12,7 +12,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
// When updating, update above in plugins too
|
||||
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.2")
|
||||
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.3")
|
||||
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.1.0")
|
||||
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")
|
||||
implementation("org.owasp:dependency-check-gradle:12.1.1")
|
||||
|
|
Loading…
Reference in New Issue