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

Update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.2 - autoclosed #460

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.fasterxml.jackson.core:jackson-databind (source) 2.14.2 -> 2.15.2 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - "every 3 weeks on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.1 fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.2 May 31, 2023
@renovate renovate bot force-pushed the renovate/com.fasterxml.jackson.core-jackson-databind-2.x branch from 1e49f2c to 29d41b9 Compare May 31, 2023 01:18
@vlsi
Copy link
Collaborator

vlsi commented Aug 1, 2023

I have not analyzed the reason yet, however, it fails with

    Caused by: java.io.IOException: Failed to process the entry 'META-INF/versions/19/com/fasterxml/jackson/core/io/doubleparser/FastDoubleSwar.class' from '/home/runner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.15.2/a6fe1836469a69b3ff66037c324d75fc66ef137c/jackson-core-2.15.2.jar'
    	at org.gradle.internal.classpath.InstrumentingClasspathFileTransformer.lambda$visitEntries$1(InstrumentingClasspathFileTransformer.java:161)
    	at org.gradle.internal.classpath.ClasspathWalker.visitJarContents(ClasspathWalker.java:91)
    	at org.gradle.internal.classpath.ClasspathWalker.visit(ClasspathWalker.java:55)
    	at org.gradle.internal.classpath.InstrumentingClasspathFileTransformer.visitEntries(InstrumentingClasspathFileTransformer.java:148)
    	at org.gradle.internal.classpath.InstrumentingClasspathFileTransformer.lambda$instrument$0(InstrumentingClasspathFileTransformer.java:139)
    	at org.gradle.internal.classpath.ClasspathBuilder.buildJar(ClasspathBuilder.java:66)
    	at org.gradle.internal.classpath.ClasspathBuilder.jar(ClasspathBuilder.java:53)
    	... 9 more
    Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 63
    	at org.objectweb.asm.ClassReader.<init>(ClassReader.java:199)
    	at org.objectweb.asm.ClassReader.<init>(ClassReader.java:180)
    	at org.objectweb.asm.ClassReader.<init>(ClassReader.java:166)
    	at org.gradle.internal.classpath.InstrumentingClasspathFileTransformer.lambda$visitEntries$1(InstrumentingClasspathFileTransformer.java:151)

@renovate renovate bot force-pushed the renovate/com.fasterxml.jackson.core-jackson-databind-2.x branch from 29d41b9 to 6bb80dc Compare August 1, 2023 14:39
@loosebazooka
Copy link
Member

I believe v2.15.2 includes some class files compiled against java 19, and gradle 7.5.1 does not support java 19

@vlsi
Copy link
Collaborator

vlsi commented Aug 1, 2023

So the question boils down to "is it safe to bump Gradle and still support something like Gradle 7 for plugin consumers".

@loosebazooka
Copy link
Member

Yeah I'm not sure: I don't know if the policy of supporting gradle 7 means we support 7.0 to 7.latest?

@renovate renovate bot changed the title fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.2 Update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.2 Sep 19, 2023
@renovate renovate bot changed the title Update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.2 Update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.2 - autoclosed Oct 3, 2023
@renovate renovate bot closed this Oct 3, 2023
@renovate renovate bot deleted the renovate/com.fasterxml.jackson.core-jackson-databind-2.x branch October 3, 2023 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants