Skip to content

Commit 5170c7e

Browse files
committed
fix(deps): update dependency org.apache.commons:commons-dbcp2 to v2.13.0
1 parent d70ffa1 commit 5170c7e

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
@@ -82,6 +82,7 @@
8282
<trusted-key id="41D266DB4427983A1A4AFB0C3684155E9365C30E" group="com.jayway.jsonpath"/>
8383
<trusted-key id="475F3B8E59E6E63AA78067482C7B12F2A511E325" group="org.slf4j"/>
8484
<trusted-key id="47EB6836245D2D40E89DFB4136D4E9618F3ADAB5" group="io.github.microutils"/>
85+
<trusted-key id="47EF0EC60C210BC6DFAA5819B7AE15C15C321C44" group="jakarta.transaction" name="jakarta.transaction-api" version="1.3.3"/>
8586
<trusted-key id="48B086A7D843CFA258E83286928FBF39003C0425">
8687
<trusting group="io.micrometer"/>
8788
<trusting group="io.projectreactor"/>

src/bom-thirdparty/build.gradle.kts

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

0 commit comments

Comments
 (0)