Skip to content

Commit 13b1ece

Browse files
committed
Update libraries for stock_jdbc tests
Also replace hamcrest matchers with assertj
1 parent 4781e62 commit 13b1ece

File tree

3 files changed

+204
-217
lines changed

3 files changed

+204
-217
lines changed

tests/client_tests/stock_jdbc/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ repositories {
88
}
99

1010
dependencies {
11-
testImplementation 'junit:junit:4.12'
11+
testImplementation 'junit:junit:4.13.2'
12+
testImplementation 'org.assertj:assertj-core:3.27.3'
13+
testImplementation 'io.crate:crate-testing:0.12.1'
1214
testImplementation 'org.postgresql:postgresql:42.7.4'
13-
testImplementation 'org.hamcrest:hamcrest:2.1'
14-
testImplementation 'io.crate:crate-testing:0.11.1'
1515
}
1616

1717
test {

0 commit comments

Comments
 (0)