File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/com/microsoft/graph/info Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
1919
2020dependencies {
2121 // Include the sdk as a dependency
22- implementation 'com.microsoft.graph:microsoft-graph:3.10 .0'
22+ implementation 'com.microsoft.graph:microsoft-graph:4.0 .0'
2323 // Uncomment the line below if you are building an android application
2424 //implementation 'com.google.guava:guava:30.1.1-android'
2525 // This dependency is only needed if you are using the TokenCrendentialAuthProvider
@@ -36,7 +36,7 @@ Add the dependency in `dependencies` in pom.xml
3636 <!-- Include the sdk as a dependency -->
3737 <groupId >com.microsoft.graph</groupId >
3838 <artifactId >microsoft-graph</artifactId >
39- <version >3.10 .0</version >
39+ <version >4.0 .0</version >
4040</dependency >
4141<dependency >
4242 <!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ org.gradle.caching=true
2525
2626mavenGroupId = com.microsoft.graph
2727mavenArtifactId = microsoft-graph
28- mavenMajorVersion = 3
29- mavenMinorVersion = 10
28+ mavenMajorVersion = 4
29+ mavenMinorVersion = 0
3030mavenPatchVersion = 0
3131mavenArtifactSuffix =
3232
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ private Constants() {
1818 /** The client secret to use for unit testing */
1919 public static final String CLIENTSECRET = "clientsecret" ;
2020 /** The SDK version */
21- public static final String VERSION_NAME = "3.10 .0" ;
21+ public static final String VERSION_NAME = "4.0 .0" ;
2222}
2323
2424
You can’t perform that action at this time.
0 commit comments