Skip to content

Commit

Permalink
Merge pull request #1144 from bvolpato:bump-activemq
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 583362695
  • Loading branch information
cloud-teleport committed Nov 17, 2023
2 parents 62335f6 + c5f5ff7 commit 0849203
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 0849203

Please sign in to comment.