Skip to content

Commit d8cff80

Browse files
committed
- aligns pom dependencies with gradle
1 parent 9b4974c commit d8cff80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
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>3.1.0</version>
11+
<version>3.3.0</version>
1212
<packaging>pom</packaging>
1313

1414
<properties>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.google.guava</groupId>
2222
<artifactId>guava</artifactId>
23-
<version>30.1-jre</version>
23+
<version>30.1.1-jre</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.google.code.gson</groupId>
@@ -35,18 +35,18 @@
3535
<dependency>
3636
<groupId>com.microsoft.graph</groupId>
3737
<artifactId>microsoft-graph-core</artifactId>
38-
<version>2.0.0</version>
38+
<version>2.0.1</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>

0 commit comments

Comments
 (0)