Compare commits

...

2 Commits

Author SHA1 Message Date
Paul Schaub ec59e717fc
Update changelog 2022-11-25 15:54:46 +01:00
Paul Schaub 1d65b4b3c2
Bump bc-util to 1.72 2022-11-25 15:54:05 +01:00
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@ SPDX-License-Identifier: Apache-2.0
# Changelog
## 0.1.3-SNAPSHOT
- Bump `bc-util` to `1.72`
- Add support for resource bundles for i18n
## 0.1.2
- Bump `slf4j` to `1.7.36`
- Bump `logback` to `1.2.11`

View File

@ -8,7 +8,7 @@ allprojects {
isSnapshot = true
minAndroidSdk = 10
javaSourceCompatibility = 1.8
bouncycastleVersion = '1.71'
bouncycastleVersion = '1.72'
junitVersion = '5.8.2'
jsrVersion = '3.0.2'
slf4jVersion = '1.7.36'