Skip to content

Commit 52b669a

Browse files
committed
fix(deps): update dependency org.apache.commons:commons-dbcp2 to v2.13.0
1 parent 642a1e2 commit 52b669a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
<trusted-key id="44FBDBBC1A00FE414F1C1873586654072EAD6677" group="org.sonatype.oss"/>
107107
<trusted-key id="475F3B8E59E6E63AA78067482C7B12F2A511E325" group="org.slf4j"/>
108108
<trusted-key id="47EB6836245D2D40E89DFB4136D4E9618F3ADAB5" group="io.github.microutils"/>
109+
<trusted-key id="47EF0EC60C210BC6DFAA5819B7AE15C15C321C44" group="jakarta.transaction" name="jakarta.transaction-api" version="1.3.3"/>
109110
<trusted-key id="48B086A7D843CFA258E83286928FBF39003C0425">
110111
<trusting group="io.micrometer"/>
111112
<trusting group="io.projectreactor"/>

src/bom-thirdparty/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
api("net.sf.saxon:Saxon-HE:12.9")
9191
api("org.apache-extras.beanshell:bsh:2.0b6")
9292
api("org.apache.commons:commons-collections4:4.5.0")
93-
api("org.apache.commons:commons-dbcp2:2.9.0")
93+
api("org.apache.commons:commons-dbcp2:2.13.0")
9494
api("org.apache.commons:commons-jexl3:3.5.0")
9595
api("org.apache.commons:commons-jexl:2.1.1")
9696
api("org.apache.commons:commons-lang3:3.19.0") {

0 commit comments

Comments
 (0)