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 11, 2024
1 parent 8b590bc commit 353e0dc
Show file tree
Hide file tree
Showing 2 changed files with 3 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.4') {
['org.apache.commons', 'commons-logging'].each {
exclude group: "$it"
}
Expand Down
2 changes: 2 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
<trusting group="com.mebigfatguy.fb-contrib" name="fb-contrib" version="7.6.4"/>
</trusted-key>
<trusted-key id="B17136D06153558101DB7DF723778689FBFBE047" group="pl.droidsonroids.gif" name="android-gif-drawable" version="1.2.29"/>
<trusted-key id="B41089A2DA79B0FA5810252872385FF0AF338D52" group="org.threeten" name="threeten-extra" version="1.8.0"/>
<trusted-key id="B69A63A5EF7183DBC09199AC26E74B6874AEE127" group="com.github.bumptech.glide" name="glide" version="3.8.0"/>
<trusted-key id="B6E73D84EA4FCC47166087253FAAD2CD5ECBB314">
<trusting group="commons-beanutils"/>
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.4"/>
<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

0 comments on commit 353e0dc

Please sign in to comment.