Skip to content

Commit 5b753a6

Browse files
author
Javen
committed
Update dependency versions
1 parent 5a280f2 commit 5b753a6

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
@@ -39,22 +39,22 @@
3939
<dependency>
4040
<groupId>com.google.code.gson</groupId>
4141
<artifactId>gson</artifactId>
42-
<version>2.2.4</version>
42+
<version>2.3</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.slf4j</groupId>
4646
<artifactId>slf4j-api</artifactId>
47-
<version>1.7.5</version>
47+
<version>1.7.7</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.slf4j</groupId>
5151
<artifactId>slf4j-log4j12</artifactId>
52-
<version>1.7.5</version>
52+
<version>1.7.7</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>log4j</groupId>
5656
<artifactId>log4j</artifactId>
57-
<version>1.2.16</version>
57+
<version>1.2.17</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>junit</groupId>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.squareup.okhttp</groupId>
7373
<artifactId>mockwebserver</artifactId>
74-
<version>1.5.4</version>
74+
<version>2.0.0</version>
7575
<scope>test</scope>
7676
</dependency>
7777
</dependencies>
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>org.apache.maven.plugins</groupId>
103103
<artifactId>maven-scm-plugin</artifactId>
104-
<version>1.8.1</version>
104+
<version>1.9.1</version>
105105
</dependency>
106106
</dependencies>
107107
<configuration>

0 commit comments

Comments
 (0)