Skip to content

Commit 11886b7

Browse files
committed
Prepare for version 2.0.20
1 parent 44524cc commit 11886b7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mavenGroupId = com.microsoft.graph
2727
mavenArtifactId = microsoft-graph-core
2828
mavenMajorVersion = 2
2929
mavenMinorVersion = 3
30-
mavenPatchVersion = 2
30+
mavenPatchVersion = 3
3131
mavenArtifactSuffix =
3232

3333
#These values are used to run functional tests

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
2525
mavenArtifactId = microsoft-graph-core
2626
mavenMajorVersion = 2
2727
mavenMinorVersion = 0
28-
mavenPatchVersion = 19
28+
mavenPatchVersion = 20
2929
mavenArtifactSuffix =
3030

3131
#These values are used to run functional tests

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ repositories {
2222
2323
dependencies {
2424
// Include the sdk as a dependency
25-
implementation 'com.microsoft.graph:microsoft-graph-core:2.0.19'
25+
implementation 'com.microsoft.graph:microsoft-graph-core:2.0.20'
2626
// This dependency is only needed if you are using the TokenCredentialAuthProvider
27-
implementation 'com.azure:azure-identity:1.7.2'
27+
implementation 'com.azure:azure-identity:1.10.2'
2828
}
2929
```
3030

@@ -37,11 +37,11 @@ Add the dependency in `dependencies` in pom.xml
3737
<!-- Include the sdk as a dependency -->
3838
<groupId>com.microsoft.graph</groupId>
3939
<artifactId>microsoft-graph-core</artifactId>
40-
<version>2.0.16</version>
40+
<version>2.0.20</version>
4141
<!-- This dependency is only needed if you are using the TokenCredentialAuthProvider -->
4242
<groupId>com.azure</groupId>
4343
<artifactId>azure-identity</artifactId>
44-
<version>1.7.2</version>
44+
<version>1.10.2</version>
4545
</dependency>
4646
```
4747

src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class TelemetryHandler implements Interceptor{
2424
/**
2525
* Current SDK version
2626
*/
27-
public static final String VERSION = "v2.0.19";
27+
public static final String VERSION = "v2.0.20";
2828
/**
2929
* Version prefix
3030
*/

0 commit comments

Comments
 (0)