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

philippus 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 cd46003419 Update lmdbjava to 0.9.3 (#2813)
cd46003419 is described below

commit cd4600341904adc2d8d1707886de5cd869cb57dc
Author: Philippus Baalman <[email protected]>
AuthorDate: Sat Mar 28 21:24:16 2026 +0100

    Update lmdbjava to 0.9.3 (#2813)
---
 .scala-steward.conf        | 2 --
 project/Dependencies.scala | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index a634c3481b..68a6818fbc 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -23,8 +23,6 @@ updates.ignore = [
   { groupId = "tools.jackson.dataformat" }
   { groupId = "tools.jackson.datatype" }
   { groupId = "tools.jackson.jaxrs" }
-  # 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 a3f401b643..04ec290c1a 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -76,7 +76,7 @@ object Dependencies {
     // reactive streams
     val reactiveStreams = "org.reactivestreams" % "reactive-streams" % 
reactiveStreamsVersion
 
-    val lmdb = "org.lmdbjava" % "lmdbjava" % "0.9.1"
+    val lmdb = "org.lmdbjava" % "lmdbjava" % "0.9.3"
 
     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