Skip to content

Commit 312b196

Browse files
Update all dependencies
| datasource | package | from | to | | ---------- | --------------------------------------------------------- | ------ | ------ | | maven | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin | 3.15.1 | 3.16 | | maven | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 6.23.2 | 6.23.3 | | maven | com.diffplug.spotless:spotless-plugin-gradle | 6.23.2 | 6.23.3 | | maven | com.github.spotbugs:com.github.spotbugs.gradle.plugin | 6.0.1 | 6.0.2 | | maven | com.github.spotbugs.snom:spotbugs-gradle-plugin | 6.0.1 | 6.0.2 |
1 parent fc9698d commit 312b196

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lombok-gradle = "8.4"
66
hamcrest-core = "2.2"
77
hamcrest-date = "2.0.8"
88
typeTools = "0.6.3"
9-
spotbugs = "6.0.1"
9+
spotbugs = "6.0.2"
1010
assertj-vavr = "0.4.3"
1111
reflection-util = "2.14.0"
1212
nexus-publish = "2.0.0-rc-1"
@@ -18,7 +18,7 @@ kover = "0.7.5"
1818
kotest = "5.8.0"
1919
assertj-core = "3.24.2"
2020
detekt = "1.23.4"
21-
spotless = "6.23.2"
21+
spotless = "6.23.3"
2222
apache-log4j = "2.22.0"
2323
testLogger = "4.0.0"
2424
jetbrains-annotations = "24.1.0"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* https://opensource.org/licenses/BSD-3-Clause
66
* ****************************************************************************
77
*/
8-
plugins { id("com.gradle.enterprise") version "3.15.1" }
8+
plugins { id("com.gradle.enterprise") version "3.16" }
99

1010
dependencyResolutionManagement {
1111
versionCatalogs { create("libs") { from(files("libs.versions.toml")) } }

0 commit comments

Comments
 (0)