Skip to content

Commit 87d8d75

Browse files
committed
fix(deps): update dependency org.apache.commons:commons-dbcp2 to v2.13.0
1 parent 93fe0dd commit 87d8d75

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
<trusted-key id="44FBDBBC1A00FE414F1C1873586654072EAD6677" group="org.sonatype.oss" name="oss-parent" version="9"/>
8787
<trusted-key id="475F3B8E59E6E63AA78067482C7B12F2A511E325" group="org.slf4j"/>
8888
<trusted-key id="47EB6836245D2D40E89DFB4136D4E9618F3ADAB5" group="io.github.microutils"/>
89+
<trusted-key id="47EF0EC60C210BC6DFAA5819B7AE15C15C321C44" group="jakarta.transaction" name="jakarta.transaction-api" version="1.3.3"/>
8990
<trusted-key id="48B086A7D843CFA258E83286928FBF39003C0425">
9091
<trusting group="io.micrometer"/>
9192
<trusting group="io.projectreactor"/>
@@ -621,6 +622,11 @@
621622
<pgp value="B920D295BF0E61CB4CF0896C33CD6733AF5EC452"/>
622623
</artifact>
623624
</component>
625+
<component group="org.apache.commons" name="commons-parent" version="78">
626+
<artifact name="commons-parent-78.pom">
627+
<sha256 value="022d202e655edd04f2a10ecbe453d92977924d38380a4ca8c359f1817a80320e" origin="Generated by Gradle"/>
628+
</artifact>
629+
</component>
624630
<component group="org.apache.commons" name="commons-parent" version="79">
625631
<artifact name="commons-parent-79.pom">
626632
<sha256 value="628df30148acd3c491cfcb6b73c7ae4b5989e5526ab13a2f428dea5d4ad10d7a" origin="Generated by Gradle"/>
@@ -871,6 +877,11 @@
871877
<sha256 value="169dd904a4b0f6520cffe658cc62292bfe9f3c14a989fa92120724cde43a9968" origin="Generated by Gradle"/>
872878
</artifact>
873879
</component>
880+
<component group="org.junit" name="junit-bom" version="5.11.2">
881+
<artifact name="junit-bom-5.11.2.pom">
882+
<sha256 value="f48e88538aac145eb3ae0345a9ebd055b28f329a35dce8d1e9281325ca9b0ea2" origin="Generated by Gradle"/>
883+
</artifact>
884+
</component>
874885
<component group="org.junit" name="junit-bom" version="5.11.4">
875886
<artifact name="junit-bom-5.11.4.pom">
876887
<sha256 value="19d4b747b204805325b6334553296f986562277a4ac1cb5e593a5e4c4f5e4115" origin="Generated by Gradle"/>

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)