Bump snake yaml (#4929)
* Bump snakeyaml * Bump jackson to be compatible with new snakeyaml
This commit is contained in:
parent
cfc8b02b93
commit
32a4ee056c
|
@ -117,7 +117,7 @@
|
|||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>1.33</version>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
@ -433,11 +433,6 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
<properties>
|
||||
<jackson.version>2.7.1</jackson.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -947,8 +947,8 @@
|
|||
<hibernate_validator_version>6.1.5.Final</hibernate_validator_version>
|
||||
<httpcore_version>4.4.13</httpcore_version>
|
||||
<httpclient_version>4.5.13</httpclient_version>
|
||||
<jackson_version>2.14.1</jackson_version>
|
||||
<jackson_databind_version>2.14.1</jackson_databind_version>
|
||||
<jackson_version>2.15.0</jackson_version>
|
||||
<jackson_databind_version>2.15.0</jackson_databind_version>
|
||||
<maven_assembly_plugin_version>3.3.0</maven_assembly_plugin_version>
|
||||
<maven_license_plugin_version>1.8</maven_license_plugin_version>
|
||||
<okhttp_version>4.10.0</okhttp_version>
|
||||
|
|
Loading…
Reference in New Issue