We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4781e62 commit 13b1eceCopy full SHA for 13b1ece
tests/client_tests/stock_jdbc/build.gradle
@@ -8,10 +8,10 @@ repositories {
8
}
9
10
dependencies {
11
- testImplementation 'junit:junit:4.12'
+ testImplementation 'junit:junit:4.13.2'
12
+ testImplementation 'org.assertj:assertj-core:3.27.3'
13
+ testImplementation 'io.crate:crate-testing:0.12.1'
14
testImplementation 'org.postgresql:postgresql:42.7.4'
- testImplementation 'org.hamcrest:hamcrest:2.1'
- testImplementation 'io.crate:crate-testing:0.11.1'
15
16
17
test {
0 commit comments