Updated dependencies

This commit is contained in:
Erik C. Thauvin 2022-08-15 09:51:47 -07:00
parent 2aa551bfcd
commit 8e03eda655
2 changed files with 3 additions and 2 deletions

View file

@ -53,7 +53,7 @@ dependencies {
implementation 'commons-net:commons-net:3.8.0' implementation 'commons-net:commons-net:3.8.0'
// Google // Google
implementation 'com.google.code.gson:gson:2.9.0' implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.guava:guava:31.1-jre' implementation 'com.google.guava:guava:31.1-jre'
// Kotlin // Kotlin
@ -75,6 +75,7 @@ dependencies {
implementation 'org.jsoup:jsoup:1.15.2' implementation 'org.jsoup:jsoup:1.15.2'
implementation 'org.twitter4j:twitter4j-core:4.0.7' implementation 'org.twitter4j:twitter4j-core:4.0.7'
// Thauvin
implementation 'net.thauvin.erik:cryptoprice:0.9.0' implementation 'net.thauvin.erik:cryptoprice:0.9.0'
implementation 'net.thauvin.erik:pinboard-poster:1.0.3' implementation 'net.thauvin.erik:pinboard-poster:1.0.3'

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists