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 and alperozturk96 committed Jul 4, 2024
1 parent 6bed2ff commit d339860
Show file tree
Hide file tree
Showing 2 changed files with 26 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 @@ -356,7 +356,7 @@ dependencies {

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

implementation('org.mnode.ical4j:ical4j:3.0.0') {
implementation('org.mnode.ical4j:ical4j:4.0.1') {
['org.apache.commons', 'commons-logging'].each {
exclude group: "$it"
}
Expand Down
25 changes: 25 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<trust group="com.fasterxml.jackson" name="jackson-base" version="2.14.2" reason="no keys available, no pom artifact to create a checksum"/>
<trust file=".*-sources[.]jar" regex="true"/>
</trusted-artifacts>
<ignored-keys>
<ignored-key id="385EF0846E5CF3F3" 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"/>
<trusted-key id="042B29E928995B9DB963C636C7CA19B7B620D787" group="com.github.stephenc.jcip" name="jcip-annotations" version="1.0-1"/>
Expand Down Expand Up @@ -7808,6 +7812,11 @@
<sha256 value="c86ee198a35a3715487860f419cbf642e7e4d9e8714777947dbe6a4e3a20ab58" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="commons-codec" name="commons-codec" version="1.2">
<artifact name="commons-codec-1.2.pom">
<sha256 value="28d6c089355487fd2e973e091a152727ac27ad2b2c1ec9cbcf916a10fc863148" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="commons-collections" name="commons-collections" version="3.2.2">
<artifact name="commons-collections-3.2.2.jar">
<sha256 value="eeeae917917144a68a741d4c0dff66aa5c5c5fd85593ff217bced3fc8ca783b8" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -10625,6 +10634,14 @@
<sha256 value="fe6e755412bff8c2bc96e0073764f0dc16aab6e6ee675bea934b7db2fa2416ba" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.mnode.ical4j" name="ical4j" version="4.0.1">
<artifact name="ical4j-4.0.1.jar">
<sha256 value="8e6cabf79e124ba47972f4a38c2ca159dad666f3e5ec95ae72580b7fff77b514" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
<artifact name="ical4j-4.0.1.module">
<sha256 value="7b6dc730b87d808692ade7c8a061a0e47ffd4034aa33fa4fc050e769156c25f6" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
<component group="org.mockito" name="mockito-android" version="4.11.0">
<artifact name="mockito-android-4.11.0.jar">
<sha256 value="c631906a7909199f47c4e0d68137bd37a909d2577f06548fe2642b7189cf6358" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -10974,6 +10991,14 @@
<sha256 value="8359ad51e0476c8e0df7188a43f16d49733c4a428fb45e99794b783f01b97520" origin="Generated by Gradle" reason="PGP signature verification failed!"/>
</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 d339860

Please sign in to comment.