Latest aligned versions

Hello Camunda Team,
We are in the process of installing latest Camunda 8.6.3. Can you confirm the latest usable versions for pom.xml? We used the following, but Spring.boot 3.2.x is reaching EOL.

<properties>
		<maven.compiler.source>23</maven.compiler.source>
		<maven.compiler.target>23</maven.compiler.target>
		<spring.boot.version>3.2.6</spring.boot.version>
		<spring.zeebe.version>8.4.0</spring.zeebe.version>
	</properties>

3.2.7 fails for the customer-onboarding. 3.2.10 is the latest for spring.boot 3.2.x, but it starts to fail at 3.2.7. The latest spring boot is 3.3.4.

What about the latest spring.zeebe. We believe it is 8.5.13. However, the only one that works is 8.4.0.

Is there a new sample Camunda 8 project that uses the latest compatible version, preferably an entire pom.xml will help.

Thank you,
Atul

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.