Skip to content

Commit f58b2fb

Browse files
authored
Update README.md
1 parent 39a9a17 commit f58b2fb

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,34 @@
3434
<dependency>
3535
<groupId>cn.jpush.api</groupId>
3636
<artifactId>jiguang-common</artifactId>
37-
<version>0.1.4</version>
37+
<version>0.1.6</version>
38+
<exclusions>
39+
<exclusion>
40+
<groupId>org.slf4j</groupId>
41+
<artifactId>slf4j-jdk14</artifactId>
42+
</exclusion>
43+
<exclusion>
44+
<groupId>org.slf4j</groupId>
45+
<artifactId>slf4j-nop</artifactId>
46+
</exclusion>
47+
</exclusions>
3848
</dependency>
3949
<dependency>
4050
<groupId>com.google.code.gson</groupId>
4151
<artifactId>gson</artifactId>
42-
<version>2.2.4</version>
52+
<version>2.3</version>
4353
</dependency>
4454
<dependency>
4555
<groupId>org.slf4j</groupId>
4656
<artifactId>slf4j-api</artifactId>
47-
<version>1.7.5</version>
57+
<version>1.7.7</version>
4858
</dependency>
4959

5060
<!-- For log4j -->
5161
<dependency>
5262
<groupId>org.slf4j</groupId>
5363
<artifactId>slf4j-log4j12</artifactId>
54-
<version>1.7.5</version>
64+
<version>1.7.7</version>
5565
</dependency>
5666
<dependency>
5767
<groupId>log4j</groupId>

0 commit comments

Comments
 (0)