Skip to content

Commit

Permalink
Merge pull request #1908 from microsoftgraph/bugfix/dependencies-alig…
Browse files Browse the repository at this point in the history
…nment

- fixes a dependencies misalignment issue
  • Loading branch information
baywet authored Mar 28, 2024
2 parents e526bca + 73c5675 commit 3017cbe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [6.5.1] - 2024-03-29

### Changed

- Fixes a misalignment issue with kiota dependencies.

## [6.5.0] - 2024-03-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mavenGroupId = com.microsoft.graph
mavenArtifactId = microsoft-graph
mavenMajorVersion = 6
mavenMinorVersion = 5
mavenPatchVersion = 0
mavenPatchVersion = 1
mavenArtifactSuffix =

#These values are used to run functional tests
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'

// Core Http library
api 'com.microsoft.graph:microsoft-graph-core:3.1.6'
api 'com.microsoft.graph:microsoft-graph-core:3.1.7'
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.2'
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.2'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.2'
Expand Down
6 changes: 1 addition & 5 deletions src/main/java/com/microsoft/graph/info/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
/** Multi-purpose constants holder used accross the SDK */
public final class Constants {
/** The SDK version */
public static final String VERSION_NAME = "6.5.0";
public static final String VERSION_NAME = "6.5.1";
}




0 comments on commit 3017cbe

Please sign in to comment.