Skip to content

Commit

Permalink
Merge pull request #1621 from UNC-Libraries/bxc-4348-amq
Browse files Browse the repository at this point in the history
BXC-4348 - Update AMQ for CVE
  • Loading branch information
sharonluong authored Nov 6, 2023
2 parents e60f5ef + 3ec3686 commit b47e339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
<commons-fileupload.version>1.5</commons-fileupload.version>
<abdera.version>1.1.3</abdera.version>

<activemq.version>5.16.3</activemq.version>
<activemq.version>5.17.6</activemq.version>
<activemq-camel.version>5.16.7</activemq-camel.version>
<activemq-protobuf.version>1.1</activemq-protobuf.version>

<slf4j.version>1.7.25</slf4j.version>
Expand Down
2 changes: 1 addition & 1 deletion services-camel-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-camel</artifactId>
<version>${activemq.version}</version>
<version>${activemq-camel.version}</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Expand Down

0 comments on commit b47e339

Please sign in to comment.