Bump databind to 2.15.2 (#1354)

This commit is contained in:
dotasek 2023-07-18 11:47:06 -04:00 committed by GitHub
parent 89d0f6f867
commit d95af6d968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -238,6 +238,12 @@
<artifactId>lombok</artifactId>
<version>${lombok_version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson_version}</version>
</dependency>
</dependencies>
</dependencyManagement>