This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new f0cc6a48c8 Bump activemq-maven-plugin from 5.17.0 to 5.17.1 f0cc6a48c8 is described below commit f0cc6a48c8bcaf50c4bb1f48ca4df64b60b78623 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed May 4 13:37:00 2022 +0000 Bump activemq-maven-plugin from 5.17.0 to 5.17.1 Bumps activemq-maven-plugin from 5.17.0 to 5.17.1. --- updated-dependencies: - dependency-name: org.apache.activemq.tooling:activemq-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- modules/samples/transport/jms-sample/jmsService/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/samples/transport/jms-sample/jmsService/pom.xml b/modules/samples/transport/jms-sample/jmsService/pom.xml index 3900ccf968..12d55b1e44 100644 --- a/modules/samples/transport/jms-sample/jmsService/pom.xml +++ b/modules/samples/transport/jms-sample/jmsService/pom.xml @@ -17,7 +17,7 @@ <plugin> <groupId>org.apache.activemq.tooling</groupId> <artifactId>activemq-maven-plugin</artifactId> - <version>5.17.0</version> + <version>5.17.1</version> <configuration> <fork>true</fork> </configuration>