From 111a3626b210a63a915b7ded76a1afe6ef5d80d2 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 23 Oct 2018 16:34:27 +0800 Subject: [PATCH] update scala akka dependencies (#1294) --- .../main/resources/scala-akka-client/build.sbt.mustache | 6 +++--- .../src/main/resources/scala-akka-client/pom.mustache | 8 ++++---- .../client/petstore/scala-akka/.openapi-generator/VERSION | 2 +- samples/client/petstore/scala-akka/build.sbt | 6 +++--- samples/client/petstore/scala-akka/pom.xml | 8 ++++---- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/scala-akka-client/build.sbt.mustache b/modules/openapi-generator/src/main/resources/scala-akka-client/build.sbt.mustache index 971bc97364b..265a9791dbb 100644 --- a/modules/openapi-generator/src/main/resources/scala-akka-client/build.sbt.mustache +++ b/modules/openapi-generator/src/main/resources/scala-akka-client/build.sbt.mustache @@ -5,12 +5,12 @@ scalaVersion := "2.11.12" libraryDependencies ++= Seq( "com.typesafe" % "config" % "1.3.2", - "com.typesafe.akka" %% "akka-actor" % "2.5.8", + "com.typesafe.akka" %% "akka-actor" % "2.5.17", "io.spray" % "spray-client" % "1.3.1", "joda-time" % "joda-time" % "2.9.9", - "org.json4s" %% "json4s-jackson" % "3.5.3", + "org.json4s" %% "json4s-jackson" % "3.5.4", // test dependencies - "org.scalatest" %% "scalatest" % "3.0.4" % "test", + "org.scalatest" %% "scalatest" % "3.0.5" % "test", "junit" % "junit" % "4.12" % "test" ) diff --git a/modules/openapi-generator/src/main/resources/scala-akka-client/pom.mustache b/modules/openapi-generator/src/main/resources/scala-akka-client/pom.mustache index 0cc69bdc424..e984593572b 100644 --- a/modules/openapi-generator/src/main/resources/scala-akka-client/pom.mustache +++ b/modules/openapi-generator/src/main/resources/scala-akka-client/pom.mustache @@ -16,14 +16,14 @@ 1.8 2.11.12 - 3.5.3 + 3.5.4 3.2.11 1.3.1 - 2.5.8 + 2.5.17 2.9.9 4.12 - 3.0.4 + 3.0.5 3.3.1 @@ -240,4 +240,4 @@ - \ No newline at end of file + diff --git a/samples/client/petstore/scala-akka/.openapi-generator/VERSION b/samples/client/petstore/scala-akka/.openapi-generator/VERSION index f4cb97d56ce..a6527129083 100644 --- a/samples/client/petstore/scala-akka/.openapi-generator/VERSION +++ b/samples/client/petstore/scala-akka/.openapi-generator/VERSION @@ -1 +1 @@ -3.3.1-SNAPSHOT \ No newline at end of file +3.3.2-SNAPSHOT \ No newline at end of file diff --git a/samples/client/petstore/scala-akka/build.sbt b/samples/client/petstore/scala-akka/build.sbt index 8574db359f4..bc950c32fbe 100644 --- a/samples/client/petstore/scala-akka/build.sbt +++ b/samples/client/petstore/scala-akka/build.sbt @@ -5,12 +5,12 @@ scalaVersion := "2.11.12" libraryDependencies ++= Seq( "com.typesafe" % "config" % "1.3.2", - "com.typesafe.akka" %% "akka-actor" % "2.5.8", + "com.typesafe.akka" %% "akka-actor" % "2.5.17", "io.spray" % "spray-client" % "1.3.1", "joda-time" % "joda-time" % "2.9.9", - "org.json4s" %% "json4s-jackson" % "3.5.3", + "org.json4s" %% "json4s-jackson" % "3.5.4", // test dependencies - "org.scalatest" %% "scalatest" % "3.0.4" % "test", + "org.scalatest" %% "scalatest" % "3.0.5" % "test", "junit" % "junit" % "4.12" % "test" ) diff --git a/samples/client/petstore/scala-akka/pom.xml b/samples/client/petstore/scala-akka/pom.xml index 264dad8d1a5..b5ff62feb17 100644 --- a/samples/client/petstore/scala-akka/pom.xml +++ b/samples/client/petstore/scala-akka/pom.xml @@ -16,14 +16,14 @@ 1.8 2.11.12 - 3.5.3 + 3.5.4 3.2.11 1.3.1 - 2.5.8 + 2.5.17 2.9.9 4.12 - 3.0.4 + 3.0.5 3.3.1 @@ -240,4 +240,4 @@ - \ No newline at end of file +