Bump databind to 2.15.2 (#1354)
This commit is contained in:
parent
89d0f6f867
commit
d95af6d968
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue