This is an automated email from the ASF dual-hosted git repository.
fishy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 3768424b7 Bump com.diffplug.spotless from 8.8.0 to 8.10.0 in /lib/java
3768424b7 is described below
commit 3768424b7d1dcfea68eb7646bb54cd1432f4f327
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 06:04:23 2026 +0000
Bump com.diffplug.spotless from 8.8.0 to 8.10.0 in /lib/java
Bumps com.diffplug.spotless from 8.8.0 to 8.10.0.
---
updated-dependencies:
- dependency-name: com.diffplug.spotless
dependency-version: 8.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
lib/java/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/java/build.gradle b/lib/java/build.gradle
index fb92a039f..d4c351b48 100644
--- a/lib/java/build.gradle
+++ b/lib/java/build.gradle
@@ -42,7 +42,7 @@ plugins {
id 'pmd'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id "com.github.spotbugs" version "5.2.5"
- id "com.diffplug.spotless" version "8.8.0"
+ id "com.diffplug.spotless" version "8.10.0"
}
description = 'Apache Thrift Java Library'