Skip to content

Commit f474f04

Browse files
committed
Upgrade to Commons DBCP2 2.12.0
Closes gh-39918
1 parent a4959e8 commit f474f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ bom {
249249
releaseNotes("https://commons.apache.org/proper/commons-codec/changes-report.html#a{version}")
250250
}
251251
}
252-
library("Commons DBCP2", "2.11.0") {
252+
library("Commons DBCP2", "2.12.0") {
253253
group("org.apache.commons") {
254254
modules = [
255255
"commons-dbcp2" {

0 commit comments

Comments
 (0)