Bump activemq-broker from 5.16.1 to 5.16.2

Bumps [activemq-broker](https://github.com/apache/activemq) from 5.16.1 to 5.16.2.
- [Release notes](https://github.com/apache/activemq/releases)
- [Commits](https://github.com/apache/activemq/compare/activemq-5.16.1...activemq-5.16.2)

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/modules/samples/transport/jms-sample/jmsService/pom.xml b/modules/samples/transport/jms-sample/jmsService/pom.xml
index a4a7812..418b71a 100644
--- a/modules/samples/transport/jms-sample/jmsService/pom.xml
+++ b/modules/samples/transport/jms-sample/jmsService/pom.xml
@@ -31,7 +31,7 @@
                     <dependency>
                         <groupId>org.apache.activemq</groupId>
                         <artifactId>activemq-broker</artifactId>
-                        <version>5.16.1</version>
+                        <version>5.16.2</version>
                     </dependency>
                     <dependency>
                         <groupId>commons-io</groupId>
diff --git a/modules/transport/jms/pom.xml b/modules/transport/jms/pom.xml
index 79c5b52..25ef8f2 100644
--- a/modules/transport/jms/pom.xml
+++ b/modules/transport/jms/pom.xml
@@ -153,7 +153,7 @@
         <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-broker</artifactId>
-            <version>5.16.1</version>
+            <version>5.16.2</version>
             <scope>test</scope>
         </dependency>