Skip to content

Commit

Permalink
TOMEE-4426 - Bump version.activemq from 6.1.3 to 6.1.4 (#1614)
Browse files Browse the repository at this point in the history
Bumps `version.activemq` from 6.1.3 to 6.1.4.

Updates `org.apache.activemq:activemq-jdbc-store` from 6.1.3 to 6.1.4
- [Commits](apache/activemq@activemq-6.1.3...activemq-6.1.4)

Updates `org.apache.activemq:activemq-ra` from 6.1.3 to 6.1.4
- [Commits](apache/activemq@activemq-6.1.3...activemq-6.1.4)

Updates `org.apache.activemq:activemq-client` from 6.1.3 to 6.1.4
- [Commits](apache/activemq@activemq-6.1.3...activemq-6.1.4)

Updates `org.apache.activemq:activemq-broker` from 6.1.3 to 6.1.4
- [Commits](apache/activemq@activemq-6.1.3...activemq-6.1.4)

Updates `org.apache.activemq:activemq-openwire-legacy` from 6.1.3 to 6.1.4
- [Commits](apache/activemq@activemq-6.1.3...activemq-6.1.4)

---
updated-dependencies:
- dependency-name: org.apache.activemq:activemq-jdbc-store
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.activemq:activemq-ra
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.activemq:activemq-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.activemq:activemq-broker
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.activemq:activemq-openwire-legacy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 0494805 commit a6a5095
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions boms/tomee-plume/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -587,7 +587,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -598,7 +598,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-jdbc-store</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -620,7 +620,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-openwire-legacy</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -631,7 +631,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-ra</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions boms/tomee-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -587,7 +587,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -598,7 +598,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-jdbc-store</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -620,7 +620,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-openwire-legacy</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -631,7 +631,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-ra</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/activemq-multiple-brokers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/client-resource-lookup-preview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
<scope>runtime</scope>
</dependency>
<!-- test deps -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<!-- com.sun -->
<version.impl.saaj>2.0.1</version.impl.saaj>
<!-- org.apache -->
<version.activemq>6.1.3</version.activemq>
<version.activemq>6.1.4</version.activemq>
<version.batchee>2.0.0</version.batchee>
<version.bval>3.0.1</version.bval>
<version.cxf>4.1.0-SNAPSHOT</version.cxf>
Expand Down

0 comments on commit a6a5095

Please sign in to comment.