mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2025-09-11 20:29:39 +02:00
Compare commits
No commits in common. "57434d80cf9dbabde5301f9f9ea9bb514d76a9c7" and "ec59e717fcffe8d160b5426a16e9da98ae1bb818" have entirely different histories.
57434d80cf
...
ec59e717fc
2 changed files with 6 additions and 7 deletions
|
@ -6,9 +6,8 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
# Changelog
|
||||
|
||||
## 0.1.3
|
||||
- Bump `bc-util` to `1.75`
|
||||
- Bump `jackson-databind` to `2.15.2`
|
||||
## 0.1.3-SNAPSHOT
|
||||
- Bump `bc-util` to `1.72`
|
||||
- Add support for resource bundles for i18n
|
||||
|
||||
## 0.1.2
|
||||
|
|
|
@ -4,17 +4,17 @@
|
|||
|
||||
allprojects {
|
||||
ext {
|
||||
shortVersion = '0.1.4'
|
||||
shortVersion = '0.1.3'
|
||||
isSnapshot = true
|
||||
minAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
bouncycastleVersion = '1.75'
|
||||
bouncycastleVersion = '1.72'
|
||||
junitVersion = '5.8.2'
|
||||
jsrVersion = '3.0.2'
|
||||
slf4jVersion = '1.7.36'
|
||||
logbackVersion = '1.2.11'
|
||||
lombokVersion = '1.18.24'
|
||||
picocliVersion = '4.6.3'
|
||||
jacksonDataBindVersion = '2.15.2'
|
||||
jacksonDataBindVersion = '2.13.2.2'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue