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 ccf32c10e0 chore: bump org.hsqldb:hsqldb to 2.7.4
ccf32c10e0 is described below
commit ccf32c10e090a31e959178ec3a09572d9f82a91a
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Fri Oct 31 18:47:40 2025 +0300
chore: bump org.hsqldb:hsqldb to 2.7.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 4b32cc4a8b..1fd3987ccb 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -53,7 +53,7 @@ dependencies {
api("org.hamcrest:hamcrest-core:3.0")
api("org.hamcrest:hamcrest-library:3.0")
api("org.hamcrest:hamcrest:3.0")
- api("org.hsqldb:hsqldb:2.7.2")
+ api("org.hsqldb:hsqldb:2.7.4")
api("org.objenesis:objenesis:3.4")
api("org.openjdk.jmh:jmh-core:1.37")
api("org.openjdk.jmh:jmh-generator-annprocess:1.37")