Skip to content

Commit e768e51

Browse files
committed
fix: 修复依赖版本
1 parent 509106e commit e768e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>junit</groupId>
2424
<artifactId>junit</artifactId>
25-
<version>4.11</version>
25+
<version>4.13.1</version>
2626
<scope>test</scope>
2727
</dependency>
2828
<dependency>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.fasterxml.jackson.core</groupId>
3535
<artifactId>jackson-databind</artifactId>
36-
<version>2.10.1</version>
36+
<version>2.12.3</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)