Skip to content

Commit cc0c296

Browse files
fix(deps): update dependency org.apache.jackrabbit:jackrabbit-webdav to v2.22.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d44195 commit cc0c296

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

gradle/verification-metadata.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,10 @@
245245
<trusted-key id="EE0CA873074092F806F59B65D364ABAA39A47320" group="com.google.errorprone"/>
246246
<trusted-key id="EF5214AD654CD05F0DA91609ECEAC3B11AD0E0A0" group="com.adobe.xmp" name="xmpcore" version="6.1.11"/>
247247
<trusted-key id="F1A51E051F527E0C8E24D54D4B1E11D5A4B91E89" group="com.google.protobuf"/>
248-
<trusted-key id="F254B35617DC255D9344BCFA873A8E86B4372146" group="org.codehaus.mojo"/>
248+
<trusted-key id="F254B35617DC255D9344BCFA873A8E86B4372146">
249+
<trusting group="org.apache" name="apache" version="13"/>
250+
<trusting group="org.codehaus.mojo"/>
251+
</trusted-key>
249252
<trusted-key id="F3184BCD55F4D016E30D4C9BF42E87F9665015C9" group="org.jsoup" name="jsoup" version="1.12.2"/>
250253
<trusted-key id="FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A" group="org.apache" name="apache"/>
251254
<trusted-key id="FA7929F83AD44C4590F6CC6815C71C0A4E0B8EDD" group="net.java.dev.jna"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ configurations {
5959
}
6060

6161
dependencies {
62-
implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5'
62+
implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.22.2'
6363
api 'com.squareup.okhttp3:okhttp:5.1.0'
6464
implementation 'com.github.bitfireAT:dav4jvm:2.2.1'
6565
// in transition phase, we use old and new libs

0 commit comments

Comments
 (0)