Skip to content

Commit bd26b91

Browse files
committed
fix(deps): update dependency org.apache.commons:commons-dbcp2 to v2.13.0
1 parent 02e5f59 commit bd26b91

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<trusted-key id="41D266DB4427983A1A4AFB0C3684155E9365C30E" group="com.jayway.jsonpath"/>
7979
<trusted-key id="475F3B8E59E6E63AA78067482C7B12F2A511E325" group="org.slf4j"/>
8080
<trusted-key id="47EB6836245D2D40E89DFB4136D4E9618F3ADAB5" group="io.github.microutils"/>
81+
<trusted-key id="47EF0EC60C210BC6DFAA5819B7AE15C15C321C44" group="jakarta.transaction" name="jakarta.transaction-api" version="1.3.3"/>
8182
<trusted-key id="48B086A7D843CFA258E83286928FBF39003C0425">
8283
<trusting group="io.micrometer"/>
8384
<trusting group="io.projectreactor"/>
@@ -445,6 +446,11 @@
445446
<pgp value="190D5A957FF22273E601F7A7C92C5FEC70161C62"/>
446447
</artifact>
447448
</component>
449+
<component group="org.apache" name="apache" version="33">
450+
<artifact name="apache-33.pom">
451+
<sha256 value="d78bd8524c5f8380a190a6525686629a95dfe512df21111383a6d8c0923a4415" origin="Generated by Gradle"/>
452+
</artifact>
453+
</component>
448454
<component group="org.apache" name="apache" version="35">
449455
<artifact name="apache-35.pom">
450456
<sha256 value="ea297dcd114136e8b8e8b630230d52a76c2fc69f6c5db25d672b1857000728b8" origin="Generated by Gradle"/>
@@ -480,6 +486,11 @@
480486
<pgp value="B920D295BF0E61CB4CF0896C33CD6733AF5EC452"/>
481487
</artifact>
482488
</component>
489+
<component group="org.apache.commons" name="commons-parent" version="78">
490+
<artifact name="commons-parent-78.pom">
491+
<sha256 value="022d202e655edd04f2a10ecbe453d92977924d38380a4ca8c359f1817a80320e" origin="Generated by Gradle"/>
492+
</artifact>
493+
</component>
483494
<component group="org.apache.commons" name="commons-parent" version="9">
484495
<artifact name="commons-parent-9.pom">
485496
<pgp value="D196A5E3E70732EEB2E5007F1861C322C56014B2"/>
@@ -595,6 +606,11 @@
595606
<sha256 value="7f622d6052d0496556009103a87d8cbf47148b52b1b0d56da4001d36c6569cb2" origin="Generated by Gradle" reason="Artifact is not signed"/>
596607
</artifact>
597608
</component>
609+
<component group="org.junit" name="junit-bom" version="5.11.2">
610+
<artifact name="junit-bom-5.11.2.pom">
611+
<sha256 value="f48e88538aac145eb3ae0345a9ebd055b28f329a35dce8d1e9281325ca9b0ea2" origin="Generated by Gradle"/>
612+
</artifact>
613+
</component>
598614
<component group="org.junit" name="junit-bom" version="5.13.4">
599615
<artifact name="junit-bom-5.13.4.pom">
600616
<sha256 value="d7a08a99b2502f0bb68cd4e1f984f0bf69324aaa208bd0f73366c03fc3548a42" 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)