This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 22c24fc  pekko-http 1.0.1 / scalatest 3.2.18 (#99)
22c24fc is described below

commit 22c24fc73c6d8502db2fcdd39adc741565471d31
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Feb 10 12:17:14 2024 +0100

    pekko-http 1.0.1 / scalatest 3.2.18 (#99)
    
    * pekko-http 1.0.1 / scalatest 3.2.18
    
    * Update pekko-sample-persistence-dc-java/pom.xml
    
    Co-authored-by: Arnout Engelen <[email protected]>
    
    * incorrect versions
    
    ---------
    
    Co-authored-by: Arnout Engelen <[email protected]>
---
 pekko-sample-cluster-client-grpc-scala/build.sbt    | 2 +-
 pekko-sample-cluster-java/build.sbt                 | 2 +-
 pekko-sample-cluster-kubernetes-java/pom.xml        | 2 +-
 pekko-sample-cluster-kubernetes-scala/build.sbt     | 2 +-
 pekko-sample-cluster-scala/build.sbt                | 2 +-
 pekko-sample-distributed-data-java/build.sbt        | 2 +-
 pekko-sample-distributed-data-scala/build.sbt       | 2 +-
 pekko-sample-distributed-workers-scala/build.sbt    | 2 +-
 pekko-sample-grpc-kubernetes-scala/build.sbt        | 2 +-
 pekko-sample-kafka-to-sharding-scala/build.sbt      | 6 +++---
 pekko-sample-persistence-dc-java/pom.xml            | 2 +-
 pekko-sample-persistence-dc-scala/build.sbt         | 4 ++--
 pekko-sample-persistence-scala/build.sbt            | 2 +-
 pekko-sample-sharding-java/build.sbt                | 2 +-
 pekko-sample-sharding-java/killrweather-fog/pom.xml | 2 +-
 pekko-sample-sharding-java/killrweather/pom.xml     | 2 +-
 pekko-sample-sharding-scala/build.sbt               | 2 +-
 17 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/pekko-sample-cluster-client-grpc-scala/build.sbt 
b/pekko-sample-cluster-client-grpc-scala/build.sbt
index 1298800..2e2b4a8 100644
--- a/pekko-sample-cluster-client-grpc-scala/build.sbt
+++ b/pekko-sample-cluster-client-grpc-scala/build.sbt
@@ -25,5 +25,5 @@ lazy val `pekko-sample-cluster-client-grpc-scala` = project
       "org.apache.pekko" %% "pekko-serialization-jackson" % pekkoVersion,
       "org.apache.pekko" %% "pekko-discovery" % pekkoVersion,
       "org.apache.pekko" %% "pekko-multi-node-testkit" % pekkoVersion % Test,
-      "org.scalatest" %% "scalatest" % "3.2.15" % Test))
+      "org.scalatest" %% "scalatest" % "3.2.18" % Test))
   .configs(MultiJvm)
diff --git a/pekko-sample-cluster-java/build.sbt 
b/pekko-sample-cluster-java/build.sbt
index 0c53f8f..81ac804 100644
--- a/pekko-sample-cluster-java/build.sbt
+++ b/pekko-sample-cluster-java/build.sbt
@@ -19,7 +19,7 @@ lazy val `pekko-sample-cluster-java` = project
       "org.apache.pekko" %% "pekko-serialization-jackson" % pekkoVersion,
       "ch.qos.logback" % "logback-classic" % logbackVersion,
       "org.apache.pekko" %% "pekko-multi-node-testkit" % pekkoVersion % Test,
-      "org.scalatest" %% "scalatest" % "3.2.15" % Test,
+      "org.scalatest" %% "scalatest" % "3.2.18" % Test,
       "org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test),
     run / fork := false,
     Global / cancelable := false,
diff --git a/pekko-sample-cluster-kubernetes-java/pom.xml 
b/pekko-sample-cluster-kubernetes-java/pom.xml
index 69c0ae8..dfd8ed9 100644
--- a/pekko-sample-cluster-kubernetes-java/pom.xml
+++ b/pekko-sample-cluster-kubernetes-java/pom.xml
@@ -19,7 +19,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <encoding>UTF-8</encoding>
     <pekko.version>1.0.2</pekko.version>
