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 46c5e6923c fix(deps): update org.openjdk.jmh to v1.37
46c5e6923c is described below
commit 46c5e6923c64a1f9f5c24c803d9b924aea3c9a75
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 14:18:09 2023 +0000
fix(deps): update org.openjdk.jmh to v1.37
---
src/bom-testing/build.gradle.kts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index af263910e9..f6dfe01c45 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -53,8 +53,8 @@ dependencies {
api("org.hamcrest:hamcrest:2.2")
api("org.hsqldb:hsqldb:2.7.2")
api("org.objenesis:objenesis:3.3")
- api("org.openjdk.jmh:jmh-core:1.36")
- api("org.openjdk.jmh:jmh-generator-annprocess:1.36")
+ api("org.openjdk.jmh:jmh-core:1.37")
+ api("org.openjdk.jmh:jmh-generator-annprocess:1.37")
api("org.spockframework:spock-core:2.3-groovy-3.0")
api("org.springframework:spring-beans:4.3.30.RELEASE")
api("org.springframework:spring-context:4.3.30.RELEASE")