This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch 2.13.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 48814f323cb75eb5f49f3bf4aa00dc8919ab2b33 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Fri Mar 31 15:09:09 2023 +0200 Upgrade to impsort-maven-plugin 1.8.0 to be able to build with mvnd 1.0-m6-m39 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3677fd7986..7dda5ba272 100644 --- a/pom.xml +++ b/pom.xml @@ -183,7 +183,7 @@ <frontend-maven-plugin.version>1.6</frontend-maven-plugin.version> <groovy-maven-plugin.version>2.1.1</groovy-maven-plugin.version> <groovy.version>3.0.8</groovy.version> - <impsort-maven-plugin.version>1.7.0</impsort-maven-plugin.version> + <impsort-maven-plugin.version>1.8.0</impsort-maven-plugin.version> <jandex-maven-plugin.version>1.0.8</jandex-maven-plugin.version> <keytool-maven-plugin.version>1.7</keytool-maven-plugin.version> <mycila-license.version>3.0</mycila-license.version>