Skip to content

Commit fb07d64

Browse files
authored
Merge pull request #98 from jeffgbutler/dependabot/gradle/org.hsqldb-hsqldb-2.7.4
Bump org.hsqldb:hsqldb from 2.7.3 to 2.7.4
2 parents 2903b78 + c81d7d8 commit fb07d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
testImplementation ("org.assertj:assertj-core:3.26.3")
3434
testImplementation ("org.junit.jupiter:junit-jupiter-api:5.11.0")
3535
testImplementation ("org.junit.jupiter:junit-jupiter-engine:5.11.0")
36-
testImplementation ("org.hsqldb:hsqldb:2.7.3")
36+
testImplementation ("org.hsqldb:hsqldb:2.7.4")
3737
}
3838

3939
tasks.withType<Test> {

0 commit comments

Comments
 (0)