Skip to content

Commit

Permalink
Update Gson 2.10.1, OkHttp 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengrad committed Jan 13, 2024
1 parent 918e93d commit d58fe3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

dependencies {
compile 'com.google.code.gson:gson:2.9.1'
compile 'com.squareup.okhttp3:okhttp:4.10.0'
compile 'com.squareup.okhttp3:logging-interceptor:4.10.0'
compile 'com.google.code.gson:gson:2.10.1'
compile 'com.squareup.okhttp3:okhttp:4.12.0'
compile 'com.squareup.okhttp3:logging-interceptor:4.12.0'

testCompile 'junit:junit:4.13.1'
testCompile 'nl.jqno.equalsverifier:equalsverifier:3.1.13'
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.1</version>
<version>2.10.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.10.0</version>
<version>4.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.10.0</version>
<version>4.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d58fe3f

Please sign in to comment.