1- val cpgVersion = " 1.4.10 "
2- val joernVersion = " 2.0.44 "
1+ val cpgVersion = " 1.4.25 "
2+ val joernVersion = " 2.0.140 "
33
44val gitCommitString = SettingKey [String ](" gitSha" )
55
@@ -16,7 +16,7 @@ Global / excludeLintKeys += Fast / configuration
1616Global / excludeLintKeys += gitCommitString
1717
1818lazy val commonSettings = Seq (
19- scalaVersion := " 3.3.0 " ,
19+ scalaVersion := " 3.3.1 " ,
2020 organization := " io.shiftleft" ,
2121 scalacOptions ++= Seq (" -Xtarget:8" ),
2222 resolvers ++= Seq (
@@ -28,14 +28,14 @@ lazy val commonSettings = Seq(
2828 " io.joern" %% " x2cpg" % joernVersion,
2929 " com.github.scopt" %% " scopt" % " 4.1.0" ,
3030 " org.graalvm.js" % " js" % " 22.3.3" ,
31- " com.fasterxml.jackson.core" % " jackson-databind" % " 2.15.2 " ,
31+ " com.fasterxml.jackson.core" % " jackson-databind" % " 2.15.3 " ,
3232 " com.atlassian.sourcemap" % " sourcemap" % " 2.0.0" ,
3333 " commons-io" % " commons-io" % " 2.13.0" ,
3434 " org.slf4j" % " slf4j-api" % " 2.0.7" ,
3535 " org.apache.logging.log4j" % " log4j-slf4j2-impl" % " 2.20.0" % Optional ,
3636 " org.apache.logging.log4j" % " log4j-core" % " 2.20.0" % Optional ,
3737 " io.joern" %% " x2cpg" % joernVersion % Test classifier " tests" ,
38- " org.scalatest" %% " scalatest" % " 3.2.16 " % Test
38+ " org.scalatest" %% " scalatest" % " 3.2.17 " % Test
3939 )
4040)
4141
0 commit comments