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.git


The following commit(s) were added to refs/heads/main by this push:
     new a6e3987668 Revert "Update lmdbjava to 0.9.2 (#2462)" (#2483)
a6e3987668 is described below

commit a6e398766891bc1ccce9d474e9d332dc94f3af55
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Nov 12 13:51:30 2025 +0100

    Revert "Update lmdbjava to 0.9.2 (#2462)" (#2483)
    
    * Revert "Update lmdbjava to 0.9.2 (#2462)"
    
    This reverts commit e251356ad99a5e773a3d9b6b775baf52b892123a.
    
    * Disable lmdbjava updates in scala-steward config
    
    Commented out the lmdbjava entry due to issues.
---
 .scala-steward.conf        | 2 ++
 project/Dependencies.scala | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index f705865c61..123bb134d3 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -23,6 +23,8 @@ updates.ignore = [
   { groupId = "tools.jackson.jaxrs" }
   # other ignored updates
   { groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
+  # lmdbjava 0.9.2 causes issues - https://github.com/apache/pekko/issues/2484
+  { groupId = "org.lmdbjava" }
 ]
 
 updatePullRequests = "always"
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 376cb0649f..c472bb6ad2 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -75,7 +75,7 @@ object Dependencies {
     // reactive streams
     val reactiveStreams = "org.reactivestreams" % "reactive-streams" % 
reactiveStreamsVersion
 
-    val lmdb = "org.lmdbjava" % "lmdbjava" % "0.9.2"
+    val lmdb = "org.lmdbjava" % "lmdbjava" % "0.9.1"
 
     val junit = "junit" % "junit" % junitVersion
     val junit6 = "org.junit.jupiter" % "junit-jupiter-engine" % junit6Version


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

Reply via email to