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 026129ac4 Bump maven-plugin-plugin from 3.6.4 to 3.7.1 in /lang/java
(#2070)
026129ac4 is described below
commit 026129ac4c9209ec2317c31d65997e223606c99f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 30 15:36:02 2023 +0200
Bump maven-plugin-plugin from 3.6.4 to 3.7.1 in /lang/java (#2070)
Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools)
from 3.6.4 to 3.7.1.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.4...maven-plugin-tools-3.7.1)
---
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 d22e55501caa19c9f19d3e9321b55a643c226773)
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 88c858e3f..b6de62c4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,9 +54,9 @@
<extra-enforcer-rules.version>1.6.1</extra-enforcer-rules.version>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
- <maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version>
- <maven-plugin-plugin.version>3.6.4</maven-plugin-plugin.version>
- <maven-shade-plugin.version>3.3.0</maven-shade-plugin.version>
+ <maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
+ <maven-plugin-plugin.version>3.7.1</maven-plugin-plugin.version>
+ <maven-shade-plugin.version>3.4.1</maven-shade-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<plugin-tools-javadoc.version>3.5</plugin-tools-javadoc.version>
<spotless-maven-plugin.version>2.23.0</spotless-maven-plugin.version>