Skip to content

Commit c7c9530

Browse files
authored
Merge pull request #30 from AVSystem/deps-update
Dependencies update: Scala commons, Apache commons, Guava, ScalaTest
2 parents 6f85bb9 + 7da866f commit c7c9530

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.sbt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ inThisBuild(Seq(
2222
val CompileAndTest = "compile->compile;test->test"
2323

2424
val parserCombinatorsVersion = "1.1.2"
25-
val avsCommonsVersion = "2.12.0"
25+
val avsCommonsVersion = "2.13.0"
2626
val jettyVersion = "9.4.51.v20230217" // Tests only
2727
val vaadinVersion = "6.8.18" // Tests only
2828
val slf4jVersion = "1.7.36"
29-
val logbackVersion = "1.4.4"
30-
val commonsLang3Version = "3.12.0"
31-
val commonsCodecVersion = "1.15"
32-
val guavaVersion = "32.1.2-jre"
33-
val commonsNetVersion = "3.9.0"
34-
val jodaTimeVersion = "2.10.14"
35-
val scalatestVersion = "3.2.16"
29+
val logbackVersion = "1.4.7" // Tests only
30+
val commonsLang3Version = "3.13.0"
31+
val commonsCodecVersion = "1.16.0"
32+
val guavaVersion = "32.1.3-jre"
33+
val commonsNetVersion = "3.10.0"
34+
val jodaTimeVersion = "2.12.5"
35+
val scalatestVersion = "3.2.17"
3636

3737
val noPublishSettings = Seq(
3838
publish / skip := true

0 commit comments

Comments
 (0)