Skip to content

Commit fa40ae2

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 de35b67 commit fa40ae2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

gradle/verification-metadata.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
</trusted-key>
225225
<trusted-key id="BFD244AF9E85F6ABDCA2B65CDE61FB98F06CE8AE" group="org.json4s"/>
226226
<trusted-key id="C0612048F3393B80B22639B4F067A2FD751AE3E4" group="io.github.davidburstrom.contester" name="contester-breakpoint" version="0.2.0"/>
227+
<trusted-key id="C3259D20DAEC4ACE6D57CC83340B090F727518D8" group="com.google.j2objc" name="j2objc-annotations" version="3.1"/>
227228
<trusted-key id="C6F7D1C804C821F49AF3BFC13AD93C3C677A106E">
228229
<trusting group="io.perfmark" name="perfmark-api" version="0.23.0"/>
229230
<trusting group="io.perfmark" name="perfmark-api" version="0.26.0"/>
@@ -261,7 +262,10 @@
261262
<trusted-key id="EE0CA873074092F806F59B65D364ABAA39A47320" group="com.google.errorprone"/>
262263
<trusted-key id="EF5214AD654CD05F0DA91609ECEAC3B11AD0E0A0" group="com.adobe.xmp" name="xmpcore" version="6.1.11"/>
263264
<trusted-key id="F1A51E051F527E0C8E24D54D4B1E11D5A4B91E89" group="com.google.protobuf"/>
264-
<trusted-key id="F254B35617DC255D9344BCFA873A8E86B4372146" group="org.codehaus.mojo"/>
265+
<trusted-key id="F254B35617DC255D9344BCFA873A8E86B4372146">
266+
<trusting group="org.apache" name="apache" version="13"/>
267+
<trusting group="org.codehaus.mojo"/>
268+
</trusted-key>
265269
<trusted-key id="F3184BCD55F4D016E30D4C9BF42E87F9665015C9" group="org.jsoup" name="jsoup" version="1.12.2"/>
266270
<trusted-key id="FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A" group="org.apache" name="apache"/>
267271
<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)