Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility with Gradle 7.5.1 caused by multi-release JAR #154

Conversation

tudortimi
Copy link
Owner

@tudortimi tudortimi commented Jun 16, 2024

Related to #153

We still want to keep support for Gradle 7.5.1 a little longer. Gradle version older than 7.6.4 fail when trying to use multi-release JARs which contain code for JDKs which that Gradle doesn't support: gradle/gradle#24390. Starting with version 2.15, Jackson publishes such JARs.

Downgrading to version 2.14 is not an issue, as we don't use any fancy features. This version is fairly recent (May 2023) and doesn't have any known vulnerabilities.
@tudortimi tudortimi merged commit d858e71 into master Jun 16, 2024
1 check passed
@tudortimi tudortimi deleted the fix-compatibility-with-gradle-7.5.1-caused-by-multi-release-jar branch June 16, 2024 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant