Skip to content

Commit e9c7238

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 414e6c9 commit e9c7238

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

app/build.gradle

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

378378
implementation "org.osmdroid:osmdroid-android:6.1.20"
379379

380-
implementation("org.mnode.ical4j:ical4j:3.0.0") {
380+
implementation("org.mnode.ical4j:ical4j:3.2.19") {
381381
["org.apache.commons", "commons-logging"].each {
382382
exclude group: "$it"
383383
}

gradle/verification-metadata.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<trust group="com.fasterxml.jackson" name="jackson-base" version="2.14.2" reason="no keys available, no pom artifact to create a checksum"/>
99
<trust file=".*-sources[.]jar" regex="true"/>
1010
</trusted-artifacts>
11+
<ignored-keys>
12+
<ignored-key id="2E2010F8A7FF4A41" reason="Key couldn't be downloaded from any key server"/>
13+
<ignored-key id="CAF5EC5919FEA27D" reason="Key couldn't be downloaded from any key server"/>
14+
</ignored-keys>
1115
<trusted-keys>
1216
<trusted-key id="015479E1055341431B4545AB72475FD306B9CAB7" group="com.googlecode.javaewah" name="JavaEWAH" version="1.2.3"/>
1317
<trusted-key id="042B29E928995B9DB963C636C7CA19B7B620D787" group="com.github.stephenc.jcip" name="jcip-annotations" version="1.0-1"/>
@@ -366,7 +370,11 @@
366370
<trusted-key id="D410F787672BA63BC2DD192B0C907617691418AE" group="org.greenrobot"/>
367371
<trusted-key id="D4C89EA4AAF455FD88B22087EFE8086F9E93774E" group="junit" name="junit" version="4.12"/>
368372
<trusted-key id="D54A395B5CF3F86EB45F6E426B1B008864323B92" group="org.antlr"/>
369-
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62" group="org.apache.commons" name="commons-parent"/>
373+
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62">
374+
<trusting group="commons-validator" name="commons-validator" version="1.7"/>
375+
<trusting group="org.apache.commons" name="commons-parent"/>
376+
</trusted-key>
377+
<trusted-key id="D71534DDED75B2DA189E14DF385EF0846E5CF3F3" group="org.mnode.ical4j" name="ical4j" version="3.2.19"/>
370378
<trusted-key id="D75E25B78EBB19E47C0A99BCA7764F502A938C99" group="com.google.protobuf"/>
371379
<trusted-key id="D878D4A823EAE731B729D1A8D2151178A123C97F">
372380
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.1.12"/>
@@ -16225,6 +16233,14 @@
1622516233
<sha256 value="d5d81fcc288c0d8c711c302007cada4aa9a226ed1a112d4baa64cb1d6322170b" origin="Generated by Gradle"/>
1622616234
</artifact>
1622716235
</component>
16236+
<component group="commons-digester" name="commons-digester" version="2.1">
16237+
<artifact name="commons-digester-2.1.jar">
16238+
<sha256 value="e0b2b980a84fc6533c5ce291f1917b32c507f62bcad64198fff44368c2196a3d" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
16239+
</artifact>
16240+
<artifact name="commons-digester-2.1.pom">
16241+
<sha256 value="15a59c0e757c6c07c3d1b689d735c8e3a9ec5695d6ceb6a941d4062ab22901b7" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
16242+
</artifact>
16243+
</component>
1622816244
<component group="commons-httpclient" name="commons-httpclient" version="3.1">
1622916245
<artifact name="commons-httpclient-3.1.jar">
1623016246
<pgp value="0785B3EFF60B1B1BEA94E0BB7C25280EAE63EBE5"/>
@@ -18454,6 +18470,11 @@
1845418470
<sha256 value="d78bd8524c5f8380a190a6525686629a95dfe512df21111383a6d8c0923a4415" origin="Generated by Gradle"/>
1845518471
</artifact>
1845618472
</component>
18473+
<component group="org.apache" name="apache" version="7">
18474+
<artifact name="apache-7.pom">
18475+
<sha256 value="1397ce1db433adc9f223dbf07496d133681448751f4ae29e58f68e78fb4b6c25" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
18476+
</artifact>
18477+
</component>
1845718478
<component group="org.apache" name="apache" version="9">
1845818479
<artifact name="apache-9.pom">
1845918480
<pgp value="DA7A1BB85B19E4FB05073431205C8673DC742C7C"/>

0 commit comments

Comments
 (0)