@@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
33// For performance testing, ensure each test run one-by-one
44Global / concurrentRestrictions := Seq (Tags .limit(Tags .Test , 1 ))
55
6- val AIRFRAME_VERSION = " 2025.1.22 "
6+ val AIRFRAME_VERSION = " 2025.1.27 "
77
88// Use dynamic snapshot version strings for non tagged versions
99ThisBuild / dynverSonatypeSnapshots := true
@@ -92,13 +92,11 @@ val buildSettings = Seq[Setting[?]](
9292 // Style check config: (sbt-jchekcstyle)
9393 jcheckStyleConfig := " facebook" ,
9494 // Run jcheckstyle both for main and test codes
95- Compile / compile :=
96- ((Compile / compile) dependsOn (Compile / jcheckStyle)).value,
97- Test / compile :=
98- ((Test / compile) dependsOn (Test / jcheckStyle)).value
95+ Compile / compile := ((Compile / compile) dependsOn (Compile / jcheckStyle)).value,
96+ Test / compile := ((Test / compile) dependsOn (Test / jcheckStyle)).value
9997)
10098
101- val junitJupiter = " org.junit.jupiter" % " junit-jupiter" % " 5.14.1 " % " test"
99+ val junitJupiter = " org.junit.jupiter" % " junit-jupiter" % " 5.14.4 " % " test"
102100val junitVintage = " org.junit.vintage" % " junit-vintage-engine" % " 5.14.1" % " test"
103101
104102// Project settings
@@ -163,7 +161,7 @@ lazy val msgpackJackson = Project(id = "msgpack-jackson", base = file("msgpack-j
163161 OsgiKeys .exportPackage := Seq (" org.msgpack.jackson" , " org.msgpack.jackson.dataformat" ),
164162 libraryDependencies ++=
165163 Seq (
166- " com.fasterxml.jackson.core" % " jackson-databind" % " 2.18.4 " ,
164+ " com.fasterxml.jackson.core" % " jackson-databind" % " 2.20.0 " ,
167165 junitJupiter,
168166 junitVintage,
169167 " org.apache.commons" % " commons-math3" % " 3.6.1" % " test"
0 commit comments