Cert-D-Java 0.2.4-SNAPSHOT

This commit is contained in:
Paul Schaub 2025-09-27 14:28:10 +02:00
parent a50a23bef5
commit 4079eaa5a4
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ SPDX-License-Identifier: CC0-1.0
# Cert-D-Java Changelog # Cert-D-Java Changelog
## 0.2.3-SNAPSHOT ## 0.2.3
- Bump Bouncy Castle to `1.82` and switch to `jdk18on`-variants - Bump Bouncy Castle to `1.82` and switch to `jdk18on`-variants
- Upgrade build system - Upgrade build system
- Bump gradle to `8.8` - Bump gradle to `8.8`

View file

@ -4,8 +4,8 @@
allprojects { allprojects {
ext { ext {
shortVersion = '0.2.3' shortVersion = '0.2.4'
isSnapshot = false isSnapshot = true
javaSourceCompatibility = 11 javaSourceCompatibility = 11
bouncycastleVersion = '1.82' bouncycastleVersion = '1.82'
bouncyPgVersion = "$bouncycastleVersion" bouncyPgVersion = "$bouncycastleVersion"