Update pom.xml

This commit is contained in:
heibaiying 2019-06-07 17:25:24 +08:00 committed by GitHub
parent c60c5c1907
commit eb8a9b99cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>2.9.8</version> <version>2.9.9</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
@ -42,4 +42,4 @@
</dependencies> </dependencies>
</project> </project>