Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworak committed May 6, 2024
1 parent 1d5ed85 commit 5812d28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ inThisBuild(Seq(
val CompileAndTest = "compile->compile;test->test"

val parserCombinatorsVersion = "1.1.2"
val avsCommonsVersion = "2.14.0"
val avsCommonsVersion = "2.15.0"
val jettyVersion = "9.4.54.v20240208" // Tests only
val vaadinVersion = "6.8.18" // Tests only
val slf4jVersion = "2.0.12"
val logbackVersion = "1.4.14" // Tests only
val slf4jVersion = "2.0.13"
val logbackVersion = "1.5.6" // Tests only
val commonsLang3Version = "3.14.0"
val commonsCodecVersion = "1.16.1"
val guavaVersion = "33.0.0-jre"
val commonsCodecVersion = "1.17.0"
val guavaVersion = "33.2.0-jre"
val commonsNetVersion = "3.10.0"
val jodaTimeVersion = "2.12.7"
val scalatestVersion = "3.2.18"
Expand Down

0 comments on commit 5812d28

Please sign in to comment.