All CI build failing on pomfirst since new release of Eclipse on maven central
Bug description
all build on the ci fails since yesterday on the pomfirst build https://gitlab.inria.fr/atsyra/atsyra-dev/-/pipelines
with the following message
[ERROR] /builds/atsyra/atsyra-dev/pomfirst/fr.irisa.atsyra.absystem.transfo/target/src/main/java/fr/irisa/atsyra/absystem/transfo/files/GeneratedFilesHandlerImpl.java:[27,33] cannot access org.eclipse.core.runtime.jobs.ISchedulingRule
[ERROR] bad class file: /builds/atsyra/atsyra-dev/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.14.0/org.eclipse.core.jobs-3.14.0.jar(/org/eclipse/core/runtime/jobs/ISchedulingRule.class)
[ERROR] class file has wrong version 61.0, should be 55.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
This is apparently due to the new version of Eclipse that is available since yesterday.
In our bom we have a dependency to https://central.sonatype.com/artifact/org.eclipse.platform/org.eclipse.core.runtime/3.24.0
But this jar uses a range to org.eclipse.core.runtime.jobs
[3.12.0,4.0.0) , apparently a newer version is available and is compiled with java 17 instead of java 11.