Skip to content

Commit 3bd9ef3

Browse files
committed
Upgrade to Commons DBCP2 2.13.0
Closes gh-43668
1 parent 0c2a53c commit 3bd9ef3

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
@@ -213,7 +213,7 @@ bom {
213213
releaseNotes("https://commons.apache.org/proper/commons-codec/changes-report.html#a{version}")
214214
}
215215
}
216-
library("Commons DBCP2", "2.12.0") {
216+
library("Commons DBCP2", "2.13.0") {
217217
group("org.apache.commons") {
218218
modules = [
219219
"commons-dbcp2" {

0 commit comments

Comments
 (0)