Neo4j 5.26.2 embedded db won't start

Hi, I am trying build and use the embedded DB as mentioned here

but getting this issue

Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.dbms.database.DefaultSystemGraphInitializer@59b32539' was successfully initialized, but failed to start. Please see the attached cause exception "'org.apache.shiro.lang.util.ByteSource org.apache.shiro.crypto.RandomNumberGenerator.nextBytes(int)'".
        at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:364)
        at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:91)
        at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:279)

Versions used
java=17
org.apache.shiro=1.13.0

Can anyone please help? thank you.

Worked!
updated org.apache.shiro=2.1.0