Skip to content

Commit 70c9acf

Browse files
committed
fix(deps): update dependency org.apache.commons:commons-dbcp2 to v2.13.0
1 parent b5c96a8 commit 70c9acf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<trusted-key id="41D266DB4427983A1A4AFB0C3684155E9365C30E" group="com.jayway.jsonpath"/>
8686
<trusted-key id="44FBDBBC1A00FE414F1C1873586654072EAD6677" group="org.sonatype.oss"/>
8787
<trusted-key id="475F3B8E59E6E63AA78067482C7B12F2A511E325" group="org.slf4j"/>
88+
<trusted-key id="47EF0EC60C210BC6DFAA5819B7AE15C15C321C44" group="jakarta.transaction" name="jakarta.transaction-api" version="1.3.3"/>
8889
<trusted-key id="48B086A7D843CFA258E83286928FBF39003C0425">
8990
<trusting group="io.projectreactor"/>
9091
<trusting group="org.springframework"/>

src/bom-thirdparty/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies {
9393
api("net.sf.saxon:Saxon-HE:11.6")
9494
api("org.apache-extras.beanshell:bsh:2.0b6")
9595
api("org.apache.commons:commons-collections4:4.5.0")
96-
api("org.apache.commons:commons-dbcp2:2.9.0")
96+
api("org.apache.commons:commons-dbcp2:2.13.0")
9797
api("org.apache.commons:commons-jexl3:3.2.1")
9898
api("org.apache.commons:commons-jexl:2.1.1")
9999
api("org.apache.commons:commons-lang3:3.14.0")

0 commit comments

Comments
 (0)