Merge pull request #778 from hapifhir/dependabot/maven/org.hl7.fhir.validation/com.fasterxml.jackson.core-jackson-databind-2.12.6.1

Bump jackson-databind from 2.10.5.1 to 2.12.6.1 in /org.hl7.fhir.validation
This commit is contained in:
dotasek 2022-03-29 20:30:59 -04:00 committed by GitHub
commit c7c70eebbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.5.1</version>
<version>2.12.6.1</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>