Skip to content

Commit

Permalink
Update dependency org.bouncycastle:bcutil-jdk18on to v1.80 (#664)
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 3, 2025
1 parent 67593dc commit aa69a9c
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 @@ -384,7 +384,7 @@ dependencies {
implementation group: 'com.google.guava', name: 'guava', version: '33.4.0-jre'
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.79'
implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.80'
implementation group: 'org.bouncycastle', name: 'bcutil-jdk18on', version: '1.79'
implementation group: 'org.bouncycastle', name: 'bcutil-jdk18on', version: '1.80'

implementation group: 'wsdl4j', name: 'wsdl4j', version: wsdl4jVersion
jaxb('org.glassfish.jaxb:jaxb-xjc:4.0.5')
Expand Down

0 comments on commit aa69a9c

Please sign in to comment.