Skip to content

Commit 622a354

Browse files
authored
Release/10.5.19 to master (#307)
* Upgrade dependencies * [maven-release-plugin] prepare release java-sdk-10.5.19 * [maven-release-plugin] prepare for next development iteration * changelog and README.md updates
1 parent aded5b0 commit 622a354

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
6+
## Version [10.5.19] - (2024-09-20)
7+
- fix: update dependencies version
8+
59
## Version [10.5.18] - (2024-03-21)
610
- feat: add support for avif format
7-
11+
812
## Version [10.5.17] - (2023-11-23)
913
- fix: add parameter for hiding auth data in the logs
1014

@@ -283,6 +287,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
283287
## Version 1.0.0 - 2014-08-13
284288
Initial release.
285289

290+
[10.5.19]: https://github.com/contentful/contentful.java/compare/v.10.5.18...v.10.5.19
286291
[10.5.18]: https://github.com/contentful/contentful.java/compare/v.10.5.17...v.10.5.18
287292
[10.5.17]: https://github.com/contentful/contentful.java/compare/v.10.5.16...v.10.5.17
288293
[10.5.16]: https://github.com/contentful/contentful.java/compare/v.10.5.15...v.10.5.16

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.contentful.java</groupId>
55
<artifactId>java-sdk</artifactId>
6-
<version>10.5.19-SNAPSHOT</version>
6+
<version>10.5.20-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>${project.groupId}:${project.artifactId}</name>
@@ -48,10 +48,10 @@
4848
<java.version>1.8</java.version>
4949

5050
<!-- Dependencies -->
51-
<retrofit.version>2.9.0</retrofit.version>
52-
<rxjava.version>3.1.3</rxjava.version>
53-
<gson.version>2.10.1</gson.version>
54-
<okhttp.version>3.12.12</okhttp.version>
51+
<retrofit.version>2.11.0</retrofit.version>
52+
<rxjava.version>3.1.9</rxjava.version>
53+
<gson.version>2.11.0</gson.version>
54+
<okhttp.version>4.12.0</okhttp.version>
5555

5656
<!-- Test Dependencies -->
5757
<commonsio.version>2.7</commonsio.version>

0 commit comments

Comments
 (0)