Skip to content

Commit

Permalink
Update dependency org.bouncycastle:bcpkix-jdk18on to v1.80 (#920)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent e3a127c commit 9288ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ dependencies {
implementation group: 'com.google.guava', name: 'guava', version: '33.4.0-jre'
implementation group: 'jakarta.el', name: 'jakarta.el-api', version: '6.0.1'

implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.79'
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.80'
implementation group: 'ch.qos.logback', name: 'logback-core', version: versions.logback
implementation group: 'ch.qos.logback', name: 'logback-classic', version: versions.logback

Expand Down

0 comments on commit 9288ec7

Please sign in to comment.