File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 // Use JUnit test framework
55 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.1'
66 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.1'
7- testImplementation ' org.mockito:mockito-inline:4.8.0 '
7+ testImplementation ' org.mockito:mockito-inline:4.8.1 '
88
99 api ' com.google.code.gson:gson:2.9.1'
1010
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.13 </version >
38+ <version >2.0.14 </version >
3939 </dependency >
4040 <dependency >
4141 <groupId >org.junit.jupiter</groupId >
4646 <dependency >
4747 <groupId >org.mockito</groupId >
4848 <artifactId >mockito-inline</artifactId >
49- <version >4.8.0 </version >
49+ <version >4.8.1 </version >
5050 <scope >test</scope >
5151 </dependency >
5252 </dependencies >
You can’t perform that action at this time.
0 commit comments