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/11 06:21:42 UTC

[jmeter] branch master updated: fix(deps): update dependency org.jetbrains:annotations to v24 (#5908)

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 4f6d620897 fix(deps): update dependency org.jetbrains:annotations to v24 (#5908)
4f6d620897 is described below

commit 4f6d6208976b62d60dc0e2b925d0ca8b19f98de4
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Thu May 11 08:21:35 2023 +0200

    fix(deps): update dependency org.jetbrains:annotations to v24 (#5908)
---
 src/bom-thirdparty/build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bom-thirdparty/build.gradle.kts b/src/bom-thirdparty/build.gradle.kts
index c5fd57769d..4ee10916f2 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -83,7 +83,7 @@ dependencies {
         api("org.hamcrest:hamcrest:2.2") {
             because("ApacheJMeter_junit depends on junit4")
         }
-        api("org.jetbrains:annotations:23.1.0")
+        api("org.jetbrains:annotations:24.0.1")
         api("org.jetbrains.lets-plot:lets-plot-batik:3.1.0")
         api("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.3.0")
         api("net.minidev:accessors-smart:2.4.9")