This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 0c14637e8857554a93c30366f6f1aff91e6ace32 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Fri Mar 26 09:06:51 2021 +0300 Updated Maven impsort plugin version to 1.6.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d2fb900..25b977e 100644 --- a/pom.xml +++ b/pom.xml @@ -1103,7 +1103,7 @@ <plugin> <groupId>net.revelc.code</groupId> <artifactId>impsort-maven-plugin</artifactId> - <version>1.4.1</version> + <version>1.6.0</version> <configuration> <lineEnding>LF</lineEnding> <groups>java.,javax.,org.w3c.,org.xml.,junit.</groups>