exasol / error-code-crawler-maven-plugin

Validator and crawler for exasol-error-codes in Java code
MIT License
1 stars 1 forks source link

Fix vulnerabilities in org.eclipse.jdt.core and parsson #95

Closed ckunki closed 8 months ago

ckunki commented 9 months ago

Fixed version for org.eclipse.jdt:org.eclipse.jdt.core is not yet available (current version 4.35.0 is still vulnerable), see current PR https://github.com/exasol/error-code-crawler-maven-plugin/pull/96

See list of current versions for org.eclipse.jdt.core: https://ossindex.sonatype.org/component/pkg:maven/org.eclipse.jdt/org.eclipse.jdt.core

Note

Dependency org.eclipse.jdt:org.eclipse.jdt.core does not provide a fixed version for Java 11. That's why we updated the build to Java 17 and incremented the major version as this is a breaking change. Users of the plugin will need to run the Maven build with Java 17 from now on.