make tests pass on m1
diff --git a/dependency-versions.gradle b/dependency-versions.gradle
index e888a30..dba7922 100644
--- a/dependency-versions.gradle
+++ b/dependency-versions.gradle
@@ -105,7 +105,7 @@
     dependency('javax.xml.bind:jaxb-api:2.3.1')
     dependency('org.flywaydb:flyway-core:7.8.1')
 
-    dependency('org.fusesource.leveldbjni:leveldbjni-all:1.8')
+    dependency('org.openlabtesting.leveldbjni:leveldbjni-all:1.8')
     dependencySet(group: 'org.junit.jupiter', version: '5.6.2') {
       entry 'junit-jupiter-api'
       entry 'junit-jupiter-engine'
diff --git a/dist/LICENSE-binary b/dist/LICENSE-binary
index ce5a6cc..c5c5be3 100644
--- a/dist/LICENSE-binary
+++ b/dist/LICENSE-binary
@@ -916,7 +916,7 @@
 DEALINGS IN THE SOFTWARE.
 ------------------------------------------------------------------------------------
 This product is distributed with the leveldbjni-all library under the 3-Clause BSD 
-license (https://github.com/fusesource/leveldbjni/blob/master/license.txt):
+license (https://github.com/openlabtesting/leveldbjni/blob/master/license.txt):
 Copyright (c) 2011 FuseSource Corp. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/eth-client/build.gradle b/eth-client/build.gradle
index 0f29f18..d4eca8a 100644
--- a/eth-client/build.gradle
+++ b/eth-client/build.gradle
@@ -19,7 +19,7 @@
   implementation 'io.opentelemetry:opentelemetry-sdk'
   implementation 'io.opentelemetry:opentelemetry-sdk-metrics'
   implementation 'io.vertx:vertx-core'
-  implementation 'org.fusesource.leveldbjni:leveldbjni-all'
+  implementation 'org.openlabtesting.leveldbjni:leveldbjni-all'
   implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core'
   implementation 'org.apache.lucene:lucene-core'
   implementation 'org.infinispan:infinispan-core'
diff --git a/kv/build.gradle b/kv/build.gradle
index 3a3e3ae..e88e14a 100644
--- a/kv/build.gradle
+++ b/kv/build.gradle
@@ -24,7 +24,7 @@
   implementation 'javax.persistence:javax.persistence-api'
   compileOnly 'com.jolbox:bonecp'
   compileOnly 'io.lettuce:lettuce-core'
-  compileOnly 'org.fusesource.leveldbjni:leveldbjni-all'
+  compileOnly 'org.openlabtesting.leveldbjni:leveldbjni-all'
   compileOnly 'org.infinispan:infinispan-core'
   compileOnly 'org.mapdb:mapdb'
   compileOnly 'org.rocksdb:rocksdbjni'
@@ -36,7 +36,7 @@
   testImplementation 'com.h2database:h2'
   testImplementation 'com.winterbe:expekt'
   testImplementation 'io.lettuce:lettuce-core'
-  testImplementation 'org.fusesource.leveldbjni:leveldbjni-all'
+  testImplementation 'org.openlabtesting.leveldbjni:leveldbjni-all'
   testImplementation  'org.infinispan:infinispan-core'
   testImplementation 'org.junit.jupiter:junit-jupiter-api'
   testImplementation 'org.junit.jupiter:junit-jupiter-params'