Merge pull request #13899 from nextcloud/renovate/org.bouncycastle-bcpkix-jdk18on-1.x

fix(deps): update dependency org.bouncycastle:bcpkix-jdk18on to v1.79
This commit is contained in:
Tobias Kaminsky 2024-12-17 08:03:46 +01:00 committed by GitHub
commit 3eef65d882
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -303,7 +303,7 @@ dependencies {
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.12.1'
implementation 'org.lukhnos:nnio:0.3.1'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.79'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.github.nextcloud-deps:sectioned-recyclerview:0.6.1'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'