This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 579e497f912b9a88a6da4f9d9ceb377b4b382bc1
Author: Paul King <[email protected]>
AuthorDate: Sun Jan 5 20:30:39 2025 +1000

    GROOVY-11543: Bump hsqldb to 2.7.4 (test dependency)
---
 subprojects/groovy-sql/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/groovy-sql/build.gradle 
b/subprojects/groovy-sql/build.gradle
index f41f530335..be98db8b37 100644
--- a/subprojects/groovy-sql/build.gradle
+++ b/subprojects/groovy-sql/build.gradle
@@ -22,7 +22,7 @@ plugins {
 
 dependencies {
     api rootProject // Sql uses Closure...
-    testImplementation group: 'org.hsqldb', name: 'hsqldb', version: '2.7.3'
+    testImplementation group: 'org.hsqldb', name: 'hsqldb', version: '2.7.4'
 // uncomment to test with other databases (requires changes elsewhere too)
 //    testImplementation 'com.h2database:h2:1.3.164'
 //    testImplementation 'hsqldb:hsqldb:1.8.0.10'

Reply via email to