Skip to content

Commit 1db2f79

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 db3f2b5 commit 1db2f79

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

gradle/verification-metadata.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<trusted-key id="190D5A957FF22273E601F7A7C92C5FEC70161C62" group="org.apache" name="apache"/>
5050
<trusted-key id="19BEAB2D799C020F17C69126B16698A4ADF4D638" group="org.checkerframework"/>
5151
<trusted-key id="1A55F091AD28C07F831FA44D7905DE25C78AD456" group="com.google.protobuf"/>
52+
<trusted-key id="1D217F8475EEE9F19AB8DD6B793FD5751A0F0780" group="^com[.]squareup($|([.].*))" regex="true"/>
5253
<trusted-key id="1D2C7EF8ADA0F794B58C7C63436902AF59EDF60E">
5354
<trusting group="dev.equo.ide" name="solstice" version="1.7.5"/>
5455
<trusting group="dev.equo.ide" name="solstice" version="1.8.0"/>
@@ -243,7 +244,10 @@
243244
<trusted-key id="EE0CA873074092F806F59B65D364ABAA39A47320" group="com.google.errorprone"/>
244245
<trusted-key id="EF5214AD654CD05F0DA91609ECEAC3B11AD0E0A0" group="com.adobe.xmp" name="xmpcore" version="6.1.11"/>
245246
<trusted-key id="F1A51E051F527E0C8E24D54D4B1E11D5A4B91E89" group="com.google.protobuf"/>
246-
<trusted-key id="F254B35617DC255D9344BCFA873A8E86B4372146" group="org.codehaus.mojo"/>
247+
<trusted-key id="F254B35617DC255D9344BCFA873A8E86B4372146">
248+
<trusting group="org.apache" name="apache" version="13"/>
249+
<trusting group="org.codehaus.mojo"/>
250+
</trusted-key>
247251
<trusted-key id="F3184BCD55F4D016E30D4C9BF42E87F9665015C9" group="org.jsoup" name="jsoup" version="1.12.2"/>
248252
<trusted-key id="FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A" group="org.apache" name="apache"/>
249253
<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)