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 f18df761b9 Bump activemq.version from 6.1.3 to 6.1.4 f18df761b9 is described below commit f18df761b98dcae94bf00fcd8eaea3881dc72148 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Nov 13 13:46:37 2024 +0000 Bump activemq.version from 6.1.3 to 6.1.4 Bumps `activemq.version` from 6.1.3 to 6.1.4. Updates `org.apache.activemq:activemq-broker` from 6.1.3 to 6.1.4 - [Commits](https://github.com/apache/activemq/compare/activemq-6.1.3...activemq-6.1.4) Updates `org.apache.activemq.tooling:activemq-maven-plugin` from 6.1.3 to 6.1.4 --- updated-dependencies: - dependency-name: org.apache.activemq:activemq-broker dependency-type: direct:development update-type: version-update:semver-patch - 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 83eaa92930..07c376c278 100644 --- a/pom.xml +++ b/pom.xml @@ -502,7 +502,7 @@ <jsr311.api.version>1.1.1</jsr311.api.version> <maven-plugin-tools.version>3.15.1</maven-plugin-tools.version> <maven-archetype.version>3.3.1</maven-archetype.version> - <activemq.version>6.1.3</activemq.version> + <activemq.version>6.1.4</activemq.version> <surefire.version>3.5.2</surefire.version> <!-- This variable is used in some Xdocs and is substituted using Velocity. Note that we can't use the project.version variable directly because of the dot. See