File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This 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
284288Initial 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
Original file line number Diff line number Diff line change 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 >
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>
You can’t perform that action at this time.
0 commit comments