mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2025-12-05 04:41:08 +01:00
Cert-D-Java 0.2.4-SNAPSHOT
This commit is contained in:
parent
a50a23bef5
commit
4079eaa5a4
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ SPDX-License-Identifier: CC0-1.0
|
|||
|
||||
# Cert-D-Java Changelog
|
||||
|
||||
## 0.2.3-SNAPSHOT
|
||||
## 0.2.3
|
||||
- Bump Bouncy Castle to `1.82` and switch to `jdk18on`-variants
|
||||
- Upgrade build system
|
||||
- Bump gradle to `8.8`
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
allprojects {
|
||||
ext {
|
||||
shortVersion = '0.2.3'
|
||||
isSnapshot = false
|
||||
shortVersion = '0.2.4'
|
||||
isSnapshot = true
|
||||
javaSourceCompatibility = 11
|
||||
bouncycastleVersion = '1.82'
|
||||
bouncyPgVersion = "$bouncycastleVersion"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue