8000
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 6ccc153 commit 376d532Copy full SHA for 376d532
build.gradle
@@ -55,8 +55,8 @@ subprojects {
55
}
56
57
dependencies {
58
- testImplementation group: 'junit', name: 'junit', version: '4.11'
59
- testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.2.14'
+ testImplementation group: 'junit', name: 'junit', version: '4.13.1'
+ testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.2.18' 4670
60
61
62
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments