Skip to content

Commit

Permalink
build(deps): bump activeMqVersion from 5.17.3 to 5.18.1
Browse files Browse the repository at this point in the history
Bumps `activeMqVersion` from 5.17.3 to 5.18.1.

Updates `org.apache.activemq:activemq-client` from 5.17.3 to 5.18.1
- [Release notes](https://github.com/apache/activemq/releases)
- [Commits](apache/activemq@activemq-5.17.3...activemq-5.18.1)

Updates `org.apache.activemq:activemq-broker` from 5.17.3 to 5.18.1
- [Release notes](https://github.com/apache/activemq/releases)
- [Commits](apache/activemq@activemq-5.17.3...activemq-5.18.1)

Updates `org.apache.activemq:activemq-jaas` from 5.17.3 to 5.18.1
- [Release notes](https://github.com/apache/activemq/releases)
- [Commits](apache/activemq@activemq-5.17.3...activemq-5.18.1)

Updates `org.apache.activemq:activemq-kahadb-store` from 5.17.3 to 5.18.1
- [Release notes](https://github.com/apache/activemq/releases)
- [Commits](apache/activemq@activemq-5.17.3...activemq-5.18.1)

---
updated-dependencies:
- dependency-name: org.apache.activemq:activemq-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.activemq:activemq-broker
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.activemq:activemq-jaas
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.activemq:activemq-kahadb-store
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent a78fa96 commit 564220d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interlok-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
ext {
componentName='Interlok Core/Base'
componentDesc="The Core Interlok framework component; this is your must have"
activeMqVersion='5.17.3'
activeMqVersion='5.18.1'
bouncyCastleVersion='1.70'
mysqlDriverVersion='8.0.33'
slf4jVersion = '2.0.6'
Expand Down

0 comments on commit 564220d

Please sign in to comment.