Skip to content

Commit 34e9fec

Browse files
fix(deps): update dependency org.mnode.ical4j:ical4j to v3.2.19
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 52bd89b commit 34e9fec

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

app/build.gradle

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

361361
implementation 'org.osmdroid:osmdroid-android:6.1.20'
362362

363-
implementation('org.mnode.ical4j:ical4j:3.0.0') {
363+
implementation('org.mnode.ical4j:ical4j:3.2.19') {
364364
['org.apache.commons', 'commons-logging'].each {
365365
exclude group: "$it"
366366
}

gradle/verification-metadata.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<ignored-keys>
1212
<ignored-key id="0AA3E5C3D232E79B" reason="Key couldn't be downloaded from any key server"/>
1313
<ignored-key id="23778689FBFBE047" reason="Key couldn't be downloaded from any key server"/>
14+
<ignored-key id="2E2010F8A7FF4A41" reason="Key couldn't be downloaded from any key server"/>
1415
<ignored-key id="5C504E1210E49773" reason="Key couldn't be downloaded from any key server"/>
1516
<ignored-key id="BAC30622339994C4" reason="Key couldn't be downloaded from any key server"/>
1617
</ignored-keys>
@@ -288,6 +289,7 @@
288289
<trusted-key id="A6D6C97108B8585F91B158748671A8DF71296252" group="^com[.]squareup($|([.].*))" regex="true"/>
289290
<trusted-key id="A7892505CF1A58076453E52D7999BEFBA1039E8B" group="net.bytebuddy"/>
290291
<trusted-key id="A9789342F598AD5B1175EF357EB97D110DFADD60" group="com.googlecode.concurrent-trees" name="concurrent-trees" version="2.6.1"/>
292+
<trusted-key id="A9F885A21BA0EFB7D0991E6CCAF5EC5919FEA27D" group="commons-digester" name="commons-digester" version="2.1"/>
291293
<trusted-key id="AA417737BD805456DB3CBDDE6601E5C08DCCBB96">
292294
<trusting group="info.picocli" name="picocli" version="4.6.2"/>
293295
<trusting group="info.picocli" name="picocli" version="4.7.4"/>
@@ -343,7 +345,11 @@
343345
<trusted-key id="D410F787672BA63BC2DD192B0C907617691418AE" group="org.greenrobot"/>
344346
<trusted-key id="D4C89EA4AAF455FD88B22087EFE8086F9E93774E" group="junit" name="junit" version="4.12"/>
345347
<trusted-key id="D54A395B5CF3F86EB45F6E426B1B008864323B92" group="org.antlr"/>
346-
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62" group="org.apache.commons" name="commons-parent"/>
348+
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62">
349+
<trusting group="commons-validator" name="commons-validator" version="1.7"/>
350+
<trusting group="org.apache.commons" name="commons-parent"/>
351+
</trusted-key>
352+
<trusted-key id="D71534DDED75B2DA189E14DF385EF0846E5CF3F3" group="org.mnode.ical4j" name="ical4j" version="3.2.19"/>
347353
<trusted-key id="D75E25B78EBB19E47C0A99BCA7764F502A938C99" group="com.google.protobuf"/>
348354
<trusted-key id="DA7A1BB85B19E4FB05073431205C8673DC742C7C" group="org.apache" name="apache" version="9"/>
349355
<trusted-key id="DB0597E3144342256BC81E3EC727D053C4481CF5" group="org.tensorflow" name="tensorflow-lite-metadata"/>
@@ -13468,6 +13474,11 @@
1346813474
<sha256 value="d78bd8524c5f8380a190a6525686629a95dfe512df21111383a6d8c0923a4415" origin="Generated by Gradle"/>
1346913475
</artifact>
1347013476
</component>
13477+
<component group="org.apache" name="apache" version="7">
13478+
<artifact name="apache-7.pom">
13479+
<sha256 value="1397ce1db433adc9f223dbf07496d133681448751f4ae29e58f68e78fb4b6c25" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
13480+
</artifact>
13481+
</component>
1347113482
<component group="org.apache" name="apache" version="9">
1347213483
<artifact name="apache-9.pom">
1347313484
<pgp value="DA7A1BB85B19E4FB05073431205C8673DC742C7C"/>

0 commit comments

Comments
 (0)