Skip to content

Commit

Permalink
fix jackson-databind security
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoutaoo committed Aug 3, 2019
1 parent 0c5ce86 commit 3dfbdf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1</version>
<version>2.9.9.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion common/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.1</version>
<version>2.9.9.2</version>
</dependency>
<!--mybatis plus依赖包-->
<dependency>
Expand Down

0 comments on commit 3dfbdf9

Please sign in to comment.