File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ ## 2.8.1
5+ _ 2022-09-01_
6+
7+ * Add explicit Gson dependency [ 2.9.1] : transient dependency on 2.8.5 has a [ security vulnerability] ( https://github.com/google/gson/pull/1991 )
8+ and this library uses the Gson API explicitly.
9+ * Add explicit OkHttp dependency [ 4.10.0] as this library uses the API directly and to receive latest bug and security fixes.
10+
411## 2.8.0
512_ 2022-09-01_
613
714* Configuration: add ` languages ` and ` primary_translations ` .
815* Add ` runtime ` on the episode level.
916* Bundle R8 rules into library.
10- * Add explicit Gson dependency [ 2.9.1] : transient dependency on 2.8.5 has a [ security vulnerability] ( https://github.com/google/gson/pull/1991 )
11- and this library uses the Gson API explicitly.
12- * Add explicit OkHttp dependency [ 4.10.0] as this library uses the API directly and to receive latest bug and security fixes.
1317
1418## 2.7.0
1519_ 2022-03-11_
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A Java wrapper around the [TMDb v3 API](https://developers.themoviedb.org/3) usi
1010Add the following dependency to your Gradle project:
1111
1212``` groovy
13- implementation("com.uwetrottmann.tmdb2:tmdb-java:2.8.0 ")
13+ implementation("com.uwetrottmann.tmdb2:tmdb-java:2.8.1 ")
1414```
1515
1616or your Maven project:
@@ -19,7 +19,7 @@ or your Maven project:
1919<dependency >
2020 <groupId >com.uwetrottmann.tmdb2</groupId >
2121 <artifactId >tmdb-java</artifactId >
22- <version >2.8.0 </version >
22+ <version >2.8.1 </version >
2323</dependency >
2424```
2525
You can’t perform that action at this time.
0 commit comments