Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade logback due to CVE #90

Merged
merged 1 commit into from
Dec 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pekko-sample-cluster-docker-compose-java/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ scalacOptions ++= Seq(
"-Xlint")

val pekkoVersion = "1.0.1"
val logbackVersion = "1.2.12"
val logbackVersion = "1.2.13"

/* dependencies */
libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-docker-compose-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scalacOptions ++= Seq(
"-Xlint")

val pekkoVersion = "1.0.1"
val logbackVersion = "1.2.12"
val logbackVersion = "1.2.13"

/* dependencies */
libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-java/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "1.0.1"
val logbackVersion = "1.2.12"
val logbackVersion = "1.2.13"

lazy val `pekko-sample-cluster-java` = project
.in(file("."))
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.12</version>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-kubernetes-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.12</version>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scalaVersion := "2.13.11"
val pekkoHttpVersion = "1.0.0"
val pekkoVersion = "1.0.1"
val pekkoManagementVersion = "1.0.0"
val logbackVersion = "1.2.12"
val logbackVersion = "1.2.13"

// make version compatible with docker for publishing
ThisBuild / dynverSeparator := "-"
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "1.0.1"
val logbackVersion = "1.2.12"
val logbackVersion = "1.2.13"

lazy val `pekko-sample-cluster-scala` = project
.in(file("."))
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-distributed-data-java/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "1.0.1"
val logbackVersion = "1.2.12"
val logbackVersion = "1.2.13"

val `pekko-sample-distributed-data-java` = project
.in(file("."))
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-distributed-data-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "1.0.1"
val logbackVersion = "1.2.12"
val logbackVersion = "1.2.13"

val `pekko-sample-distributed-data-scala` = project
.in(file("."))
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-distributed-workers-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version := "1.0"
scalaVersion := "2.13.11"
val pekkoVersion = "1.0.1"
val cassandraPluginVersion = "1.0.0"
val logbackVersion = "1.2.12"
val logbackVersion = "1.2.13"

Global / cancelable := false

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-fsm-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.12</version>
<version>1.2.13</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-fsm-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "org.apache.pekko"
name := "pekko-sample-fsm-scala"

val pekkoVersion = "1.0.1"
val logbackVersion = "1.2.12"
val logbackVersion = "1.2.13"

scalaVersion := "2.13.11"
libraryDependencies ++= Seq(
Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-grpc-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val httpToGrpc = (project in file("http-to-grpc"))
"org.apache.pekko" %% "pekko-http" % pekkoHttpVersion,
"org.apache.pekko" %% "pekko-http-spray-json" % pekkoHttpVersion,
"org.apache.pekko" %% "pekko-discovery-kubernetes-api" % discoveryVersion,
"ch.qos.logback" % "logback-classic" % "1.2.12"),
"ch.qos.logback" % "logback-classic" % "1.2.13"),
dockerExposedPorts := Seq(8080))

// gRPC back end that echoes back messages
Expand All @@ -37,4 +37,4 @@ lazy val grpcService = (project in file("grpc-service"))
"org.apache.pekko" %% "pekko-stream" % pekkoVersion,
"org.apache.pekko" %% "pekko-discovery" % pekkoVersion,
"org.apache.pekko" %% "pekko-http" % pekkoHttpVersion,
"ch.qos.logback" % "logback-classic" % "1.2.12"))
"ch.qos.logback" % "logback-classic" % "1.2.13"))
2 changes: 1 addition & 1 deletion pekko-sample-kafka-to-sharding-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val pekkoHttpVersion = "1.0.0"
val pekkoConnectorsKafkaVersion = "1.0.0"
val pekkoManagementVersion = "1.0.0"
val EmbeddedKafkaVersion = "2.4.1.1"
val logbackVersion = "1.2.12"
val logbackVersion = "1.2.13"
val slf4jVersion = "1.7.32"

ThisBuild / scalaVersion := "2.13.11"
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-dc-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.12</version>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-dc-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val cassandraPluginVersion = "1.0.0"
val pekkoHttpVersion = "1.0.0"
val pekkoClusterManagementVersion = "1.0.0"

val logbackVersion = "1.2.12"
val logbackVersion = "1.2.13"

libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-cluster-sharding-typed" % pekkoVersion,
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.12</version>
<version>1.2.13</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "pekko-sample-persistence-scala"

scalaVersion := "2.13.11"
val pekkoVersion = "1.0.1"
val logbackVersion = "1.2.12"
val logbackVersion = "1.2.13"

libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-persistence-typed" % pekkoVersion,
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-sharding-java/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val pekkoVersion = "1.0.1"
val pekkoHttpVersion = "1.0.0"
val logbackVersion = "1.2.12"
val logbackVersion = "1.2.13"

lazy val buildSettings = Seq(
organization := "org.apache.pekko",
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-sharding-java/killrweather-fog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.12</version>
<version>1.2.13</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-sharding-java/killrweather/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.12</version>
<version>1.2.13</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-sharding-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val pekkoVersion = "1.0.1"
val pekkoHttpVersion = "1.0.0"
val logbackVersion = "1.2.12"
val logbackVersion = "1.2.13"

lazy val buildSettings = Seq(
organization := "org.apache.pekko",
Expand Down