https://github.com/dgraph-io/dgraph4j Essentially without this project in deps.edn: ``` SLF4J: Actual binding is of type [com.github.fzakaria.slf4j.timbre.TimbreLoggerFactory] ``` adding it results in ``` SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory] ``` using these dependencies ``` io.dgraph/dgraph4j {:mvn/version "2.0.2"} com.taoensso/timbre {:mvn/version "4.10.0"} com.fzakaria/slf4j-timbre {:mvn/version "0.3.19"} org.slf4j/slf4j-api {:mvn/version "1.7.21"} ``` Are you able to reproduce and/or know the cause of this?