This is an automated email from the ASF dual-hosted git repository.
nielsbasjes 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 d143d6262 Bump com.diffplug.spotless:spotless-maven-plugin in
/lang/java
d143d6262 is described below
commit d143d6262f7d6c688e695d1656f8609605835604
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 1 14:15:12 2024 +0000
Bump com.diffplug.spotless:spotless-maven-plugin in /lang/java
Bumps
[com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless)
from 2.27.2 to 2.43.0.
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
-
[Commits](https://github.com/diffplug/spotless/compare/maven/2.27.2...lib/2.43.0)
---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 009b5ee5b..9f69fcdca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<maven-toolchains-plugin.version>3.1.0</maven-toolchains-plugin.version>
<plugin-tools-javadoc.version>3.5.2</plugin-tools-javadoc.version>
- <spotless-maven-plugin.version>2.42.0</spotless-maven-plugin.version>
+ <spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<!-- Pin output timestamp to make the Java build reproducible -->