This is an automated email from the ASF dual-hosted git repository.
rskraba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 5e1f16d2e8 Bump com.diffplug.spotless:spotless-maven-plugin in
/lang/java (#3575)
5e1f16d2e8 is described below
commit 5e1f16d2e880b0f8794fda653fa5a9bd22622f69
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 24 13:52:12 2025 +0100
Bump com.diffplug.spotless:spotless-maven-plugin in /lang/java (#3575)
Bumps
[com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless)
from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
-
[Commits](https://github.com/diffplug/spotless/compare/lib/3.0.0...lib/3.1.0)
---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
dependency-version: 3.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 70da6e4450..77f3fc9201 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-toolchains-plugin.version>3.2.0</maven-toolchains-plugin.version>
<plugin-tools-javadoc.version>3.5.2</plugin-tools-javadoc.version>
- <spotless-maven-plugin.version>3.0.0</spotless-maven-plugin.version>
+ <spotless-maven-plugin.version>3.1.0</spotless-maven-plugin.version>
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
<!-- Pin output timestamp to make the Java build reproducible -->