This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git
The following commit(s) were added to refs/heads/master by this push:
new df6b2aa HBASE-29624 [hbase-operator-tools] Upgrade some maven plugin
versions (#151)
df6b2aa is described below
commit df6b2aa52b3ed7c80d832846f25a86677d370585
Author: Duo Zhang <[email protected]>
AuthorDate: Wed Sep 24 09:36:49 2025 +0800
HBASE-29624 [hbase-operator-tools] Upgrade some maven plugin versions (#151)
Signed-off-by: Nihal Jain <[email protected]>
---
pom.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index e786a74..4e37ad6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,6 +131,7 @@
<hbase-thirdparty.version>2.2.1</hbase-thirdparty.version>
<log4j2.version>2.17.2</log4j2.version>
<slf4j.version>1.7.33</slf4j.version>
+ <surefire.version>3.5.3</surefire.version>
<surefire.provider>surefire-junit47</surefire.provider>
<test.output.tofile>true</test.output.tofile>
<checkstyle.version>8.45.1</checkstyle.version>
@@ -138,8 +139,8 @@
<maven.checkstyle.version>3.2.1</maven.checkstyle.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<hbase.checkstyle.version>2.5.0</hbase.checkstyle.version>
- <enforcer.version>3.0.0-M2</enforcer.version>
- <extra.enforcer.version>1.0-beta-9</extra.enforcer.version>
+ <enforcer.version>3.6.1</enforcer.version>
+ <extra.enforcer.version>1.10.0</extra.enforcer.version>
<findbugs-annotations.version>1.3.9-1</findbugs-annotations.version>
<!--code coverage properties-->
<clover-maven-plugin.version>4.4.1</clover-maven-plugin.version>
@@ -232,6 +233,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>${surefire.version}</version>
<!-- Generic testing configuration for all packages -->
<configuration>
<failIfNoTests>false</failIfNoTests>