From ec12707475175539fb13ebad78a9670b2c7685c6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Nov 2023 20:10:43 +0000 Subject: [PATCH] Update specs2-core to 4.20.3 --- src/sbt-test/sbt-avro/avscparser/build.sbt | 2 +- src/sbt-test/sbt-avro/publishing/build.sbt | 2 +- src/sbt-test/sbt-avro/settings/build.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sbt-test/sbt-avro/avscparser/build.sbt b/src/sbt-test/sbt-avro/avscparser/build.sbt index d081c31..c7ead64 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.2", - "org.specs2" %% "specs2-core" % "4.20.2" % Test + "org.specs2" %% "specs2-core" % "4.20.3" % 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 ba45e53..8fb3638 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.2" % Test + "org.specs2" %% "specs2-core" % "4.20.3" % Test ), // add additional transitive test jar avroDependencyIncludeFilter := avroDependencyIncludeFilter.value || artifactFilter(name = "transitive_2.13", classifier = "tests"), diff --git a/src/sbt-test/sbt-avro/settings/build.sbt b/src/sbt-test/sbt-avro/settings/build.sbt index 4b6453c..46cc9c2 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.2" % Test + "org.specs2" %% "specs2-core" % "4.20.3" % Test ) avroStringType := "String"