File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments