You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/04/29 16:55:35 UTC

[jmeter] branch master updated: fix(deps): bump activemq to 5.16.6 to support Java 8

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a65d7ae14 fix(deps): bump activemq to 5.16.6 to support Java 8
0a65d7ae14 is described below

commit 0a65d7ae147aa5464bfb8dc997604f81a8d0749e
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Sat Apr 29 19:55:07 2023 +0300

    fix(deps): bump activemq to 5.16.6 to support Java 8
    
    See https://github.com/apache/jmeter/pull/5858
---
 renovate.json                    | 3 ++-
 src/bom-testing/build.gradle.kts | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/renovate.json b/renovate.json
index ca09f37145..ddf6c01605 100644
--- a/renovate.json
+++ b/renovate.json
@@ -28,7 +28,8 @@
     },
     {
       "matchPackagePrefixes": ["org.apache.activemq"],
-      "groupName": "org.apache.activemq"
+      "groupName": "org.apache.activemq",
+      "allowedVersions": "< 5.17.0"
     },
     {
       "matchPackagePrefixes": ["org.apache.ftpserver"],
diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index 3d2ece0ec4..66c4e11955 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -41,9 +41,9 @@ dependencies {
         api("junit:junit:4.13.2")
         api("nl.jqno.equalsverifier:equalsverifier:3.14.1")
         // activemq-all should not be used as it provides secondary slf4j binding
-        api("org.apache.activemq:activemq-broker:5.16.4")
-        api("org.apache.activemq:activemq-client:5.16.4")
-        api("org.apache.activemq:activemq-spring:5.16.4")
+        api("org.apache.activemq:activemq-broker:5.16.6")
+        api("org.apache.activemq:activemq-client:5.16.6")
+        api("org.apache.activemq:activemq-spring:5.16.6")
         api("org.apache.ftpserver:ftplet-api:1.2.0")
         api("org.apache.ftpserver:ftpserver-core:1.2.0")
         api("org.apache.mina:mina-core:2.2.1")