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 8933d845c3 chore: bump org.objenesis to 3.4
8933d845c3 is described below
commit 8933d845c377b467db009e8fcde3c6cdc89466b0
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Thu Oct 30 15:52:37 2025 +0300
chore: bump org.objenesis to 3.4
---
src/bom-testing/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index 0c0416cc64..7100ba7757 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -54,7 +54,7 @@ dependencies {
api("org.hamcrest:hamcrest-library:2.2")
api("org.hamcrest:hamcrest:2.2")
api("org.hsqldb:hsqldb:2.7.2")
- api("org.objenesis:objenesis:3.3")
+ api("org.objenesis:objenesis:3.4")
api("org.openjdk.jmh:jmh-core:1.37")
api("org.openjdk.jmh:jmh-generator-annprocess:1.37")
}