Hi! Thanks for maintaining Datomic for the community!
I'd like to ask if the Artemis dependency can be updated in Datomic Peer. Currently version org.apache.activemq/artemis-core-client 2.31.2 is used. In the meantime multiple CVEs have been reported and fixed in Artemis. Also, the artefact was relocated from org.apache.activemq » artemis-core-client to org.apache.artemis » artemis-core-client according to MVN (https://mvnrepository.com/artifact/org.apache.activemq/artemis-core-client/2.54.0).
Of course I can do this in deps.edn, but I don't know if that's safe and rather have it changed in Datomic for everybody's benefit:
:deps
{com.datomic/peer
{:mvn/version "1.0.7622"
:exclusions [org.apache.activemq/artemis-core-client]}
org.apache.artemis/artemis-core-client {:mvn/version "2.54.0"}}
Thank you for your consideration!