Skip to content

Commit 0cea75b

Browse files
authored
Merge pull request #233 from microsoftgraph/release/2-0-5
- bumps patch version
2 parents 670f02a + 08f978e commit 0cea75b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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 = 4
28+
mavenPatchVersion = 5
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.4'
25+
implementation 'com.microsoft.graph:microsoft-graph-core:2.0.5'
2626
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
27-
implementation 'com.azure:azure-identity:1.2.5'
27+
implementation 'com.azure:azure-identity:1.3.1'
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.4</version>
40+
<version>2.0.5</version>
4141
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
4242
<groupId>com.azure</groupId>
4343
<artifactId>azure-identity</artifactId>
44-
<version>1.2.5</version>
44+
<version>1.3.1</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
@@ -25,7 +25,7 @@ public class TelemetryHandler implements Interceptor{
2525
/**
2626
* Current SDK version
2727
*/
28-
public static final String VERSION = "v2.0.4";
28+
public static final String VERSION = "v2.0.5";
2929
/**
3030
* Verion prefix
3131
*/

0 commit comments

Comments
 (0)