Skip to content

Commit

Permalink
Update snakeyaml, gson & guava
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Nov 17, 2023
1 parent 365d243 commit 20cd3da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ dependencies {
def workVersion = '2.7.1'
def lifecycleVersion = '2.5.1'
def annotationVersion = '1.2.0'
def gsonVersion = '2.9.1'
def guavaVersion = '32.0.0-android'
def snakeYamlVersion = '2.0'
def gsonVersion = '2.10.1'
def guavaVersion = '32.1.3-android'
def snakeYamlVersion = '2.2'
def jetBrainsAnnotationsVersion = '22.0.0'
def okHttpVersion = '3.12.13'
def playServicesVersion = '17.6.0'
Expand Down
11 changes: 5 additions & 6 deletions deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,14 @@ releaseRuntimeClasspath - Runtime classpath of /release.
| +--- androidx.lifecycle:lifecycle-runtime:2.5.1 (*)
| \--- androidx.startup:startup-runtime:1.1.1 (*)
+--- androidx.annotation:annotation:1.2.0
+--- com.google.code.gson:gson:2.9.1
+--- com.google.guava:guava:32.0.0-android
+--- com.google.code.gson:gson:2.10.1
+--- com.google.guava:guava:32.1.3-android
| +--- com.google.guava:failureaccess:1.0.1
| +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
| +--- com.google.code.findbugs:jsr305:3.0.2
| +--- org.checkerframework:checker-qual:3.33.0
| +--- com.google.errorprone:error_prone_annotations:2.18.0
| \--- com.google.j2objc:j2objc-annotations:2.8
+--- org.yaml:snakeyaml:2.0
| +--- org.checkerframework:checker-qual:3.37.0
| \--- com.google.errorprone:error_prone_annotations:2.21.1
+--- org.yaml:snakeyaml:2.2
+--- org.jetbrains:annotations:22.0.0
+--- com.squareup.okhttp3:okhttp:3.12.13
| \--- com.squareup.okio:okio:1.15.0
Expand Down

0 comments on commit 20cd3da

Please sign in to comment.