This is an automated email from the ASF dual-hosted git repository.
domgarguilo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git
The following commit(s) were added to refs/heads/main by this push:
new bf79239 Update impsort plugin (#259)
bf79239 is described below
commit bf792390d61f059703831ea66d9dc68a61df734c
Author: Dom G <[email protected]>
AuthorDate: Mon Mar 6 11:17:27 2023 -0500
Update impsort plugin (#259)
update impsort-maven-plugin to 1.8.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2e4d6dc..fadbef3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,7 +233,7 @@
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>
- <version>1.7.0</version>
+ <version>1.8.0</version>
<configuration>
<removeUnused>true</removeUnused>
<groups>java.,javax.,jakarta.,org.,com.</groups>