Skip to content

Commit c08c483

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 fdd09d2 commit c08c483

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-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: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@
311311
<trusted-key id="A6D6C97108B8585F91B158748671A8DF71296252" group="^com[.]squareup($|([.].*))" regex="true"/>
312312
<trusted-key id="A7892505CF1A58076453E52D7999BEFBA1039E8B" group="net.bytebuddy"/>
313313
<trusted-key id="A9789342F598AD5B1175EF357EB97D110DFADD60" group="com.googlecode.concurrent-trees" name="concurrent-trees" version="2.6.1"/>
314+
<trusted-key id="A9F885A21BA0EFB7D0991E6CCAF5EC5919FEA27D" group="commons-digester" name="commons-digester" version="2.1"/>
314315
<trusted-key id="AA417737BD805456DB3CBDDE6601E5C08DCCBB96">
315316
<trusting group="info.picocli" name="picocli" version="4.6.2"/>
316317
<trusting group="info.picocli" name="picocli" version="4.7.4"/>
@@ -370,7 +371,11 @@
370371
<trusted-key id="D410F787672BA63BC2DD192B0C907617691418AE" group="org.greenrobot"/>
371372
<trusted-key id="D4C89EA4AAF455FD88B22087EFE8086F9E93774E" group="junit" name="junit" version="4.12"/>
372373
<trusted-key id="D54A395B5CF3F86EB45F6E426B1B008864323B92" group="org.antlr"/>
373-
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62" group="org.apache.commons" name="commons-parent"/>
374+
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62">
375+
<trusting group="commons-validator" name="commons-validator" version="1.7"/>
376+
<trusting group="org.apache.commons" name="commons-parent"/>
377+
</trusted-key>
378+
<trusted-key id="D71534DDED75B2DA189E14DF385EF0846E5CF3F3" group="org.mnode.ical4j" name="ical4j" version="3.2.19"/>
374379
<trusted-key id="D75E25B78EBB19E47C0A99BCA7764F502A938C99" group="com.google.protobuf"/>
375380
<trusted-key id="D878D4A823EAE731B729D1A8D2151178A123C97F">
376381
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.1.12"/>
@@ -18495,6 +18500,11 @@
1849518500
<sha256 value="d78bd8524c5f8380a190a6525686629a95dfe512df21111383a6d8c0923a4415" origin="Generated by Gradle"/>
1849618501
</artifact>
1849718502
</component>
18503+
<component group="org.apache" name="apache" version="7">
18504+
<artifact name="apache-7.pom">
18505+
<pgp value="BA926F64CA647B6D853A38672E2010F8A7FF4A41"/>
18506+
</artifact>
18507+
</component>
1849818508
<component group="org.apache" name="apache" version="9">
1849918509
<artifact name="apache-9.pom">
1850018510
<pgp value="DA7A1BB85B19E4FB05073431205C8673DC742C7C"/>

0 commit comments

Comments
 (0)