Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 03c8ba0

Browse files
author
Irene
committed
Update depedencies
1 parent 40d9665 commit 03c8ba0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<maven.compiler.source>1.8</maven.compiler.source>
1111
<maven.compiler.target>1.8</maven.compiler.target>
12-
<powermock.version>1.6.2</powermock.version>
12+
<powermock.version>1.7.3</powermock.version>
1313
</properties>
1414

1515
<repositories>
@@ -46,18 +46,18 @@
4646
<dependency>
4747
<groupId>com.google.code.gson</groupId>
4848
<artifactId>gson</artifactId>
49-
<version>2.6.2</version>
49+
<version>2.8.2</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.slf4j</groupId>
5454
<artifactId>slf4j-api</artifactId>
55-
<version>1.7.21</version>
55+
<version>1.7.25</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.slf4j</groupId>
5959
<artifactId>slf4j-log4j12</artifactId>
60-
<version>1.7.21</version>
60+
<version>1.7.25</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)