Skip to content

Commit 01c132a

Browse files
committed
fix(deps): update dependency org.apache.commons:commons-dbcp2 to v2.13.0
1 parent 04bd01a commit 01c132a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
<trusted-key id="44FBDBBC1A00FE414F1C1873586654072EAD6677" group="org.sonatype.oss"/>
105105
<trusted-key id="475F3B8E59E6E63AA78067482C7B12F2A511E325" group="org.slf4j"/>
106106
<trusted-key id="47EB6836245D2D40E89DFB4136D4E9618F3ADAB5" group="io.github.microutils"/>
107+
<trusted-key id="47EF0EC60C210BC6DFAA5819B7AE15C15C321C44" group="jakarta.transaction" name="jakarta.transaction-api" version="1.3.3"/>
107108
<trusted-key id="48B086A7D843CFA258E83286928FBF39003C0425">
108109
<trusting group="io.micrometer"/>
109110
<trusting group="io.projectreactor"/>
@@ -615,6 +616,11 @@
615616
<sha256 value="958d4f0ee63caee175085f9396d298c2fd88278918bbf3337a32ec74ce488b61" origin="Generated by Gradle" reason="Artifact is not signed"/>
616617
</artifact>
617618
</component>
619+
<component group="org.ow2" name="ow2" version="1.5">
620+
<artifact name="ow2-1.5.pom">
621+
<sha256 value="0f8a1b116e760b8fe6389c51b84e4b07a70fc11082d4f936e453b583dd50b43b" origin="Generated by Gradle" reason="Artifact is not signed"/>
622+
</artifact>
623+
</component>
618624
<component group="org.ow2" name="ow2" version="1.5.1">
619625
<artifact name="ow2-1.5.1.pom">
620626
<sha256 value="321ddbb7ee6fe4f53dea6b4cd6db74154d6bfa42391c1f763b361b9f485acf05" origin="Generated by Gradle"/>

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.19.0") {

0 commit comments

Comments
 (0)