Skip to content

Commit e4259c2

Browse files
renovate-botvlsi
authored andcommitted
fix(deps): update dependency commons-logging:commons-logging to v1.3.6
1 parent 15eacb2 commit e4259c2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
<trusted-key id="EED6202038849B47FEEAD1EC9266326161C26F29" group="net.javacrumbs.json-unit"/>
212212
<trusted-key id="F254B35617DC255D9344BCFA873A8E86B4372146" group="org.apache"/>
213213
<trusted-key id="F3184BCD55F4D016E30D4C9BF42E87F9665015C9" group="org.jsoup"/>
214+
<trusted-key id="F4DD59C90148BDC52BEB90A4530AA5F25C25011F" group="commons-logging"/>
214215
<trusted-key id="F5FEBA84EB26C56457B2CF819E31AB27445478DB" group="org.infinispan"/>
215216
<trusted-key id="FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A">
216217
<trusting group="org.codehaus.plexus"/>
@@ -703,6 +704,11 @@
703704
<pgp value="D196A5E3E70732EEB2E5007F1861C322C56014B2"/>
704705
</artifact>
705706
</component>
707+
<component group="org.apache.commons" name="commons-parent" version="97">
708+
<artifact name="commons-parent-97.pom">
709+
<pgp value="F4DD59C90148BDC52BEB90A4530AA5F25C25011F"/>
710+
</artifact>
711+
</component>
706712
<component group="org.apache.geronimo.genesis" name="genesis" version="1.2">
707713
<artifact name="genesis-1.2.pom">
708714
<pgp value="B7574789F5018690043E6DD9C212662E12F3E1DD"/>

src/bom-thirdparty/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
api("commons-lang:commons-lang:2.6") {
6969
because("User might still rely on commons-lang")
7070
}
71-
api("commons-logging:commons-logging:1.3.5")
71+
api("commons-logging:commons-logging:1.3.6")
7272
api("commons-net:commons-net:3.12.0")
7373
api("dnsjava:dnsjava:3.6.4")
7474
api("io.burt:jmespath-core:0.6.0")

0 commit comments

Comments
 (0)