Skip to content

Commit

Permalink
bump: Some more test and sample bumps (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored May 13, 2024
1 parent 42a2662 commit 24f4690
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion integration-test/kubernetes-api-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.compiler.release>11</maven.compiler.release>
<akka.version>2.9.3</akka.version>
<akka.http.version>10.6.3</akka.http.version>
<akka-management.version>1.5.0</akka-management.version>
<akka-management.version>1.5.2</akka-management.version>
<scala.binary.version>2.13</scala.binary.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion integration-test/marathon-api-docker/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version := "1.0"

dockerUsername := sys.env.get("DOCKER_USER")

val akkaManagementVersion = "1.5.0"
val akkaManagementVersion = "1.5.2"

libraryDependencies ++= Vector(
"com.lightbend.akka.management" %% "akka-management-cluster-bootstrap" % akkaManagementVersion,
Expand Down
2 changes: 1 addition & 1 deletion integration-test/marathon-api/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version := "0.1.0"

scalaVersion := "2.13.13"

val akkaManagementVersion = "1.5.0"
val akkaManagementVersion = "1.5.2"

libraryDependencies ++= Vector(
"com.lightbend.akka.management" %% "akka-management-cluster-bootstrap" % akkaManagementVersion,
Expand Down
2 changes: 1 addition & 1 deletion native-image-tests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.9.3")
lazy val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.6.3")

// Note: this default isn't really used anywhere so not important to bump
lazy val akkaManagementVersion = sys.props.getOrElse("akka.management.version", "1.5.0")
lazy val akkaManagementVersion = sys.props.getOrElse("akka.management.version", "1.5.2")

// Run in a separate JVM, to make sure sbt waits until all threads have
// finished before returning.
Expand Down
2 changes: 1 addition & 1 deletion samples/akka-sample-cluster-kubernetes-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<encoding>UTF-8</encoding>
<akka.version>2.9.3</akka.version>
<akka-management.version>1.5.2</akka-management.version>
<akka-http.version>10.6.2</akka-http.version>
<akka-http.version>10.6.3</akka-http.version>
<scala.binary.version>2.13</scala.binary.version>
<version.number>${git.commit.time}-${git.commit.id.abbrev}</version.number>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion samples/akka-sample-cluster-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ThisBuild / organization := "com.lightbend"
name := "akka-sample-cluster-kubernetes"

scalaVersion := "2.13.13"
lazy val akkaHttpVersion = "10.6.2"
lazy val akkaHttpVersion = "10.6.3"
lazy val akkaVersion = "2.9.3"
lazy val akkaManagementVersion = "1.5.2"

Expand Down

0 comments on commit 24f4690

Please sign in to comment.