File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ inThisBuild(Seq(
2222val CompileAndTest = " compile->compile;test->test"
2323
2424val parserCombinatorsVersion = " 1.1.2"
25- val avsCommonsVersion = " 2.12 .0"
25+ val avsCommonsVersion = " 2.13 .0"
2626val jettyVersion = " 9.4.51.v20230217" // Tests only
2727val vaadinVersion = " 6.8.18" // Tests only
2828val 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
3737val noPublishSettings = Seq (
3838 publish / skip := true
You can’t perform that action at this time.
0 commit comments