diff --git a/docs/upgrade-to-v3.md b/docs/upgrade-to-v3.md
index f1037eea4e1..f98a49c01be 100644
--- a/docs/upgrade-to-v3.md
+++ b/docs/upgrade-to-v3.md
@@ -127,7 +127,7 @@ As the connection configuration evolved over time, the connection configuration
### Dependencies upgrade
-- OkHttpClient has been upgraded from 3.X to 4.9.0.
+- OkHttpClient has been upgraded from 3.X to 4.X.
- Google Guava has been upgraded from 20 to 30.
No action needs to be taken unless the project has a direct reference to an older version of those libraries, in which case the references need to be upgraded to match the versions listed here.
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 07962fcbfd0..75f760c52ad 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -8,7 +8,7 @@ dependencies {
api 'com.google.code.gson:gson:2.8.6'
- implementation 'com.squareup.okhttp3:okhttp:4.9.0'
+ implementation 'com.squareup.okhttp3:okhttp:4.9.1'
// Core Http library
api 'com.microsoft.graph:microsoft-graph-core:2.0.0-SNAPSHOT' //TODO update version when releasing
diff --git a/pom.xml b/pom.xml
index 065ee931b74..6e3d26f3f7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
com.squareup.okhttp3
gson
- 4.9.0
+ 4.9.1
com.microsoft.graph