diff --git a/library/build.gradle b/library/build.gradle
index 4f4564cc..6b63a17b 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -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'
diff --git a/pom.xml b/pom.xml
index 972c01d5..3ec96243 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,19 +30,19 @@
com.google.code.gson
gson
- 2.9.1
+ 2.10.1
compile
com.squareup.okhttp3
okhttp
- 4.10.0
+ 4.12.0
compile
com.squareup.okhttp3
logging-interceptor
- 4.10.0
+ 4.12.0
compile