Error in connect app after adding neo4j dependency

Hello everyone!
I use Spring Boot starter from Bitbucket to develop my Jira Cloud addon which downloads data from Jira Cloud to Neo4j. When I add

org.springframework.data
spring-data-neo4j
6.2.1

I added EnableNeo4jRepositories(basePackageClasses = {AtlassianHostRepository.class}) to my AddonApplication

Application fails with:
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘atlassianHostRepository’ defined in com.atlassian.connect.spring.AtlassianHostRepository defined in EnableNeo4jRepositories declared on AddonApplication: Invocation of init method failed; nested exception is java.lang.reflect.InaccessibleObjectException: Unable to make protected java.util.Calendar() accessible: module java.base does not “opens java.util” to unnamed module 78e117e3

Any help would be appreciated.
Kind regards,
Dilyara