Bump Bouncy Castle to 1.75

This commit is contained in:
Paul Schaub 2023-07-07 11:42:02 +02:00
parent ac5097482a
commit fd43ef27ba
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ SPDX-License-Identifier: CC0-1.0
# Cert-D-Java Changelog
## 0.2.2-SNAPSHOT
- Bump Bouncy Castle to `1.72`
- Bump Bouncy Castle to `1.75`
## 0.2.1
- Throw `NoSuchElementException` when querying non-existent certificates

View File

@ -9,8 +9,8 @@ allprojects {
minAndroidSdk = 26
animalsnifferSignatureVersion = "$minAndroidSdk:8.0.0_r2"
javaSourceCompatibility = 1.8
bouncycastleVersion = '1.72'
bouncyPgVersion = '1.72.3'
bouncycastleVersion = '1.75'
bouncyPgVersion = "$bouncycastleVersion"
slf4jVersion = '1.7.36'
logbackVersion = '1.2.11'
junitVersion = '5.8.2'