File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/main/java/com/microsoft/graph/info Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121dependencies {
2222 // Include the sdk as a dependency
2323 // x-release-please-start-version
24- implementation 'com.microsoft.graph:microsoft-graph:6.6 .0'
24+ implementation 'com.microsoft.graph:microsoft-graph:6.7 .0'
2525 // x-release-please-end
2626 // This dependency is only needed if you are using a TokenCredential object for authentication
2727 implementation 'com.azure:azure-identity:1.11.0'
@@ -125,3 +125,4 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
125125
126126
127127
128+
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph
2929mavenMajorVersion = 6
3030# x-release-please-end
3131# x-release-please-start-minor
32- mavenMinorVersion = 6
32+ mavenMinorVersion = 7
3333# x-release-please-end
3434# x-release-please-start-patch
3535mavenPatchVersion = 0
@@ -132,5 +132,6 @@ mavenCentralPublishingEnabled=true
132132
133133
134134
135+
135136
136137
Original file line number Diff line number Diff line change 44public final class Constants {
55 /** The SDK version */
66 // x-release-please-start-version
7- public static final String VERSION_NAME = "6.6 .0" ;
7+ public static final String VERSION_NAME = "6.7 .0" ;
88 // x-release-please-end
99}
1010
11+
You can’t perform that action at this time.
0 commit comments