Skip to content

Commit 421acc6

Browse files
committed
upgrade the maven dependency version
1 parent dedef9d commit 421acc6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<packaging>jar</packaging>
1212

1313
<properties>
14-
<slf4j.version>1.7.6</slf4j.version>
14+
<slf4j.version>1.7.30</slf4j.version>
1515
<log4j.version>1.2.17</log4j.version>
16-
<junit.version>4.11</junit.version>
16+
<junit.version>4.13</junit.version>
1717
<java_source_version>1.8</java_source_version>
1818
<java_target_version>1.8</java_target_version>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -76,7 +76,6 @@
7676
<version>2.5.1</version>
7777
</dependency>
7878

79-
8079
<dependency>
8180
<groupId>org.springframework</groupId>
8281
<artifactId>spring-core</artifactId>
@@ -116,13 +115,13 @@
116115
<dependency>
117116
<groupId>com.google.guava</groupId>
118117
<artifactId>guava</artifactId>
119-
<version>18.0</version>
118+
<version>29.0-jre</version>
120119
</dependency>
121120

122121
<dependency>
123122
<groupId>com.google.inject</groupId>
124123
<artifactId>guice</artifactId>
125-
<version>4.0-beta5</version>
124+
<version>4.2.3</version>
126125
</dependency>
127126

128127
<dependency>

0 commit comments

Comments
 (0)