Skip to content

Commit

Permalink
trakt-java bump to 6.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed May 24, 2024
1 parent 60c9a00 commit 136f98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies {
implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
implementation 'org.json:json:20240303'
// see https://github.com/UweTrottmann/trakt-java?tab=readme-ov-file for threetenabp instead of threetenbp
implementation ('com.uwetrottmann.trakt5:trakt-java:6.12.0') {
implementation ('com.uwetrottmann.trakt5:trakt-java:6.13.0') {
exclude group: 'org.threeten', module: 'threetenbp'
}
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.7'
Expand Down

0 comments on commit 136f98a

Please sign in to comment.