Skip to content

Commit 3ec3686

Browse files
committed
Update to activemq 5.17.6, and activemq-camel to 5.16.7 (the newest available version)
1 parent e60f5ef commit 3ec3686

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@
104104
<commons-fileupload.version>1.5</commons-fileupload.version>
105105
<abdera.version>1.1.3</abdera.version>
106106

107-
<activemq.version>5.16.3</activemq.version>
107+
<activemq.version>5.17.6</activemq.version>
108+
<activemq-camel.version>5.16.7</activemq-camel.version>
108109
<activemq-protobuf.version>1.1</activemq-protobuf.version>
109110

110111
<slf4j.version>1.7.25</slf4j.version>

services-camel-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.apache.activemq</groupId>
5858
<artifactId>activemq-camel</artifactId>
59-
<version>${activemq.version}</version>
59+
<version>${activemq-camel.version}</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.apache.activemq</groupId>

0 commit comments

Comments
 (0)