VKS-Java 0.1.4

This commit is contained in:
Paul Schaub 2025-09-29 16:00:24 +02:00
parent 84ea7cbee6
commit b0fc512074
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
# Changelog
## 0.1.4-SNAPSHOT
## 0.1.4
- Bump `bc-util` to `1.82`
- Bump `logback` to `1.5.13`
- Bump `lombok` to `1.18.42`

View file

@ -5,7 +5,7 @@
allprojects {
ext {
shortVersion = '0.1.4'
isSnapshot = true
isSnapshot = false
javaSourceCompatibility = 11
bouncycastleVersion = '1.82'
junitVersion = '5.8.2'