Browse Source

Upgrade to Commons DBCP2 2.13.0

Closes gh-43668
pull/43737/head
Andy Wilkinson 12 months ago
parent
commit
3bd9ef31c6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save