8000 PR-31 Update test dependencies · xenit-eu/docker-postgres@376d532 · GitHub
[go: up one dir, main page]

Skip to content

Commit 376d532

Browse files
PR-31 Update test dependencies
- junit to 4.13.1 - postgresql to 42.2.18
1 parent 6ccc153 commit 376d532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ subprojects {
5555
}
5656

5757
dependencies {
58-
testImplementation group: 'junit', name: 'junit', version: '4.11'
59-
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.2.14'
58+
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
59+
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.2.18' 4670
6060
}
6161

6262
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)
0