This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 89bf89fd3 Bump org.apache.maven.plugins:maven-plugin-plugin in
/lang/java (#2691)
89bf89fd3 is described below
commit 89bf89fd3a1cb9a5bba16997954a52f14139ab9f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 18 15:37:03 2024 +0200
Bump org.apache.maven.plugins:maven-plugin-plugin in /lang/java (#2691)
Bumps
[org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools)
from 3.10.2 to 3.11.0.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
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>
(cherry picked from commit db9667d9e1c76b52a79565f60c408b608e00c6b8)
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index c91866fca..db1576f03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,10 +55,10 @@
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version>
- <maven-plugin-plugin.version>3.8.2</maven-plugin-plugin.version>
-
<maven-remote-resources-plugin.version>3.0.0</maven-remote-resources-plugin.version>
- <maven-shade-plugin.version>3.4.1</maven-shade-plugin.version>
- <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
+ <maven-plugin-plugin.version>3.11.0</maven-plugin-plugin.version>
+
<maven-remote-resources-plugin.version>3.1.0</maven-remote-resources-plugin.version>
+ <maven-shade-plugin.version>3.5.1</maven-shade-plugin.version>
+ <maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<plugin-tools-javadoc.version>3.5.2</plugin-tools-javadoc.version>
<spotless-maven-plugin.version>2.27.2</spotless-maven-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>