22apache-commons-text = " 1.14.0"
33bctls = " 1.59"
44cats = " 2.13.0"
5- claimant = " 0.0.2 "
5+ claimant = " 0.2.0 "
66cypher-frontend = " 9.0.20190305"
77cypher-tck = " 1.0.0-M14"
8- discipline = " 0.11.0"
8+ discipline-core = " 1.7.0"
9+ discipline-scalatest = " 2.3.0"
910eff = " 7.0.6"
1011fastparse = " 2.1.0"
1112h2 = " 2.4.240"
1213# Note: has shared transitive dependencies with spark
1314hadoop = " 3.3.4"
14- junit-main = " 4.12"
15- junit-runner = " 1.0.2"
15+ junit-platform = " 1.13.1"
1616log4j-main = " 2.25.2"
1717log4j-scala = " 13.1.0"
18- mockito = " 1.10.19 "
18+ mockito = " 5.18.0 "
1919neo4j-driver = " 1.7.2"
2020netty = " 4.2.7.Final"
2121# @pin - let's prevent automatic updates for the moment
2222scala-full = " 2.12.20"
2323# @pin - let's prevent automatic updates for the moment
2424scala-major = " 2.12"
25- scalacheck = " 1.14.0"
26- scalatest = " 3.0.6"
25+ scalacheck = " 1.19.0"
26+ scalatest = " 3.2.19"
27+ scalatest-mockito = " 3.2.19.0" # Note, connected to scalatest version
28+ scalatest-scalacheck = " 3.2.19.0" # Note, connected to scalatest version
29+ scalatest-junit = " 3.2.19.0" # Note, connected to scalatest version
2730spark = " 3.5.7"
2831testcontainers = " 2.0.2"
2932upickle = " 4.4.1"
@@ -47,7 +50,7 @@ opencypher-rewriting = { module = "org.opencypher:rewriting-9.0", version.ref =
4750opencypher-tck = { module = " org.opencypher:tck" , version.ref = " cypher-tck" }
4851opencypher-tck-api = { module = " org.opencypher:tck-api_2.12" , version.ref = " cypher-tck" }
4952opencypher-util = { module = " org.opencypher:util-9.0" , version.ref = " cypher-frontend" }
50- scala-claimant = { module = " org.spire-math :claimant_2.12" , version.ref = " claimant" }
53+ scala-claimant = { module = " org.typelevel :claimant_2.12" , version.ref = " claimant" }
5154scala-eff = { module = " org.atnos:eff_2.12" , version.ref = " eff" }
5255scala-fastparse = { module = " com.lihaoyi:fastparse_2.12" , version.ref = " fastparse" }
5356# Seems we need to lock this down, otherwise we get runtime errors on reflection
@@ -63,14 +66,18 @@ scala-spark-hive = { module = "org.apache.spark:spark-hive_2.12", version.ref =
6366scala-spark-sql = { module = " org.apache.spark:spark-sql_2.12" , version.ref = " spark" }
6467scala-typelevel-cats-core = { module = " org.typelevel:cats-core_2.12" , version.ref = " cats" }
6568scala-typelevel-cats-laws = { module = " org.typelevel:cats-laws_2.12" , version.ref = " cats" }
66- scala-typelevel-discipline = { module = " org.typelevel:discipline_2.12" , version.ref = " discipline" }
69+ scala-typelevel-discipline-core = { module = " org.typelevel:discipline-core_2.12" , version.ref = " discipline-core" }
70+ scala-typelevel-discipline-scalatest = { module = " org.typelevel:discipline-scalatest_2.12" , version.ref = " discipline-scalatest" }
6771scala-upickle = { module = " com.lihaoyi:upickle_2.12" , version.ref = " upickle" }
6872testcontainers-neo4j = { module = " org.testcontainers:testcontainers-neo4j" , version.ref = " testcontainers" }
69- testing-junit = { module = " junit:junit" , version.ref = " junit-main " }
70- testing-junit-platform-runner = { module = " org.junit.platform:junit-platform-runner " , version.ref = " junit-runner " }
71- testing-mockito-all = { module = " org.mockito:mockito-all " , version.ref = " mockito" }
73+ testing-junit-platform-engine = { module = " org. junit.platform :junit-platform-engine " , version.ref = " junit-platform " }
74+ testing-junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher " , version.ref = " junit-platform " }
75+ testing-mockito-core = { module = " org.mockito:mockito-core " , version.ref = " mockito" }
7276testing-scala-scalacheck = { module = " org.scalacheck:scalacheck_2.12" , version.ref = " scalacheck" }
7377testing-scala-scalatest = { module = " org.scalatest:scalatest_2.12" , version.ref = " scalatest" }
78+ testing-scalatest-mockito = { module = " org.scalatestplus:mockito-5-18_2.12" , version.ref = " scalatest-mockito" }
79+ testing-scalatest-scalacheck = { module = " org.scalatestplus:scalacheck-1-18_2.12" , version.ref = " scalatest-scalacheck" }
80+ testing-scalatest-junit = { module = " org.scalatestplus:junit-5-13_2.12" , version.ref = " scalatest-junit" }
7481
7582[plugins ]
7683champeau-jmh = " me.champeau.jmh:0.7.3"
0 commit comments