Skip to content

Commit

Permalink
Merge branch 'main' into v1.0/pipelinebuild/161941
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu authored Sep 4, 2024
2 parents 2d9f972 + a6764a9 commit c4677a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ java {
withJavadocJar()
}

test {
useJUnitPlatform()
}

sourceSets {
main {
java {
Expand Down
8 changes: 2 additions & 6 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
dependencies {
// Use JUnit test framework
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
testImplementation 'org.mockito:mockito-inline:5.2.0'


implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'

// Core Http library
api 'com.microsoft.graph:microsoft-graph-core:3.1.17'
api 'com.microsoft.graph:microsoft-graph-core:3.2.0'

implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.3.0'
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.3.0'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph-core</artifactId>
<version>3.1.17</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit c4677a7

Please sign in to comment.