Skip to content

Commit

Permalink
bump: akka 2.9.5 (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter authored Aug 21, 2024
1 parent 4eb23c8 commit 952d10a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Dependencies {
val AkkaProjectionVersionInDocs = "1.5"

object Versions {
val akka = sys.props.getOrElse("build.akka.version", "2.9.4")
val akka = sys.props.getOrElse("build.akka.version", "2.9.5")
val akkaPersistenceCassandra = "1.2.1"
val akkaPersistenceJdbc = "5.4.1"
val akkaPersistenceR2dbc = "1.2.4"
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/iot-service-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.4</akka.version>
<akka.version>2.9.5</akka.version>
<akka-projection.version>1.5.4</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.5</akka-persistence-r2dbc.version>
<akka-management.version>1.5.2</akka-management.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/iot-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run / javaOptions ++= sys.props
.fold(Seq.empty[String])(res => Seq(s"-Dconfig.resource=$res"))
Global / cancelable := false // ctrl-c

val AkkaVersion = "2.9.4"
val AkkaVersion = "2.9.5"
val AkkaHttpVersion = "10.6.3"
val AkkaManagementVersion = "1.5.2"
val AkkaPersistenceR2dbcVersion = "1.2.5"
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/local-drone-control-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.4</akka.version>
<akka.version>2.9.5</akka.version>
<akka-projection.version>1.5.4</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.5</akka-persistence-r2dbc.version>
<akka-management.version>1.5.2</akka-management.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/local-drone-control-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ run / javaOptions ++= sys.props
.fold(Seq.empty[String])(res => Seq(s"-Dconfig.resource=$res"))
Global / cancelable := false // ctrl-c

val AkkaVersion = "2.9.4"
val AkkaVersion = "2.9.5"
val AkkaHttpVersion = "10.6.3"
val AkkaManagementVersion = "1.5.2"
val AkkaPersistenceR2dbcVersion = "1.2.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.4</akka.version>
<akka.version>2.9.5</akka.version>
<akka-projection.version>1.5.2</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.5</akka-persistence-r2dbc.version>
<akka-management.version>1.5.1</akka-management.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run / javaOptions ++= sys.props
.fold(Seq.empty[String])(res => Seq(s"-Dconfig.resource=$res"))
Global / cancelable := false // ctrl-c

val AkkaVersion = "2.9.4"
val AkkaVersion = "2.9.5"
val AkkaHttpVersion = "10.6.3"
val AkkaManagementVersion = "1.5.2"
val AkkaPersistenceR2dbcVersion = "1.2.5"
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-analytics-service-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.4</akka.version>
<akka.version>2.9.5</akka.version>
<akka-projection.version>1.5.4</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.5</akka-persistence-r2dbc.version>
<akka-management.version>1.5.1</akka-management.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-analytics-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run / javaOptions ++= sys.props
.fold(Seq.empty[String])(res => Seq(s"-Dconfig.resource=$res"))
Global / cancelable := false // ctrl-c

val AkkaVersion = "2.9.4"
val AkkaVersion = "2.9.5"
val AkkaHttpVersion = "10.6.3"
val AkkaManagementVersion = "1.5.1"
val AkkaPersistenceR2dbcVersion = "1.2.5"
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-cart-service-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.4</akka.version>
<akka.version>2.9.5</akka.version>
<akka-projection.version>1.5.4</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.5</akka-persistence-r2dbc.version>
<akka-management.version>1.5.1</akka-management.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-cart-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run / javaOptions ++= sys.props
.fold(Seq.empty[String])(res => Seq(s"-Dconfig.resource=$res"))
Global / cancelable := false // ctrl-c

val AkkaVersion = "2.9.4"
val AkkaVersion = "2.9.5"
val AkkaHttpVersion = "10.6.3"
val AkkaManagementVersion = "1.5.2"
val AkkaPersistenceR2dbcVersion = "1.2.5"
Expand Down
2 changes: 1 addition & 1 deletion samples/replicated/shopping-cart-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ run / javaOptions ++= sys.props
.fold(Seq.empty[String])(res => Seq(s"-Dconfig.resource=$res"))
Global / cancelable := false // ctrl-c

val AkkaVersion = sys.props.getOrElse("akka.version", "2.9.4")
val AkkaVersion = sys.props.getOrElse("akka.version", "2.9.5")
val AkkaHttpVersion = "10.6.3"
val AkkaManagementVersion = "1.5.2"
val AkkaPersistenceR2dbcVersion = "1.2.5"
Expand Down

0 comments on commit 952d10a

Please sign in to comment.