File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed
Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,6 @@ java {
2121 withJavadocJar()
2222}
2323
24- test {
25- useJUnitPlatform()
26- }
27-
2824sourceSets {
2925 main {
3026 java {
Original file line number Diff line number Diff line change 11dependencies {
2- // Use JUnit test framework
3- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.0'
4- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.0'
5- testImplementation ' org.mockito:mockito-inline:5.2.0'
6-
2+
73 implementation ' com.squareup.okhttp3:okhttp:4.12.0'
84 implementation ' jakarta.annotation:jakarta.annotation-api:2.1.1'
95
106 // Core Http library
11- api ' com.microsoft.graph:microsoft-graph-core:3.1.17 '
7+ api ' com.microsoft.graph:microsoft-graph-core:3.2.0 '
128
139 implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.3.0'
1410 implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.3.0'
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.17 </version >
33+ <version >3.2.0 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments