Upgrade to Postgresql 42.2.13
Closes gh-21859
This commit is contained in:
@@ -11,7 +11,10 @@ dependencies {
|
||||
|
||||
runtimeOnly("io.r2dbc:r2dbc-postgresql")
|
||||
runtimeOnly("org.flywaydb:flyway-core")
|
||||
runtimeOnly("org.postgresql:postgresql")
|
||||
runtimeOnly("org.postgresql:postgresql") {
|
||||
exclude group: "org.osgi"
|
||||
exclude group: "com.github.waffle", module: "waffle-jna"
|
||||
}
|
||||
runtimeOnly("org.springframework:spring-jdbc")
|
||||
|
||||
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
|
||||
|
||||
@@ -11,7 +11,10 @@ dependencies {
|
||||
|
||||
runtimeOnly("io.r2dbc:r2dbc-postgresql")
|
||||
runtimeOnly("org.liquibase:liquibase-core")
|
||||
runtimeOnly("org.postgresql:postgresql")
|
||||
runtimeOnly("org.postgresql:postgresql") {
|
||||
exclude group: "org.osgi"
|
||||
exclude group: "com.github.waffle", module: "waffle-jna"
|
||||
}
|
||||
runtimeOnly("org.springframework:spring-jdbc")
|
||||
|
||||
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
|
||||
|
||||
Reference in New Issue
Block a user