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/05/13 19:38:19 UTC

[jmeter] branch master updated: chore: bump lets-plot-kotlin-jvm to 4.4.1

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 91e421ddfc chore: bump lets-plot-kotlin-jvm to 4.4.1
91e421ddfc is described below

commit 91e421ddfc95dce528c9fdebd36545013268edab
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Sat May 13 22:38:05 2023 +0300

    chore: bump lets-plot-kotlin-jvm to 4.4.1
    
    org.jetbrains.lets-plot dependencies should be upgraded together otherwise
    NoSuchMethodError is possible.
---
 renovate.json                       | 4 ++++
 src/bom-thirdparty/build.gradle.kts | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index ddf6c01605..5dc94b3f3a 100644
--- a/renovate.json
+++ b/renovate.json
@@ -51,6 +51,10 @@
       "matchPackagePrefixes": ["org.checkerframework"],
       "groupName": "org.checkerframework"
     },
+    {
+      "matchPackagePrefixes": ["org.jetbrains.lets-plot"],
+      "groupName": "org.jetbrains.lets-plot"
+    },
     {
       "matchPackagePrefixes": ["org.jodd"],
       "groupName": "org.jodd"
diff --git a/src/bom-thirdparty/build.gradle.kts b/src/bom-thirdparty/build.gradle.kts
index 3483b7c2c5..531f9d1753 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -87,7 +87,7 @@ dependencies {
         }
         api("org.jetbrains:annotations:24.0.1")
         api("org.jetbrains.lets-plot:lets-plot-batik:3.2.0")
-        api("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.3.0")
+        api("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.4.1")
         api("net.minidev:accessors-smart:2.4.9")
         api("net.minidev:json-smart:2.4.10")
         api("net.sf.jtidy:jtidy:r938")