mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2025-12-05 04:51:08 +01:00
VKS-Java 0.1.4
This commit is contained in:
parent
84ea7cbee6
commit
b0fc512074
2 changed files with 2 additions and 2 deletions
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '0.1.4'
|
||||
isSnapshot = true
|
||||
isSnapshot = false
|
||||
javaSourceCompatibility = 11
|
||||
bouncycastleVersion = '1.82'
|
||||
junitVersion = '5.8.2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue