Skip to content

Commit

Permalink
GROOVY-11543: Bump hsqldb to 2.7.4 (test dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Jan 5, 2025
1 parent f9a7971 commit 579e497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/groovy-sql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 579e497

Please sign in to comment.