Openfire verson 5.0.0 caffiene version issue

Hi,
I am facing one issue with caffiene’s upgraded version in openfire 5.0.0 mentioned below, could you please address it ?

Initializing /var/lib/openfire…
Initializing /var/log/openfire…
2025.03.20 12:09:28.656 e[32mINFO e[m [main]: org.jivesoftware.openfire.XMPPServer - Registering shutdown hook (standalone mode)
Exception in thread “main” java.lang.ExceptionInInitializerError
at org.jivesoftware.openfire.XMPPServer.initialize(XMPPServer.java:381)
at org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:661)
at org.jivesoftware.openfire.XMPPServer.(XMPPServer.java:221)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source)
at java.base/java.lang.reflect.ReflectAccess.newInstance(Unknown Source)
at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(Unknown Source)
at java.base/java.lang.Class.newInstance(Unknown Source)
at org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:107)
at org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:68)
Caused by: java.lang.ClassCastException: class com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy$BoundedExpireAfterWrite cannot be cast to class com.github.benmanes.caffeine.cache.Policy$Expiration (com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy$BoundedExpireAfterWrite is in unnamed module of loader ‘app’; com.github.benmanes.caffeine.cache.Policy$Expiration is in unnamed module of loader org.jivesoftware.openfire.starter.JiveClassLoader @4b8ee4de)
at org.jivesoftware.util.cache.CacheFactory.(CacheFactory.java:251)
… 12 more