diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f02a9..2f77f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,9 @@ SPDX-License-Identifier: Apache-2.0 # Changelog -## 0.1.3-SNAPSHOT -- Bump `bc-util` to `1.72` +## 0.1.3 +- Bump `bc-util` to `1.75` +- Bump `jackson-databind` to `2.15.2` - Add support for resource bundles for i18n ## 0.1.2 @@ -23,4 +24,4 @@ SPDX-License-Identifier: Apache-2.0 ## 0.1.0 - Initial release - - `vks-java`: Client side API to communicate with Verifying Key Servers \ No newline at end of file + - `vks-java`: Client side API to communicate with Verifying Key Servers diff --git a/version.gradle b/version.gradle index 9ca88d9..c9d1def 100644 --- a/version.gradle +++ b/version.gradle @@ -4,17 +4,17 @@ allprojects { ext { - shortVersion = '0.1.3' + shortVersion = '0.1.4' isSnapshot = true minAndroidSdk = 10 javaSourceCompatibility = 1.8 - bouncycastleVersion = '1.72' + bouncycastleVersion = '1.75' 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.13.2.2' + jacksonDataBindVersion = '2.15.2' } }