Skip to content

Commit

Permalink
Bump ActiveMQ to 5.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bvolpato committed Oct 31, 2023
1 parent 9aeca17 commit c5f5ff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions v2/jms-to-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<!-- ActiveMQ uses JMS 1.1 until 5.17.4 -->
<!-- ActiveMQ uses JMS 1.1 until 5.17.6 -->
<!-- This can only be upgraded after Beam moves to JMS 2.0 -->
<activemq.version>5.17.4</activemq.version>
<activemq.version>5.17.6</activemq.version>
<testcontainers.version>1.17.5</testcontainers.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions v2/pubsub-to-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<!-- ActiveMQ uses JMS 1.1 until 5.17.4 -->
<!-- ActiveMQ uses JMS 1.1 until 5.17.6 -->
<!-- This can only be upgraded after Beam moves to JMS 2.0 -->
<activemq.version>5.17.4</activemq.version>
<activemq.version>5.17.6</activemq.version>
<testcontainers.version>1.17.5</testcontainers.version>
</properties>

Expand Down

0 comments on commit c5f5ff7

Please sign in to comment.