Skip to content

Commit

Permalink
fix the pom jackson version
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozepp authored and RolatZhang committed Aug 29, 2023
1 parent 68c1657 commit 640bf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${fasterxml.jackson.databind.version}</version>
<version>${fasterxml.jackson-databind.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 640bf68

Please sign in to comment.