File tree Expand file tree Collapse file tree 4 files changed +16
-10
lines changed
src/main/java/com/microsoft/graph/core Expand file tree Collapse file tree 4 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Changed
1313
14- ## [ 3.1.8]
14+ ## [ 3.1.9] - 2024-04-23
15+
16+ ### Changed
17+
18+ - Updated kiota dependencies
19+
20+ ## [ 3.1.8] - 2024-04-22
1521
1622### Added
1723
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 = 8
28+ mavenPatchVersion = 9
2929mavenArtifactSuffix =
3030
3131# These values are used to run functional tests
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ dependencies {
1414 api ' com.squareup.okhttp3:okhttp:4.12.0'
1515 api ' com.azure:azure-core:1.48.0'
1616
17- api ' com.microsoft.kiota:microsoft-kiota-abstractions:1.1.6 '
18- implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.6 '
19- implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.6 '
20- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.6 '
21- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-text:1.1.6 '
22- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.6 '
23- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.6 '
17+ api ' com.microsoft.kiota:microsoft-kiota-abstractions:1.1.7 '
18+ implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.7 '
19+ implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.7 '
20+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.7 '
21+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-text:1.1.7 '
22+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.7 '
23+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.7 '
2424}
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 = 8 ;
17+ private static final int PATCH = 9 ;
1818 }
1919
2020 /**
You can’t perform that action at this time.
0 commit comments