Skip to content

Commit 014b49b

Browse files
committed
bump junit and akka-actor versions
1 parent c446afa commit 014b49b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

modules/swagger-codegen/src/main/resources/akka-scala/build.sbt.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ scalaVersion := "2.11.12"
55

66
libraryDependencies ++= Seq(
77
"com.typesafe" % "config" % "1.3.2",
8-
"com.typesafe.akka" %% "akka-actor" % "2.5.8",
8+
"com.typesafe.akka" %% "akka-actor" % "2.5.32",
99
"io.spray" % "spray-client" % "1.3.1",
1010
"joda-time" % "joda-time" % "2.9.9",
1111
"org.json4s" %% "json4s-jackson" % "3.5.3",
1212
// test dependencies
1313
"org.scalatest" %% "scalatest" % "3.0.4" % "test",
14-
"junit" % "junit" % "4.12" % "test"
14+
"junit" % "junit" % "4.13.2" % "test"
1515
)
1616

1717
resolvers ++= Seq(Resolver.mavenLocal)

modules/swagger-codegen/src/main/resources/akka-scala/pom.mustache

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<json4s.jackson.version>3.5.3</json4s.jackson.version>
2020
<json4s.ext.version>3.2.11</json4s.ext.version>
2121
<spray.version>1.3.1</spray.version>
22-
<akka.version>2.5.8</akka.version>
22+
<akka.version>2.5.32</akka.version>
2323
<joda.time.version>2.9.9</joda.time.version>
2424

25-
<junit.version>4.12</junit.version>
25+
<junit.version>4.13.2</junit.version>
2626
<scala.test.version>3.0.4</scala.test.version>
2727

2828
<scala.maven.plugin.version>3.3.1</scala.maven.plugin.version>
@@ -240,4 +240,4 @@
240240
</plugin>
241241
</plugins>
242242
</build>
243-
</project>
243+
</project>

samples/client/petstore/akka-scala/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ scalaVersion := "2.11.12"
55

66
libraryDependencies ++= Seq(
77
"com.typesafe" % "config" % "1.3.2",
8-
"com.typesafe.akka" %% "akka-actor" % "2.5.8",
8+
"com.typesafe.akka" %% "akka-actor" % "2.5.32",
99
"io.spray" % "spray-client" % "1.3.1",
1010
"joda-time" % "joda-time" % "2.9.9",
1111
"org.json4s" %% "json4s-jackson" % "3.5.3",
1212
// test dependencies
1313
"org.scalatest" %% "scalatest" % "3.0.4" % "test",
14-
"junit" % "junit" % "4.12" % "test"
14+
"junit" % "junit" % "4.13.2" % "test"
1515
)
1616

1717
resolvers ++= Seq(Resolver.mavenLocal)

samples/client/petstore/akka-scala/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<json4s.jackson.version>3.5.3</json4s.jackson.version>
2020
<json4s.ext.version>3.2.11</json4s.ext.version>
2121
<spray.version>1.3.1</spray.version>
22-
<akka.version>2.5.8</akka.version>
22+
<akka.version>2.5.32</akka.version>
2323
<joda.time.version>2.9.9</joda.time.version>
2424

25-
<junit.version>4.12</junit.version>
25+
<junit.version>4.13.2</junit.version>
2626
<scala.test.version>3.0.4</scala.test.version>
2727

2828
<scala.maven.plugin.version>3.3.1</scala.maven.plugin.version>
@@ -240,4 +240,4 @@
240240
</plugin>
241241
</plugins>
242242
</build>
243-
</project>
243+
</project>

0 commit comments

Comments
 (0)