This is an automated email from the ASF dual-hosted git repository.
aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new c377e946 Bump maven-enforcer-plugin to 3.2.1 (#361)
c377e946 is described below
commit c377e94606f532e3c03d346b7ce6daae6b114907
Author: Aaron Ai <[email protected]>
AuthorDate: Mon Feb 13 15:37:22 2023 +0800
Bump maven-enforcer-plugin to 3.2.1 (#361)
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 4e6b1de3..689b3df1 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -68,7 +68,7 @@
<spotbugs-plugin.version>4.2.2</spotbugs-plugin.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
- <maven-enforcer-plugin.version>1.4.1</maven-enforcer-plugin.version>
+ <maven-enforcer-plugin.version>3.2.1</maven-enforcer-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>