Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}

plugins {
id "com.diffplug.spotless" version "6.11.0"
id "com.diffplug.spotless" version "6.13.0"
id 'com.github.spotbugs' version '5.0.14'
id "de.thetaphi.forbiddenapis" version "3.5.1"

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
groovy
`java-gradle-plugin`
id("com.diffplug.spotless") version "6.11.0"
id("com.diffplug.spotless") version "6.13.0"
}

gradlePlugin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
plugins {
java
groovy
id("com.diffplug.spotless") version "6.11.0"
id("com.diffplug.spotless") version "6.13.0"
id("com.github.johnrengelman.shadow") version "7.1.2"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CallSiteInstrumentationPluginTest extends Specification {
plugins {
id 'java'
id 'call-site-instrumentation'
id("com.diffplug.spotless") version "6.11.0"
id("com.diffplug.spotless") version "6.13.0"
}

sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion dd-smoke-tests/armeria-grpc/application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
plugins {
id 'application'
id 'java'
id "com.diffplug.spotless" version "6.11.0"
id "com.diffplug.spotless" version "6.13.0"
id "com.github.johnrengelman.shadow" version "7.1.2"
id 'com.google.protobuf' version '0.9.3'
}
Expand Down
2 changes: 1 addition & 1 deletion dd-smoke-tests/kafka-3/application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.2.2'
id 'io.spring.dependency-management' version '1.1.4'
id 'com.diffplug.spotless' version '6.11.0'
id 'com.diffplug.spotless' version '6.13.0'
}

java {
Expand Down
2 changes: 1 addition & 1 deletion dd-smoke-tests/quarkus/application/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'io.quarkus'
id "com.diffplug.spotless" version "6.11.0"
id "com.diffplug.spotless" version "6.13.0"
}

def sharedRootDir = "$rootDir/../../../"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
id 'org.springframework.boot' version '2.7.4'
id 'io.spring.dependency-management' version '1.0.14.RELEASE'
id "com.diffplug.spotless" version "6.11.0"
id "com.diffplug.spotless" version "6.13.0"
}

def sharedRootDir = "$rootDir/../../../"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'org.springframework.boot' version '3.0.0'
id 'io.spring.dependency-management' version '1.0.14.RELEASE'
id 'org.graalvm.buildtools.native' version '0.9.28'
id 'com.diffplug.spotless' version "6.11.0"
id 'com.diffplug.spotless' version "6.13.0"
}

def sharedRootDir = "$rootDir/../../../"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.0.0'
id 'io.spring.dependency-management' version '1.0.14.RELEASE'
id "com.diffplug.spotless" version "6.11.0"
id "com.diffplug.spotless" version "6.13.0"
}

def sharedRootDir = "$rootDir/../../../"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.0.0'
id 'io.spring.dependency-management' version '1.0.14.RELEASE'
id "com.diffplug.spotless" version "6.11.0"
id "com.diffplug.spotless" version "6.13.0"
}

def sharedRootDir = "$rootDir/../../../"
Expand Down
2 changes: 1 addition & 1 deletion dd-smoke-tests/wildfly/spring-ear/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'ear'
id "com.diffplug.spotless" version "6.11.0"
id "com.diffplug.spotless" version "6.13.0"
}

def sharedRootDir = "$rootDir/../../../"
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 "6.11.0"
id "com.diffplug.spotless" version "6.13.0"
}

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