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 32557413db Bump activemq-maven-plugin from 5.17.2 to 5.17.3 32557413db is described below commit 32557413db159891fcb8ab267c45db2afefad498 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Dec 5 13:06:37 2022 +0000 Bump activemq-maven-plugin from 5.17.2 to 5.17.3 Bumps activemq-maven-plugin from 5.17.2 to 5.17.3. --- 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 58c30a8207..593f437073 100644 --- a/modules/samples/transport/jms-sample/jmsService/pom.xml +++ b/modules/samples/transport/jms-sample/jmsService/pom.xml @@ -24,7 +24,7 @@ <plugin> <groupId>org.apache.activemq.tooling</groupId> <artifactId>activemq-maven-plugin</artifactId> - <version>5.17.2</version> + <version>5.17.3</version> <configuration> <fork>true</fork> </configuration>