Skip to content

Commit c4677a7

Browse files
authored
Merge branch 'main' into v1.0/pipelinebuild/161941
2 parents 2d9f972 + a6764a9 commit c4677a7

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ java {
2121
withJavadocJar()
2222
}
2323

24-
test {
25-
useJUnitPlatform()
26-
}
27-
2824
sourceSets {
2925
main {
3026
java {

gradle/dependencies.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
dependencies {
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'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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>

0 commit comments

Comments
 (0)