diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c863aaa..1b600a5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,5 +28,5 @@ dependencycheck = { id = "org.owasp.dependencycheck", version = "7.4.2" } dependencylicensereport = { id = "com.github.jk1.dependency-license-report", version = "2.1" } forbiddenapis = { id = "de.thetaphi.forbiddenapis", version = "3.4" } spotbugs = { id = "com.github.spotbugs", version = "5.0.14" } -spotless = { id = "com.diffplug.spotless", version = "6.12.0" } +spotless = { id = "com.diffplug.spotless", version = "6.19.0" } ver = { id = "com.github.ben-manes.versions", version = "0.46.0" }