Skip to content

Commit 285d0e0

Browse files
committed
TOMEE-4585 - ActiveMQ 6.2.4
1 parent 651e466 commit 285d0e0

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

boms/tomee-plume/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -384,32 +384,32 @@
384384
<dependency>
385385
<groupId>org.apache.activemq</groupId>
386386
<artifactId>activemq-broker</artifactId>
387-
<version>6.2.3</version>
387+
<version>6.2.4</version>
388388
</dependency>
389389
<dependency>
390390
<groupId>org.apache.activemq</groupId>
391391
<artifactId>activemq-client</artifactId>
392-
<version>6.2.3</version>
392+
<version>6.2.4</version>
393393
</dependency>
394394
<dependency>
395395
<groupId>org.apache.activemq</groupId>
396396
<artifactId>activemq-jdbc-store</artifactId>
397-
<version>6.2.3</version>
397+
<version>6.2.4</version>
398398
</dependency>
399399
<dependency>
400400
<groupId>org.apache.activemq</groupId>
401401
<artifactId>activemq-kahadb-store</artifactId>
402-
<version>6.2.3</version>
402+
<version>6.2.4</version>
403403
</dependency>
404404
<dependency>
405405
<groupId>org.apache.activemq</groupId>
406406
<artifactId>activemq-openwire-legacy</artifactId>
407-
<version>6.2.3</version>
407+
<version>6.2.4</version>
408408
</dependency>
409409
<dependency>
410410
<groupId>org.apache.activemq</groupId>
411411
<artifactId>activemq-ra</artifactId>
412-
<version>6.2.3</version>
412+
<version>6.2.4</version>
413413
</dependency>
414414
<dependency>
415415
<groupId>org.apache.batchee</groupId>

boms/tomee-plus/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -384,32 +384,32 @@
384384
<dependency>
385385
<groupId>org.apache.activemq</groupId>
386386
<artifactId>activemq-broker</artifactId>
387-
<version>6.2.3</version>
387+
<version>6.2.4</version>
388388
</dependency>
389389
<dependency>
390390
<groupId>org.apache.activemq</groupId>
391391
<artifactId>activemq-client</artifactId>
392-
<version>6.2.3</version>
392+
<version>6.2.4</version>
393393
</dependency>
394394
<dependency>
395395
<groupId>org.apache.activemq</groupId>
396396
<artifactId>activemq-jdbc-store</artifactId>
397-
<version>6.2.3</version>
397+
<version>6.2.4</version>
398398
</dependency>
399399
<dependency>
400400
<groupId>org.apache.activemq</groupId>
401401
<artifactId>activemq-kahadb-store</artifactId>
402-
<version>6.2.3</version>
402+
<version>6.2.4</version>
403403
</dependency>
404404
<dependency>
405405
<groupId>org.apache.activemq</groupId>
406406
<artifactId>activemq-openwire-legacy</artifactId>
407-
<version>6.2.3</version>
407+
<version>6.2.4</version>
408408
</dependency>
409409
<dependency>
410410
<groupId>org.apache.activemq</groupId>
411411
<artifactId>activemq-ra</artifactId>
412-
<version>6.2.3</version>
412+
<version>6.2.4</version>
413413
</dependency>
414414
<dependency>
415415
<groupId>org.apache.batchee</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<!-- com.sun -->
203203
<version.impl.saaj>3.0.4</version.impl.saaj>
204204
<!-- org.apache -->
205-
<version.activemq>6.2.3</version.activemq>
205+
<version.activemq>6.2.4</version.activemq>
206206
<version.batchee>2.0.0</version.batchee>
207207
<version.bval>3.0.1</version.bval>
208208
<version.cxf>4.1.5</version.cxf>

0 commit comments

Comments
 (0)