File tree 6 files changed +14
-6
lines changed
src/main/java/com/microsoft/graph/info
6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 6.23 .0"
2
+ "." : " 6.24 .0"
3
3
}
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 6.24.0] ( https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.23.0...v6.24.0 ) (2024-12-17)
6
+
7
+
8
+ ### Features
9
+
10
+ * ** generation:** update request builders and models ([ 0392b2b] ( https://github.com/microsoftgraph/msgraph-sdk-java/commit/0392b2b95975284535a15aa38cb4ba2b0c8695a8 ) )
11
+ * ** generation:** update request builders and models ([ a4272b1] ( https://github.com/microsoftgraph/msgraph-sdk-java/commit/a4272b10e94fbba7fe57cd23dbfe4cd232b1508f ) )
12
+
5
13
## [ 6.23.0] ( https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.22.0...v6.23.0 ) (2024-12-04)
6
14
7
15
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
dependencies {
22
22
// Include the sdk as a dependency
23
23
// x-release-please-start-version
24
- implementation 'com.microsoft.graph:microsoft-graph:6.23 .0'
24
+ implementation 'com.microsoft.graph:microsoft-graph:6.24 .0'
25
25
// x-release-please-end
26
26
// This dependency is only needed if you are using a TokenCredential object for authentication
27
27
implementation 'com.azure:azure-identity:1.11.0'
@@ -38,7 +38,7 @@ Add the dependency in `dependencies` in pom.xml
38
38
<groupId >com.microsoft.graph</groupId >
39
39
<artifactId >microsoft-graph</artifactId >
40
40
<!-- x-release-please-start-version-->
41
- <version >6.23 .0</version >
41
+ <version >6.24 .0</version >
42
42
<!-- x-release-please-end-->
43
43
</dependency >
44
44
<dependency >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph
29
29
mavenMajorVersion = 6
30
30
# x-release-please-end
31
31
# x-release-please-start-minor
32
- mavenMinorVersion = 23
32
+ mavenMinorVersion = 24
33
33
# x-release-please-end
34
34
# x-release-please-start-patch
35
35
mavenPatchVersion = 0
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.microsoft.graph</groupId >
10
10
<artifactId >microsoft-graph</artifactId >
11
- <version >6.23 .0</version >
11
+ <version >6.24 .0</version >
12
12
<packaging >pom</packaging >
13
13
14
14
<properties >
Original file line number Diff line number Diff line change 4
4
public final class Constants {
5
5
/** The SDK version */
6
6
// x-release-please-start-version
7
- public static final String VERSION_NAME = "6.23 .0" ;
7
+ public static final String VERSION_NAME = "6.24 .0" ;
8
8
// x-release-please-end
9
9
}
10
10
You can’t perform that action at this time.
0 commit comments