Skip to content

Commit a38c19c

Browse files
authored
Merge branch 'dev' into v1.0/pipelinebuild/136169
2 parents 94f1f41 + 8280e5a commit a38c19c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
1111

1212
// Core Http library
13-
api 'com.microsoft.graph:microsoft-graph-core:3.1.3'
13+
api 'com.microsoft.graph:microsoft-graph-core:3.1.4'
1414
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.0.3'
1515
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.0.3'
1616
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.0.3'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.microsoft.graph</groupId>
3737
<artifactId>microsoft-graph-core</artifactId>
38-
<version>3.1.3</version>
38+
<version>3.1.4</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)