Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id("dd-trace-java.config-inversion-linter")
id("dd-trace-java.ci-jobs")

id("com.diffplug.spotless") version "8.2.1"
id("com.diffplug.spotless") version "8.3.0"
id("me.champeau.gradle.japicmp") version "0.4.3"
id("com.github.spotbugs") version "6.4.8"
id("de.thetaphi.forbiddenapis") version "3.10"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
`java-gradle-plugin`
`kotlin-dsl`
`jvm-test-suite`
id("com.diffplug.spotless") version "8.2.1"
id("com.diffplug.spotless") version "8.3.0"
}

// The buildSrc still needs to target Java 8 as build time instrumentation and muzzle plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
java
id("com.diffplug.spotless") version "8.2.1"
id("com.diffplug.spotless") version "8.3.0"
id("com.gradleup.shadow") version "8.3.9"
}

Expand Down
2 changes: 1 addition & 1 deletion test-published-dependencies/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.diffplug.spotless' version '8.2.1'
id 'com.diffplug.spotless' version '8.3.0'
}

def sharedConfigDirectory = "$rootDir/../gradle"
Expand Down
Loading