Skip to content

Commit

Permalink
Merge pull request #1556 from microsoftgraph/bugfix/deps-alignment
Browse files Browse the repository at this point in the history
- bumps patch version to release
  • Loading branch information
baywet authored Mar 28, 2024
2 parents 686d461 + 8076c83 commit be9fbec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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

## [3.1.7] - 2024-03-28

### Changed

- Updates kiota dependencies to solve for misalignments.

## [3.1.6] - 2024-02-29

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

#These values are used to run functional tests
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/microsoft/graph/core/CoreConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ private CoreConstants() {}
private static class VersionValues {
private static final int MAJOR = 3;
private static final int MINOR = 1;
private static final int PATCH = 6;
private static final int PATCH = 7;
}

/**
Expand Down

0 comments on commit be9fbec

Please sign in to comment.