Browse Source

Upgrade to Commons DBCP2 2.14.0

Closes gh-48736
pull/48791/head
Andy Wilkinson 4 weeks ago
parent
commit
d938ccfc20
  1. 2
      platform/spring-boot-dependencies/build.gradle

2
platform/spring-boot-dependencies/build.gradle

@ -219,7 +219,7 @@ bom { @@ -219,7 +219,7 @@ bom {
releaseNotes("https://commons.apache.org/proper/commons-codec/changes.html#a{version}")
}
}
library("Commons DBCP2", "2.13.0") {
library("Commons DBCP2", "2.14.0") {
group("org.apache.commons") {
modules = [
"commons-dbcp2"

Loading…
Cancel
Save