Skip to content

Commit

Permalink
WX-1859 Snakeyaml update (#7554)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Sep 23, 2024
1 parent dde735a commit 9c94d39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Dependencies {
private val circeGenericExtrasV = "0.14.1"
private val circeOpticsV = "0.14.1"
private val circeV = "0.14.1"
private val circeYamlV = "0.14.1"
private val circeYamlV = "0.15.1"
private val commonsCodecV = "1.15" // via: https://commons.apache.org/proper/commons-codec/
private val commonsCsvV = "1.9.0"
private val commonsIoV = "2.11.0" // via: https://commons.apache.org/proper/commons-io/
Expand Down Expand Up @@ -133,10 +133,10 @@ object Dependencies {
* https://github.com/slick/slick/pull/2201
*/
private val slickV = "3.4.0-M1"
private val snakeyamlV = "1.33"
private val snakeyamlV = "2.3"
private val sprayJsonV = "1.3.6"
private val sttpV = "1.7.2"
private val swaggerParserV = "1.0.56"
private val swaggerParserV = "1.0.71"
private val swaggerUiV = "4.5.2"
private val testContainersScalaV = "0.40.10"
private val tikaV = "2.3.0"
Expand Down

0 comments on commit 9c94d39

Please sign in to comment.