diff --git a/src/sbt-test/sbt-avro/avscparser/build.sbt b/src/sbt-test/sbt-avro/avscparser/build.sbt index 88d7706..4893dc2 100644 --- a/src/sbt-test/sbt-avro/avscparser/build.sbt +++ b/src/sbt-test/sbt-avro/avscparser/build.sbt @@ -5,7 +5,7 @@ name := "avscparser-test" scalaVersion := "2.13.11" libraryDependencies ++= Seq( "org.apache.avro" % "avro" % "1.11.3", - "org.specs2" %% "specs2-core" % "4.20.4" % Test + "org.specs2" %% "specs2-core" % "4.20.5" % Test ) avroSchemaParserBuilder := AnnotateWithArtifactSchemaParser .newBuilder(projectID.value) diff --git a/src/sbt-test/sbt-avro/publishing/build.sbt b/src/sbt-test/sbt-avro/publishing/build.sbt index b19e7a7..172b2e7 100644 --- a/src/sbt-test/sbt-avro/publishing/build.sbt +++ b/src/sbt-test/sbt-avro/publishing/build.sbt @@ -39,7 +39,7 @@ lazy val root: Project = project libraryDependencies ++= Seq( "com.github.sbt" %% "transitive" % "0.0.1-SNAPSHOT" classifier "avro", "com.github.sbt" %% "transitive" % "0.0.1-SNAPSHOT" % Test classifier "tests", - "org.specs2" %% "specs2-core" % "4.20.4" % Test + "org.specs2" %% "specs2-core" % "4.20.5" % Test ), // add additional transitive test jar avroDependencyIncludeFilter := avroDependencyIncludeFilter.value || artifactFilter(name = "transitive_2.13", classifier = "tests"), diff --git a/src/sbt-test/sbt-avro/recompile/build.sbt b/src/sbt-test/sbt-avro/recompile/build.sbt index 8843156..bef1c1c 100644 --- a/src/sbt-test/sbt-avro/recompile/build.sbt +++ b/src/sbt-test/sbt-avro/recompile/build.sbt @@ -2,7 +2,7 @@ name := "recompile-test" scalaVersion := "2.13.11" libraryDependencies ++= Seq( "org.apache.avro" % "avro" % avroCompilerVersion, - "org.specs2" %% "specs2-core" % "4.20.4" % Test + "org.specs2" %% "specs2-core" % "4.20.5" % Test ) avroStringType := "String" diff --git a/src/sbt-test/sbt-avro/settings/build.sbt b/src/sbt-test/sbt-avro/settings/build.sbt index 367e4fc..8f1bb23 100644 --- a/src/sbt-test/sbt-avro/settings/build.sbt +++ b/src/sbt-test/sbt-avro/settings/build.sbt @@ -2,7 +2,7 @@ name := "settings-test" scalaVersion := "2.13.11" libraryDependencies ++= Seq( "org.apache.avro" % "avro" % avroCompilerVersion, - "org.specs2" %% "specs2-core" % "4.20.4" % Test + "org.specs2" %% "specs2-core" % "4.20.5" % Test ) avroStringType := "String"