Bump snake yaml (#4929)

* Bump snakeyaml

* Bump jackson to be compatible with new snakeyaml
This commit is contained in:
Tadgh 2023-05-23 12:32:55 -04:00 committed by GitHub
parent cfc8b02b93
commit 32a4ee056c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 8 deletions

View File

@ -117,7 +117,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<version>2.0</version>
</dependency>
<dependency>

View File

@ -433,11 +433,6 @@
</dependency>
</dependencies>
<properties>
<jackson.version>2.7.1</jackson.version>
</properties>
<build>
<plugins>
<plugin>

View File

@ -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>