Hello Camunda folks,
We are upgrading camunda from 7.12 to 7.17 community version
Below is our POM file
<parent>
<groupId>org.camunda.bpm.springboot.project</groupId>
<artifactId>camunda-bpm-spring-boot-starter-root</artifactId>
<version>7.17.0</version>
<relativePath/>
</parent>
<dependencies>
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-engine-plugin-spin</artifactId>
<version>7.17.0</version>
</dependency>
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bom</artifactId>
<version>7.17.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
we are upgrading from 3.4.0 to 7.17.0 and while compiling the process module java version is automatically changing to 1.8 from java 11. Is there something wong here.
we are using java 11 and springboot 2.6.6