Skip to content

Commit 8eaa602

Browse files
committed
fix(deps): update dependency org.apache.commons:commons-dbcp2 to v2.13.0
1 parent 824e1c3 commit 8eaa602

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"/>
@@ -637,6 +638,11 @@
637638
<sha256 value="d50da9c39bdca823d618d1b4a03b73f196497fcb8616fd0da727c8623592a9bb" origin="Generated by Gradle"/>
638639
</artifact>
639640
</component>
641+
<component group="org.apache.commons" name="commons-parent" version="78">
642+
<artifact name="commons-parent-78.pom">
643+
<sha256 value="022d202e655edd04f2a10ecbe453d92977924d38380a4ca8c359f1817a80320e" origin="Generated by Gradle"/>
644+
</artifact>
645+
</component>
640646
<component group="org.apache.commons" name="commons-parent" version="79">
641647
<artifact name="commons-parent-79.pom">
642648
<sha256 value="628df30148acd3c491cfcb6b73c7ae4b5989e5526ab13a2f428dea5d4ad10d7a" origin="Generated by Gradle"/>
@@ -907,6 +913,11 @@
907913
<sha256 value="4a3ffc4a4edcfec2cb5d619922706a9407161798571939f854dfda73e4e17cc8" origin="Generated by Gradle"/>
908914
</artifact>
909915
</component>
916+
<component group="org.junit" name="junit-bom" version="5.11.2">
917+
<artifact name="junit-bom-5.11.2.pom">
918+
<sha256 value="f48e88538aac145eb3ae0345a9ebd055b28f329a35dce8d1e9281325ca9b0ea2" origin="Generated by Gradle"/>
919+
</artifact>
920+
</component>
910921
<component group="org.junit" name="junit-bom" version="5.11.3">
911922
<artifact name="junit-bom-5.11.3.pom">
912923
<sha256 value="f13df2e4caf1febce567667e7c378101a0331d53d1324d6e2dfe3aecfb1f7774" 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)