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/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 38324fc1a6 Update lmdbjava to 0.9.0 (#840)
38324fc1a6 is described below
commit 38324fc1a664c7df056f69c596d3a5856a594d10
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 10 10:17:10 2023 +0100
Update lmdbjava to 0.9.0 (#840)
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 3184cee8b4..39ab5131c5 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -81,7 +81,7 @@ object Dependencies {
"com.typesafe" %% "ssl-config-core" % sslConfigVersion
}
- val lmdb = "org.lmdbjava" % "lmdbjava" % "0.8.3"
+ val lmdb = "org.lmdbjava" % "lmdbjava" % "0.9.0"
val junit = "junit" % "junit" % junitVersion
val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % junit5Version
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]