File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed
Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ updates:
55 schedule :
66 interval : daily
77 open-pull-requests-limit : 10
8+ - package-ecosystem : maven
9+ directory : " /"
10+ schedule :
11+ interval : daily
12+ open-pull-requests-limit : 10
813- package-ecosystem : github-actions
914 directory : " /"
1015 schedule :
Original file line number Diff line number Diff line change 1+ languages :
2+ - java
3+ extensions :
4+ services :
5+ - Microsoft Graph
6+ dependencyFile : /gradle/dependencies.gradle
Original file line number Diff line number Diff line change 2525 <dependency >
2626 <groupId >com.google.guava</groupId >
2727 <artifactId >guava</artifactId >
28- <version >30.1-jre</version >
28+ <version >30.1.1 -jre</version >
2929 </dependency >
3030 <dependency >
3131 <groupId >com.squareup.okhttp3</groupId >
3535 <dependency >
3636 <groupId >com.azure</groupId >
3737 <artifactId >azure-identity</artifactId >
38- <version >1.2.0 </version >
38+ <version >1.2.5 </version >
3939 </dependency >
4040 <dependency >
4141 <groupId >org.junit.jupiter</groupId >
4242 <artifactId >junit-jupiter-api</artifactId >
43- <version >5.5.2 </version >
43+ <version >5.7.1 </version >
4444 <scope >test</scope >
4545 </dependency >
4646 <dependency >
4747 <groupId >org.mockito</groupId >
48- <artifactId >mockito-core </artifactId >
49- <version >3.8 .0</version >
48+ <artifactId >mockito-inline </artifactId >
49+ <version >3.9 .0</version >
5050 <scope >test</scope >
5151 </dependency >
5252 </dependencies >
You can’t perform that action at this time.
0 commit comments