This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new a4ad35e64 [AMQ-9038] Upgrade to maven-consolets-plugin and
maven-graph-plugin 1.45
new c41709933 Merge pull request #886 from jbonofre/AMQ-9038
a4ad35e64 is described below
commit a4ad35e642d06ed14253dc14c215eb68383ecfd3
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Aug 16 16:59:26 2022 +0200
[AMQ-9038] Upgrade to maven-consolets-plugin and maven-graph-plugin 1.45
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0877ddf5d..66b7efe76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
<depends-maven-plugin-version>1.4.0</depends-maven-plugin-version>
<maven-dependency-plugin-version>2.8</maven-dependency-plugin-version>
<maven-project-info-reports-plugin-version>3.4.0</maven-project-info-reports-plugin-version>
- <maven-graph-plugin-version>1.30</maven-graph-plugin-version>
+ <maven-graph-plugin-version>1.45</maven-graph-plugin-version>
<maven-plugin-plugin-version>3.6.4</maven-plugin-plugin-version>
<maven-core-version>3.6.1</maven-core-version>
<!-- OSGi bundles properties -->
@@ -1523,7 +1523,7 @@
<plugin>
<groupId>org.fusesource.mvnplugins</groupId>
<artifactId>maven-consolets-plugin</artifactId>
- <version>1.30</version>
+ <version>1.45</version>
<configuration>
<enabled>true</enabled>
</configuration>