CE-604 Keep all jackson versions in sync (from earlier commit that just updated jackson-dataformat-yaml)

This commit is contained in:
2023-10-20 12:29:23 -05:00
parent 06863e97f6
commit a5b18c9020

View File

@ -69,12 +69,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.0</version>
<version>2.15.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.14.0</version>
<version>2.15.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>