diff --git a/CHANGELOG.md b/CHANGELOG.md index 295c68a..909b3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ and this library adheres to [Semantic Versioning](http://semver.org/) as mention * `git-build-hook-maven-plugin` plugin into the project, providing support for Git hooks. * `pre-commit.sh` hook, which automatically executes `mvn spotless:apply` prior to each commit, ensuring code formatting consistency. +### Changed +* Bumped `jackson` version to `2.17.0` +* Bumped `slf4j-api` version to `2.0.16` +* Bumped `junit-jupiter` version to `5.11.0` +* Bumped `guava` version to `33.3.0-jre` +* Bumped `maven-gpg-plugin` version to `3.2.5` ## [ [4.3.1](https://github.com/infobip/infobip-api-java-client/releases/tag/4.3.1) ] - 2024-06-05 diff --git a/pom.xml b/pom.xml index 19f2ac8..3ed6060 100644 --- a/pom.xml +++ b/pom.xml @@ -38,14 +38,14 @@ 11 UTF-8 UTF-8 - 2.15.2 + 2.17.0 4.12.0 - 2.0.9 - 5.9.2 + 2.0.16 + 5.11.0 3.24.2 - 32.1.2-jre - 2.27.2 - 4.2.0 + 33.3.0-jre + 3.0.1 + 4.2.2 @@ -158,7 +158,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.2.5 sign-artifacts