Skip to content

Commit 5ca866c

Browse files
Merge pull request #1997 from nextcloud/renovate/commons-io-commons-io-2.x
Update dependency commons-io:commons-io to v2.22.0
2 parents 830801f + 26842a8 commit 5ca866c

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
@@ -286,6 +286,7 @@
286286
<trusted-key id="F1A51E051F527E0C8E24D54D4B1E11D5A4B91E89" group="com.google.protobuf"/>
287287
<trusted-key id="F254B35617DC255D9344BCFA873A8E86B4372146" group="org.codehaus.mojo"/>
288288
<trusted-key id="F3184BCD55F4D016E30D4C9BF42E87F9665015C9" group="org.jsoup" name="jsoup" version="1.12.2"/>
289+
<trusted-key id="F4DD59C90148BDC52BEB90A4530AA5F25C25011F" group="commons-io"/>
289290
<trusted-key id="FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A" group="org.apache" name="apache"/>
290291
<trusted-key id="FA7929F83AD44C4590F6CC6815C71C0A4E0B8EDD" group="net.java.dev.jna"/>
291292
<trusted-key id="FC411CD3CB7DCB0ABC9801058118B3BCDB1A5000" group="jakarta.xml.bind"/>
@@ -11246,6 +11247,11 @@
1124611247
<sha256 value="d189ff2c0027e96bb65d31e6f227ed2af966169b36af1e973dd5ba08926dc7b5" origin="Generated by Gradle"/>
1124711248
</artifact>
1124811249
</component>
11250+
<component group="org.apache.commons" name="commons-parent" version="98">
11251+
<artifact name="commons-parent-98.pom">
11252+
<pgp value="F4DD59C90148BDC52BEB90A4530AA5F25C25011F"/>
11253+
</artifact>
11254+
</component>
1124911255
<component group="org.apache.commons" name="commons-text" version="1.10.0">
1125011256
<artifact name="commons-text-1.10.0.jar">
1125111257
<sha256 value="770cd903fa7b604d1f7ef7ba17f84108667294b2b478be8ed1af3bffb4ae0018" origin="Generated by Gradle"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ dependencies {
9494

9595
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
9696
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.7.0'
97-
androidTestImplementation 'commons-io:commons-io:2.21.0'
97+
androidTestImplementation 'commons-io:commons-io:2.22.0'
9898
}
9999

100100
spotbugs {

0 commit comments

Comments
 (0)