Browse Source

Upgrade to C3P0 0.11.1

Closes gh-45896
pull/45964/head
Andy Wilkinson 7 months ago
parent
commit
4b78861ca0
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

2
spring-boot-project/spring-boot-parent/build.gradle

@ -32,7 +32,7 @@ bom { @@ -32,7 +32,7 @@ bom {
]
}
}
library("C3P0", "0.9.5.5") {
library("C3P0", "0.11.1") {
group("com.mchange") {
modules = [
"c3p0"

Loading…
Cancel
Save