-    <pekko-http.version>1.0.0</pekko-http.version>
+    <pekko-http.version>1.0.1</pekko-http.version>
     <pekko-management.version>1.0.0</pekko-management.version>
     <scala.binary.version>2.13</scala.binary.version>
     <version.number>${git.commit.time}-${git.commit.id.abbrev}</version.number>
diff --git a/pekko-sample-cluster-kubernetes-scala/build.sbt 
b/pekko-sample-cluster-kubernetes-scala/build.sbt
index 3c96058..e0b889f 100644
--- a/pekko-sample-cluster-kubernetes-scala/build.sbt
+++ b/pekko-sample-cluster-kubernetes-scala/build.sbt
@@ -3,7 +3,7 @@ ThisBuild / organization := "org.apache.pekko"
 name := "pekko-sample-cluster-kubernetes-scala"
 
 scalaVersion := "2.13.11"
-val pekkoHttpVersion = "1.0.0"
+val pekkoHttpVersion = "1.0.1"
 val pekkoVersion = "1.0.2"
 val pekkoManagementVersion = "1.0.0"
 val logbackVersion = "1.2.13"
diff --git a/pekko-sample-cluster-scala/build.sbt 
b/pekko-sample-cluster-scala/build.sbt
index 0e4e799..a2c5c32 100644
--- a/pekko-sample-cluster-scala/build.sbt
+++ b/pekko-sample-cluster-scala/build.sbt
@@ -19,7 +19,7 @@ lazy val `pekko-sample-cluster-scala` = project
       "org.apache.pekko" %% "pekko-serialization-jackson" % pekkoVersion,
       "ch.qos.logback" % "logback-classic" % logbackVersion,
       "org.apache.pekko" %% "pekko-multi-node-testkit" % pekkoVersion % Test,
-      "org.scalatest" %% "scalatest" % "3.2.15" % Test,
+      "org.scalatest" %% "scalatest" % "3.2.18" % Test,
       "org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test),
     run / fork := false,
     Global / cancelable := false,
diff --git a/pekko-sample-distributed-data-java/build.sbt 
b/pekko-sample-distributed-data-java/build.sbt
index 0ee4da1..3a7c7b6 100644
--- a/pekko-sample-distributed-data-java/build.sbt
+++ b/pekko-sample-distributed-data-java/build.sbt
@@ -20,7 +20,7 @@ val `pekko-sample-distributed-data-java` = project
       "org.apache.pekko" %% "pekko-multi-node-testkit" % pekkoVersion % Test,
       "org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
       "ch.qos.logback" % "logback-classic" % logbackVersion % Test,
-      "org.scalatest" %% "scalatest" % "3.2.15" % Test),
+      "org.scalatest" %% "scalatest" % "3.2.18" % Test),
     run / fork := true,
     Global / cancelable := false, // ctrl-c
     // disable parallel tests
diff --git a/pekko-sample-distributed-data-scala/build.sbt 
b/pekko-sample-distributed-data-scala/build.sbt
index 33d11b5..067f75d 100644
--- a/pekko-sample-distributed-data-scala/build.sbt
+++ b/pekko-sample-distributed-data-scala/build.sbt
@@ -20,7 +20,7 @@ val `pekko-sample-distributed-data-scala` = project
       "org.apache.pekko" %% "pekko-multi-node-testkit" % pekkoVersion % Test,
       "org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
       "ch.qos.logback" % "logback-classic" % logbackVersion % Test,
-      "org.scalatest" %% "scalatest" % "3.2.15" % Test),
+      "org.scalatest" %% "scalatest" % "3.2.18" % Test),
     run / fork := true,
     Global / cancelable := false, // ctrl-c
     // disable parallel tests
