Skip to content

Commit 4767e16

Browse files
Merge branch 'dev' into v1.0/pipelinebuild/128432
2 parents 0be3044 + 8856133 commit 4767e16

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/preview-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: .\Scripts\getLatestVersion.ps1
108108
shell: pwsh
109109
- name: Create tag
110-
uses: rickstaa/action-create-tag@v1.6.6
110+
uses: rickstaa/action-create-tag@v1.7.1
111111
with:
112112
tag: ${{ steps.GetVersion.outputs.tag }}
113113
- name: Queue Git Release

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99

1010
dependencies {
1111
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.15.1"
12-
classpath "com.android.tools.build:gradle:8.1.2"
12+
classpath "com.android.tools.build:gradle:8.1.3"
1313
classpath "com.github.ben-manes:gradle-versions-plugin:0.49.0"
1414
}
1515
}

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies {
1111
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
1212

1313
// Core Http library
14-
api 'com.microsoft.graph:microsoft-graph-core:2.0.20'
14+
api 'com.microsoft.graph:microsoft-graph-core:2.0.21'
1515
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.microsoft.graph</groupId>
3737
<artifactId>microsoft-graph-core</artifactId>
38-
<version>2.0.20</version>
38+
<version>2.0.21</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)