Spring boot 3.xx supported verson for flowable and mongo db

we are building the spring boot 3. x.x with flowable 7.0.0 and Mongo DB , so could you suggest which version we need to use

right now I am usng the below version

|////|implementation ‘org.flowable:flowable-process-engine-mongodb:6.4.0.alpha1’|

But after building I am getting below error

goal on project flowable-process-engine-mongodb: Could not resolve dependencies for project org.flowable:flowable-process-engine-mongodb:jar:6.4.0.alpha1:

Task :test FAILED

SpringflowableintegrationApplicationTests > contextLoads() FAILED
java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:143
Caused by: java.lang.IllegalArgumentException at Assert.java:713

1 test completed, 1 failed

    Caused by: java.lang.IllegalArgumentException at Assert.java:713

java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@49bd54f7 testClass = com.canchitodev.example.springflowableintegration.SpringflowableintegrationApplicationTests, locations = , classes = [com.canchitodev.example.springflowableintegration.SpringflowableintegrationApplication], contextInitializerClasses = , activeProfiles = , propertySourceLocations = , propertySourceProperties = [“org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true”], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@77a7cf58, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@7e5d9a50, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@56e8b606, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4566d049, org.springframework.boot.test.context.SpringBootTestAnnotation@4e290355], resourceBasePath = “src/main/webapp”, contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:143)
at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:127)
at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:191)
at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:130)
at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:241)