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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0c54d42cd Update geode-core, geode-cq to 2.0.0 (#1337)
0c54d42cd is described below

commit 0c54d42cd7a5930799a2c5bda9a312ac37c06682
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 22 22:23:56 2026 +0100

    Update geode-core, geode-cq to 2.0.0 (#1337)
    
    * Update geode-core, geode-cq to 2.0.0
    
    * revert geode image version to 1.15.2
    
    * Update build.sbt
    
    * drop logback from geode testing due to logging errors
    
    ---------
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
    Co-authored-by: PJ Fanning <[email protected]>
---
 build.sbt                  | 4 +---
 project/Dependencies.scala | 8 +++-----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/build.sbt b/build.sbt
index d21f22fcb..5b80a934f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -199,9 +199,7 @@ lazy val geode =
         case Some((2, n)) if n == 13 =>
           // https://github.com/scala/bug/issues/12072
           List("-Xlint:-byname-implicit")
-        case Some((2, n)) if n == 12 =>
-          List.empty
-        case Some((3, _)) =>
+        case _ =>
           List.empty
       }
     })
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 918769732..2861a8d6f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -218,7 +218,7 @@ object Dependencies {
       "org.slf4j" % "slf4j-api" % Slf4jVersion % Test,
       "ch.qos.logback" % "logback-classic" % LogbackVersion % Test) ++ Mockito)
 
-  val GeodeVersion = "1.15.2"
+  val GeodeVersion = "2.0.0"
   val GeodeVersionForDocs = "115"
 
   val Geode = Seq(
@@ -227,10 +227,8 @@ object Dependencies {
         .map("org.apache.geode" % _ % GeodeVersion) ++
       Seq(
         "com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % 
JacksonVersion,
-        "com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % 
JacksonVersion,
-        "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.25.3" % Test,
-        "org.slf4j" % "slf4j-api" % Slf4jVersion % Test,
-        "ch.qos.logback" % "logback-classic" % LogbackVersion % Test) ++ 
JacksonDatabindDependencies ++
+        "com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % 
JacksonVersion
+      ) ++ JacksonDatabindDependencies ++
       (if (isScala3.value)
          Seq.empty // Equivalent and relevant shapeless functionality has been 
mainlined into Scala 3 language/stdlib
        else Seq(


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

Reply via email to