File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
src/main/java/com/microsoft/graph/info Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Changed
1313
14+ ## [ 6.5.1] - 2024-03-29
15+
16+ ### Changed
17+
18+ - Fixes a misalignment issue with kiota dependencies.
19+
1420## [ 6.5.0] - 2024-03-26
1521
1622### Added
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ mavenGroupId = com.microsoft.graph
2727mavenArtifactId = microsoft-graph
2828mavenMajorVersion = 6
2929mavenMinorVersion = 5
30- mavenPatchVersion = 0
30+ mavenPatchVersion = 1
3131mavenArtifactSuffix =
3232
3333# These values are used to run functional tests
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88 implementation ' jakarta.annotation:jakarta.annotation-api:2.1.1'
99
1010 // Core Http library
11- api ' com.microsoft.graph:microsoft-graph-core:3.1.6 '
11+ api ' com.microsoft.graph:microsoft-graph-core:3.1.7 '
1212 implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.2'
1313 implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.2'
1414 implementation ' com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.2'
Original file line number Diff line number Diff line change 33/** Multi-purpose constants holder used accross the SDK */
44public final class Constants {
55 /** The SDK version */
6- public static final String VERSION_NAME = "6.5.0 " ;
6+ public static final String VERSION_NAME = "6.5.1 " ;
77}
8-
9-
10-
11-
You can’t perform that action at this time.
0 commit comments