Skip to content

Commit

Permalink
升級jackson-databind,CVE-2019-16335
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoutaoo committed Sep 30, 2019
1 parent e62171a commit b8f7463
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion auth/authorization-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.2</version>
<version>2.9.10</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>RELEASE</version>
<version>1.18.10</version>
<scope>provided</scope>
</dependency>
<!--测试-->
Expand Down
3 changes: 2 additions & 1 deletion common/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.2</version>
<version>[2.9.10,)</version>
<scope>test</scope>
</dependency>
<!--mybatis plus依赖包-->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.8</version>
<version>1.18.10</version>
<scope>compile</scope>
</dependency>
<!--测试框架-->
Expand Down

0 comments on commit b8f7463

Please sign in to comment.