mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01:00
Bump bcpg to 1.72.3
This commit is contained in:
parent
58c3afae3e
commit
5b6158d64b
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ SPDX-License-Identifier: CC0-1.0
|
||||||
# PGPainless Changelog
|
# PGPainless Changelog
|
||||||
|
|
||||||
## 1.3.14-SNAPSHOT
|
## 1.3.14-SNAPSHOT
|
||||||
|
- Bump `bcpg` to `1.72.3`
|
||||||
- Fix DSA key parameter check
|
- Fix DSA key parameter check
|
||||||
- Use proper method to unlock private signing keys when creating detached signatures
|
- Use proper method to unlock private signing keys when creating detached signatures
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ allprojects {
|
||||||
// unfortunately we rely on 1.72.1 or 1.72.3 for a patch for https://github.com/bcgit/bc-java/issues/1257
|
// unfortunately we rely on 1.72.1 or 1.72.3 for a patch for https://github.com/bcgit/bc-java/issues/1257
|
||||||
// which is a bug we introduced with a PR against BC :/ oops
|
// which is a bug we introduced with a PR against BC :/ oops
|
||||||
// When bouncyCastleVersion is 1.71, bouncyPgVersion can simply be set to 1.71 as well.
|
// When bouncyCastleVersion is 1.71, bouncyPgVersion can simply be set to 1.71 as well.
|
||||||
bouncyPgVersion = '1.72.1'
|
bouncyPgVersion = '1.72.3'
|
||||||
junitVersion = '5.8.2'
|
junitVersion = '5.8.2'
|
||||||
logbackVersion = '1.2.11'
|
logbackVersion = '1.2.11'
|
||||||
mockitoVersion = '4.5.1'
|
mockitoVersion = '4.5.1'
|
||||||
|
|
Loading…
Reference in a new issue