diff --git a/pekko-sample-distributed-workers-scala/build.sbt 
b/pekko-sample-distributed-workers-scala/build.sbt
index 14cf953..4d86189 100644
--- a/pekko-sample-distributed-workers-scala/build.sbt
+++ b/pekko-sample-distributed-workers-scala/build.sbt
@@ -20,5 +20,5 @@ libraryDependencies ++= Seq(
   "ch.qos.logback" % "logback-classic" % logbackVersion,
   // test dependencies
   "org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
-  "org.scalatest" %% "scalatest" % "3.2.15" % Test,
+  "org.scalatest" %% "scalatest" % "3.2.18" % Test,
   "commons-io" % "commons-io" % "2.11.0" % Test)
diff --git a/pekko-sample-grpc-kubernetes-scala/build.sbt 
b/pekko-sample-grpc-kubernetes-scala/build.sbt
index dd96a32..82070ad 100644
--- a/pekko-sample-grpc-kubernetes-scala/build.sbt
+++ b/pekko-sample-grpc-kubernetes-scala/build.sbt
@@ -3,7 +3,7 @@ scalaVersion := "2.13.11"
 
 lazy val pekkoVersion = "1.0.2"
 lazy val discoveryVersion = "1.0.0"
-lazy val pekkoHttpVersion = "1.0.0"
+lazy val pekkoHttpVersion = "1.0.1"
 
 lazy val root = (project in file("."))
   .aggregate(httpToGrpc, grpcService)
diff --git a/pekko-sample-kafka-to-sharding-scala/build.sbt 
b/pekko-sample-kafka-to-sharding-scala/build.sbt
index c63e8c4..38ecece 100644
--- a/pekko-sample-kafka-to-sharding-scala/build.sbt
+++ b/pekko-sample-kafka-to-sharding-scala/build.sbt
@@ -1,5 +1,5 @@
 val pekkoVersion = "1.0.2"
-val pekkoHttpVersion = "1.0.0"
+val pekkoHttpVersion = "1.0.1"
 
 val pekkoConnectorsKafkaVersion = "1.0.0"
 val pekkoManagementVersion = "1.0.0"
@@ -57,7 +57,7 @@ lazy val processor = project
     "org.apache.pekko" %% "pekko-http-spray-json" % pekkoHttpVersion,
     "ch.qos.logback" % "logback-classic" % logbackVersion,
     "org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
-    "org.scalatest" %% "scalatest" % "3.2.15" % Test))
+    "org.scalatest" %% "scalatest" % "3.2.18" % Test))
 
 lazy val producer = project
   .in(file("producer"))
@@ -66,4 +66,4 @@ lazy val producer = project
     "org.apache.pekko" %% "pekko-connectors-kafka" % 
pekkoConnectorsKafkaVersion,
     "org.apache.pekko" %% "pekko-stream" % pekkoVersion,
     "ch.qos.logback" % "logback-classic" % logbackVersion,
-    "org.scalatest" %% "scalatest" % "3.2.15" % Test))
+    "org.scalatest" %% "scalatest" % "3.2.18" % Test))
diff --git a/pekko-sample-persistence-dc-java/pom.xml 
b/pekko-sample-persistence-dc-java/pom.xml
index 4962c59..676d51e 100644
--- a/pekko-sample-persistence-dc-java/pom.xml
+++ b/pekko-sample-persistence-dc-java/pom.xml
@@ -20,7 +20,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <pekko.version>1.0.2</pekko.version>
     
<pekko-persistence-cassandra.version>1.0.0</pekko-persistence-cassandra.version>
-    <pekko-http.version>1.0.0</pekko-http.version>
+    <pekko-http.version>1.0.1</pekko-http.version>
     <pekko-management.version>1.0.0</pekko-management.version>
   </properties>
 
diff --git a/pekko-sample-persistence-dc-scala/build.sbt 
b/pekko-sample-persistence-dc-scala/build.sbt
index fde82b6..86a9acb 100644
--- a/pekko-sample-persistence-dc-scala/build.sbt
+++ b/pekko-sample-persistence-dc-scala/build.sbt
@@ -6,7 +6,7 @@ scalaVersion := "2.13.11"
 val pekkoVersion = "1.0.2"
 val cassandraPluginVersion = "1.0.0"
 
