Skip to content

Commit

Permalink
fix(deps): update dependency org.mnode.ical4j:ical4j to v4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 8, 2024
1 parent cdf91c3 commit 1ea5ccf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ dependencies {

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

implementation('org.mnode.ical4j:ical4j:3.0.0') {
implementation('org.mnode.ical4j:ical4j:4.0.3') {
['org.apache.commons', 'commons-logging'].each {
exclude group: "$it"
}
Expand Down
10 changes: 10 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<ignored-key id="0AA3E5C3D232E79B" reason="Key couldn't be downloaded from any key server"/>
<ignored-key id="23778689FBFBE047" reason="Key couldn't be downloaded from any key server"/>
<ignored-key id="31D2D79DF7E85DD3" reason="Key couldn't be downloaded from any key server"/>
<ignored-key id="72385FF0AF338D52" reason="Key couldn't be downloaded from any key server"/>
</ignored-keys>
<trusted-keys>
<trusted-key id="015479E1055341431B4545AB72475FD306B9CAB7" group="com.googlecode.javaewah" name="JavaEWAH" version="1.2.3"/>
Expand Down Expand Up @@ -322,6 +323,7 @@
<trusted-key id="D4C89EA4AAF455FD88B22087EFE8086F9E93774E" group="junit" name="junit" version="4.12"/>
<trusted-key id="D54A395B5CF3F86EB45F6E426B1B008864323B92" group="org.antlr"/>
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62" group="org.apache.commons" name="commons-parent"/>
<trusted-key id="D71534DDED75B2DA189E14DF385EF0846E5CF3F3" group="org.mnode.ical4j" name="ical4j" version="4.0.3"/>
<trusted-key id="D75E25B78EBB19E47C0A99BCA7764F502A938C99" group="com.google.protobuf"/>
<trusted-key id="DA7A1BB85B19E4FB05073431205C8673DC742C7C" group="org.apache" name="apache" version="9"/>
<trusted-key id="DB0597E3144342256BC81E3EC727D053C4481CF5" group="org.tensorflow" name="tensorflow-lite-metadata"/>
Expand Down Expand Up @@ -11291,6 +11293,14 @@
</sha256>
</artifact>
</component>
<component group="org.threeten" name="threeten-extra" version="1.8.0">
<artifact name="threeten-extra-1.8.0.jar">
<sha256 value="51e4d21edc4e9447f7760c050e0baee75d7d973f387ba605a17abdc4d24fd6d8" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
<artifact name="threeten-extra-1.8.0.pom">
<sha256 value="a5d8cdf2592bda1ef405965883db2da431b267c76de300d075821e20f6dc0c7d" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
<component group="org.tukaani" name="xz" version="1.9">
<artifact name="xz-1.9.jar">
<sha256 value="211b306cfc44f8f96df3a0a3ddaf75ba8c5289eed77d60d72f889bb855f535e5" origin="Generated by Gradle"/>
Expand Down

0 comments on commit 1ea5ccf

Please sign in to comment.