File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ dependencies {
88 implementation ' jakarta.annotation:jakarta.annotation-api:2.1.1'
99
1010 // Core Http library
11- api ' com.microsoft.graph:microsoft-graph-core:3.1.10 '
11+ api ' com.microsoft.graph:microsoft-graph-core:3.1.12 '
1212
13- implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.11 '
14- implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.11 '
15- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.11 '
16- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-text:1.1.11 '
17- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.11 '
18- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.11 '
13+ implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.12 '
14+ implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.12 '
15+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.12 '
16+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-text:1.1.12 '
17+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.12 '
18+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.12 '
1919}
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.microsoft.graph</groupId >
3232 <artifactId >microsoft-graph-core</artifactId >
33- <version >3.1.10 </version >
33+ <version >3.1.12 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments