Fix version of hsqldb

This commit is contained in:
Will Gittoes 2019-03-13 14:09:49 +11:00
parent 474f196c2f
commit 54401083ce
No known key found for this signature in database
GPG Key ID: 521026A02DB0BB42
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ dependencies {
testCompile project(':dd-java-agent:instrumentation:jdbc')
testCompile group: 'org.hibernate', name: 'hibernate-core', version: '4.3.0.Final'
testCompile group: 'org.hsqldb', name: 'hsqldb', version: '+'
testCompile group: 'org.hsqldb', name: 'hsqldb', version: '2.0.0'
latestDepTestCompile group: 'org.hibernate', name: 'hibernate-core', version: '+'
latestDepTestCompile group: 'org.hsqldb', name: 'hsqldb', version: '+'
latestDepTestCompile group: 'org.hsqldb', name: 'hsqldb', version: '2.0.0'
}