Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/upgrade-to-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>gson</artifactId>
<version>4.9.0</version>
<version>4.9.1</version>
</dependency>
<dependency>
<groupId>com.microsoft.graph</groupId>
Expand Down