Skip to content

Commit

Permalink
updated changelog, bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ib-tjuhasz committed Aug 21, 2024
1 parent 3f9e6f3 commit 483b4bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
<java.version>11</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jackson.version>2.15.2</jackson.version>
<jackson.version>2.17.0</jackson.version>
<okhttp.version>4.12.0</okhttp.version>
<slf4j.version>2.0.9</slf4j.version>
<junit-jupiter.version>5.9.2</junit-jupiter.version>
<slf4j.version>2.0.16</slf4j.version>
<junit-jupiter.version>5.11.0</junit-jupiter.version>
<assertj-core.version>3.24.2</assertj-core.version>
<guava.version>32.1.2-jre</guava.version>
<wiremock.version>2.27.2</wiremock.version>
<awaitility.version>4.2.0</awaitility.version>
<guava.version>33.3.0-jre</guava.version>
<wiremock.version>3.0.1</wiremock.version>
<awaitility.version>4.2.2</awaitility.version>
</properties>

<build>
Expand Down Expand Up @@ -158,7 +158,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.2.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 483b4bd

Please sign in to comment.