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 8200186ca9 Bump activemq.version from 6.1.4 to 6.1.5 8200186ca9 is described below commit 8200186ca95af6cc502e5bed5a088354f7137e94 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jan 13 13:55:42 2025 +0000 Bump activemq.version from 6.1.4 to 6.1.5 Bumps `activemq.version` from 6.1.4 to 6.1.5. Updates `org.apache.activemq:activemq-broker` from 6.1.4 to 6.1.5 - [Commits](https://github.com/apache/activemq/compare/activemq-6.1.4...activemq-6.1.5) Updates `org.apache.activemq.tooling:activemq-maven-plugin` from 6.1.4 to 6.1.5 --- 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 6163bce33e..680b59bff8 100644 --- a/pom.xml +++ b/pom.xml @@ -501,7 +501,7 @@ <jaxws.api.version>4.0.2</jaxws.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.4</activemq.version> + <activemq.version>6.1.5</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