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 e70c41a444 fix(deps): update dependency org.jetbrains:annotations to
v23.1.0 (#5853)
e70c41a444 is described below
commit e70c41a444c662b07b894f4def668a61bc63de46
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Apr 28 19:50:28 2023 +0200
fix(deps): update dependency org.jetbrains:annotations to v23.1.0 (#5853)
---
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 fea5e9c21a..1d5093c15f 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -72,7 +72,7 @@ dependencies {
api("javax.mail:mail:1.5.0-b01")
api("jcharts:jcharts:0.7.5")
api("junit:junit:4.13.2")
- api("org.jetbrains:annotations:23.0.0")
+ api("org.jetbrains:annotations:23.1.0")
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.8")