Fix CI Build Issue (#9291)

Update jackson-databind dependency
This commit is contained in:
Daniel Bomar 2022-07-20 09:34:30 -05:00 committed by GitHub
parent af20b0fda3
commit fd710e753e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>[2.9.9.1,)</version>
<version>2.13.3</version>
</dependency>
<dependency>