File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Microsoft Graph SDK for Java
1+ # Microsoft Graph SDK for Java
22
33[ ![ Download] ( https://api.bintray.com/packages/microsoftgraph/Maven/microsoft-graph/images/download.svg ) ] ( https://bintray.com/microsoftgraph/Maven/microsoft-graph/_latestVersion )
44
@@ -18,7 +18,7 @@ repository {
1818
1919dependency {
2020 // Include the sdk as a dependency
21- compile('com.microsoft.graph:microsoft-graph:1.4 .+')
21+ compile('com.microsoft.graph:microsoft-graph:1.5 .+')
2222}
2323```
2424
@@ -28,7 +28,7 @@ Add the dependency in `dependencies` in pom.xml
2828<dependency>
2929 <groupId>com.microsoft.graph</groupId>
3030 <artifactId>microsoft-graph</artifactId>
31- <version>1.4 .0</version>
31+ <version>1.5 .0</version>
3232</dependency>
3333```
3434
You can’t perform that action at this time.
0 commit comments