Skip to content

Commit be9fbec

Browse files
authored
Merge pull request #1556 from microsoftgraph/bugfix/deps-alignment
- bumps patch version to release
2 parents 686d461 + 8076c83 commit be9fbec

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
## [3.1.7] - 2024-03-28
15+
16+
### Changed
17+
18+
- Updates kiota dependencies to solve for misalignments.
19+
1420
## [3.1.6] - 2024-02-29
1521

1622
### Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
2525
mavenArtifactId = microsoft-graph-core
2626
mavenMajorVersion = 3
2727
mavenMinorVersion = 1
28-
mavenPatchVersion = 6
28+
mavenPatchVersion = 7
2929
mavenArtifactSuffix =
3030

3131
#These values are used to run functional tests

src/main/java/com/microsoft/graph/core/CoreConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ private CoreConstants() {}
1414
private static class VersionValues {
1515
private static final int MAJOR = 3;
1616
private static final int MINOR = 1;
17-
private static final int PATCH = 6;
17+
private static final int PATCH = 7;
1818
}
1919

2020
/**

0 commit comments

Comments
 (0)