Browse Source

Bump com.diffplug.spotless from 6.18.0 to 6.19.0 (#8559)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 year ago
parent
commit
a26dbfb2e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conventions/build.gradle.kts

+ 1 - 1
conventions/build.gradle.kts

@@ -1,7 +1,7 @@
 plugins {
   `kotlin-dsl`
   // When updating, update below in dependencies too
-  id("com.diffplug.spotless") version "6.18.0"
+  id("com.diffplug.spotless") version "6.19.0"
 }
 
 spotless {