-val pekkoHttpVersion = "1.0.0"
+val pekkoHttpVersion = "1.0.1"
 val pekkoClusterManagementVersion = "1.0.0"
 
 val logbackVersion = "1.2.13"
@@ -23,7 +23,7 @@ libraryDependencies ++= Seq(
   "ch.qos.logback" % "logback-classic" % logbackVersion,
   "org.apache.pekko" %% "pekko-persistence-cassandra-launcher" % 
cassandraPluginVersion,
   "org.apache.pekko" %% "pekko-persistence-testkit" % pekkoVersion % Test,
-  "org.scalatest" %% "scalatest" % "3.2.15" % Test)
+  "org.scalatest" %% "scalatest" % "3.2.18" % Test)
 
 // transitive dependency of akka 2.5x that is brought in by addons but evicted
 dependencyOverrides += "org.apache.pekko" %% "pekko-protobuf" % pekkoVersion
diff --git a/pekko-sample-persistence-scala/build.sbt 
b/pekko-sample-persistence-scala/build.sbt
index 109497c..26fe509 100644
--- a/pekko-sample-persistence-scala/build.sbt
+++ b/pekko-sample-persistence-scala/build.sbt
@@ -10,7 +10,7 @@ libraryDependencies ++= Seq(
   "org.apache.pekko" %% "pekko-serialization-jackson" % pekkoVersion,
   "ch.qos.logback" % "logback-classic" % logbackVersion,
   "org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
-  "org.scalatest" %% "scalatest" % "3.2.15" % Test)
+  "org.scalatest" %% "scalatest" % "3.2.18" % Test)
 
 Compile / scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", 
"-Xlog-reflective-calls", "-Xlint")
 
diff --git a/pekko-sample-sharding-java/build.sbt 
b/pekko-sample-sharding-java/build.sbt
index d7b72d3..87e941a 100644
--- a/pekko-sample-sharding-java/build.sbt
+++ b/pekko-sample-sharding-java/build.sbt
@@ -1,5 +1,5 @@
 val pekkoVersion = "1.0.2"
-val pekkoHttpVersion = "1.0.0"
+val pekkoHttpVersion = "1.0.1"
 val logbackVersion = "1.2.13"
 
 lazy val buildSettings = Seq(
diff --git a/pekko-sample-sharding-java/killrweather-fog/pom.xml 
b/pekko-sample-sharding-java/killrweather-fog/pom.xml
index 603afcd..a01c3b5 100644
--- a/pekko-sample-sharding-java/killrweather-fog/pom.xml
+++ b/pekko-sample-sharding-java/killrweather-fog/pom.xml
@@ -19,7 +19,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <pekko.version>1.0.2</pekko.version>
-        <pekko-http.version>1.0.0</pekko-http.version>
+        <pekko-http.version>1.0.1</pekko-http.version>
     </properties>
 
     <repositories>
diff --git a/pekko-sample-sharding-java/killrweather/pom.xml 
b/pekko-sample-sharding-java/killrweather/pom.xml
index e5edaaa..8d01316 100644
--- a/pekko-sample-sharding-java/killrweather/pom.xml
+++ b/pekko-sample-sharding-java/killrweather/pom.xml
@@ -19,7 +19,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <pekko.version>1.0.2</pekko.version>
-        <pekko-http.version>1.0.0</pekko-http.version>
+        <pekko-http.version>1.0.1</pekko-http.version>
     </properties>
 
     <repositories>
diff --git a/pekko-sample-sharding-scala/build.sbt 
b/pekko-sample-sharding-scala/build.sbt
index 14df93e..14dfaf1 100644
--- a/pekko-sample-sharding-scala/build.sbt
+++ b/pekko-sample-sharding-scala/build.sbt
@@ -1,5 +1,5 @@
 val pekkoVersion = "1.0.2"
-val pekkoHttpVersion = "1.0.0"
+val pekkoHttpVersion = "1.0.1"
 val logbackVersion = "1.2.13"
 
 lazy val buildSettings = Seq(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to