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 e251356ad9 Update lmdbjava to 0.9.2 (#2462)
e251356ad9 is described below
commit e251356ad99a5e773a3d9b6b775baf52b892123a
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 9 13:11:12 2025 +0100
Update lmdbjava to 0.9.2 (#2462)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c472bb6ad2..376cb0649f 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.1"
+ val lmdb = "org.lmdbjava" % "lmdbjava" % "0.9.2"
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]