File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
src/main/java/com/microsoft/graph/core Expand file tree Collapse file tree 3 files changed +8
-2
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+ ## [ 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
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
2525mavenArtifactId = microsoft-graph-core
2626mavenMajorVersion = 3
2727mavenMinorVersion = 1
28- mavenPatchVersion = 6
28+ mavenPatchVersion = 7
2929mavenArtifactSuffix =
3030
3131# These values are used to run functional tests
Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments