Upgrade to Postgresql 42.2.13
Closes gh-21859
This commit is contained in:
@@ -60,7 +60,10 @@ dependencies {
|
||||
testImplementation("org.hsqldb:hsqldb")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
testImplementation("org.mockito:mockito-core")
|
||||
testImplementation("org.postgresql:postgresql")
|
||||
testImplementation("org.postgresql:postgresql") {
|
||||
exclude group: "org.osgi"
|
||||
exclude group: "com.github.waffle", module: "waffle-jna"
|
||||
}
|
||||
testImplementation("org.springframework:spring-test")
|
||||
testImplementation("org.springframework:spring-webmvc")
|
||||
testImplementation("org.springframework:spring-websocket")
|
||||
|
||||
Reference in New Issue
Block a user