Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Bump google-http-client-jackson2 from 1.38.1 to 1.39.1 #95

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
compile 'com.google.api-client:google-api-client:1.31.2'
compile 'com.google.oauth-client:google-oauth-client-jetty:1.31.4'
compile group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.38.1'
compile group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.39.1'
compile 'com.google.apis:google-api-services-youtube:v3-rev20210210-1.31.0'
compile 'org.jetbrains.kotlin:kotlin-stdlib:1.4.30'
compile group: 'io.github.pr0methean.betterrandom', name: 'BetterRandom', version: '5.6.2'
Expand Down