Skip to content

Commit 07461b8

Browse files
authored
Merge pull request #2250 from microsoftgraph/release-please--branches--main--components--com.microsoft.graph.microsoft-graph
chore(main): release 6.24.0
2 parents b3c33d7 + aafb310 commit 07461b8

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.23.0"
2+
".": "6.24.0"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
513
## [6.23.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.22.0...v6.23.0) (2024-12-04)
614

715

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
dependencies {
2222
// Include the sdk as a dependency
2323
// 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'
2525
// x-release-please-end
2626
// This dependency is only needed if you are using a TokenCredential object for authentication
2727
implementation 'com.azure:azure-identity:1.11.0'
@@ -38,7 +38,7 @@ Add the dependency in `dependencies` in pom.xml
3838
<groupId>com.microsoft.graph</groupId>
3939
<artifactId>microsoft-graph</artifactId>
4040
<!--x-release-please-start-version-->
41-
<version>6.23.0</version>
41+
<version>6.24.0</version>
4242
<!--x-release-please-end-->
4343
</dependency>
4444
<dependency>

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph
2929
mavenMajorVersion = 6
3030
# x-release-please-end
3131
# x-release-please-start-minor
32-
mavenMinorVersion = 23
32+
mavenMinorVersion = 24
3333
# x-release-please-end
3434
# x-release-please-start-patch
3535
mavenPatchVersion = 0

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.microsoft.graph</groupId>
1010
<artifactId>microsoft-graph</artifactId>
11-
<version>6.23.0</version>
11+
<version>6.24.0</version>
1212
<packaging>pom</packaging>
1313

1414
<properties>

src/main/java/com/microsoft/graph/info/Constants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
public final class Constants {
55
/** The SDK version */
66
// 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";
88
// x-release-please-end
99
}
1010

0 commit comments

Comments
 (0)