Skip to content

Update dependency com.fasterxml.jackson:jackson-bom to v2.22.0#182

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jackson-monorepo
Open

Update dependency com.fasterxml.jackson:jackson-bom to v2.22.0#182
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jackson-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 1, 2026

This PR contains the following updates:

Package Change Age Confidence
com.fasterxml.jackson:jackson-bom 2.21.42.22.0 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 was generated by Mend Renovate. View the repository job log.

@testlens-app
Copy link
Copy Markdown

testlens-app Bot commented Jun 1, 2026

🚨 TestLens detected 3 failed tests 🚨

Here is what you can do:

  1. Inspect the test failures carefully.
  2. If you are convinced that some of the tests are flaky, you can mute them below.
  3. Finally, trigger a rerun by checking the rerun checkbox.

Test Summary

Check Project/Task Test Runs
Build Plugin / gradle-build :testSamples SamplesTest > use-all-java-module-plugins_build.sample
Build Plugin / gradle-build :testSamples SamplesTest > use-only-java-module-testing-plugin_build.sample
Build Plugin / gradle-build :testSamples SamplesTest > use-with-test-fixtures_build.sample

🏷️ Commit: f5b75c4
▶️ Tests: 3 executed
⚪️ Checks: 2/2 completed

Test Failures

SamplesTest > use-all-java-module-plugins_build.sample (:testSamples in Build Plugin / gradle-build)
java.lang.AssertionError: Expected sample invocation to succeed but it failed.
Command was: '/home/runner/work/java-module-testing/java-module-testing/./gradlew run build --warning-mode=all -PpluginLocation=/home/runner/work/java-module-testing/java-module-testing/.'
Working directory: '/tmp/junit7019197867928954311/use-all-java-module-plugins_build.sample'
[BEGIN OUTPUT]
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
> Task :build-logic:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :java-module-testing:compileJava UP-TO-DATE
> Task :java-module-testing:pluginDescriptors UP-TO-DATE
> Task :java-module-testing:processResources UP-TO-DATE
> Task :build-logic:extractPrecompiledScriptPluginPlugins
> Task :java-module-testing:classes UP-TO-DATE

> Task :java-module-testing:jar UP-TO-DATE
Caught exception: Already watching path: /home/runner/work/java-module-testing/java-module-testing

> Task :build-logic:generateExternalPluginSpecBuilders
> Task :build-logic:generateScriptPluginAdapters
> Task :build-logic:pluginDescriptors
> Task :build-logic:processResources
> Task :build-logic:compilePluginsBlocks
> Task :build-logic:generatePrecompiledScriptPluginAccessors

> Task :build-logic:compileKotlin
w: file:///tmp/junit7019197867928954311/use-all-java-module-plugins_build.sample/build-logic/src/main/kotlin/org.my.gradle.java-module.gradle.kts:21:24 'val project: Project' is deprecated. Deprecated in Java.

> Task :build-logic:compileJava NO-SOURCE
> Task :build-logic:classes
> Task :build-logic:jar
gradle/actions: Writing build results to /home/runner/work/_temp/.gradle-actions/build-results/__run-1780284711622.json

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:run'.
> Could not resolve all dependencies for configuration ':app:runtimeClasspath'.
   > Could not find com.fasterxml.jackson.core:jackson-core:2.22.0.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.22.0/jackson-core-2.22.0.pom
     Required by:
         project ':app' > project :platform > com.fasterxml.jackson:jackson-bom:2.22.0
         project ':app' > project :lib > com.fasterxml.jackson.core:jackson-databind:2.22.0

* Try:
> If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights from a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.

BUILD FAILED in 31s
13 actionable tasks: 9 executed, 4 up-to-date

[END OUTPUT]

	at org.gradle.exemplar.test.runner.SamplesRunner.runChild(SamplesRunner.java:173)
	at org.gradle.exemplar.test.runner.SamplesRunner.runChild(SamplesRunner.java:50)
SamplesTest > use-only-java-module-testing-plugin_build.sample (:testSamples in Build Plugin / gradle-build)
java.lang.AssertionError: Expected sample invocation to succeed but it failed.
Command was: '/home/runner/work/java-module-testing/java-module-testing/./gradlew run build --warning-mode=all -PpluginLocation=/home/runner/work/java-module-testing/java-module-testing/.'
Working directory: '/tmp/junit7019197867928954311/use-only-java-module-testing-plugin_build.sample'
[BEGIN OUTPUT]
> Task :build-logic:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :java-module-testing:compileJava UP-TO-DATE
> Task :build-logic:extractPrecompiledScriptPluginPlugins
> Task :java-module-testing:pluginDescriptors UP-TO-DATE
> Task :build-logic:generateScriptPluginAdapters
> Task :java-module-testing:processResources UP-TO-DATE
> Task :java-module-testing:classes UP-TO-DATE
> Task :build-logic:pluginDescriptors

> Task :java-module-testing:jar UP-TO-DATE
Caught exception: Already watching path: /home/runner/work/java-module-testing/java-module-testing

> Task :build-logic:processResources
> Task :build-logic:generateExternalPluginSpecBuilders
> Task :build-logic:compilePluginsBlocks
> Task :build-logic:generatePrecompiledScriptPluginAccessors

> Task :build-logic:compileKotlin
w: file:///tmp/junit7019197867928954311/use-only-java-module-testing-plugin_build.sample/build-logic/src/main/kotlin/org.my.gradle.java-module.gradle.kts:17:24 'val project: Project' is deprecated. Deprecated in Java.

> Task :build-logic:compileJava NO-SOURCE
> Task :build-logic:classes
> Task :build-logic:jar
gradle/actions: Writing build results to /home/runner/work/_temp/.gradle-actions/build-results/__run-1780284741311.json

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:run'.
> Could not resolve all dependencies for configuration ':app:runtimeClasspath'.
   > Could not find com.fasterxml.jackson.core:jackson-core:2.22.0.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.22.0/jackson-core-2.22.0.pom
     Required by:
         project ':app' > project :platform > com.fasterxml.jackson:jackson-bom:2.22.0
         project ':app' > project :lib > com.fasterxml.jackson.core:jackson-databind:2.22.0

* Try:
> If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights from a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.

BUILD FAILED in 7s
13 actionable tasks: 9 executed, 4 up-to-date

[END OUTPUT]

	at org.gradle.exemplar.test.runner.SamplesRunner.runChild(SamplesRunner.java:173)
	at org.gradle.exemplar.test.runner.SamplesRunner.runChild(SamplesRunner.java:50)
SamplesTest > use-with-test-fixtures_build.sample (:testSamples in Build Plugin / gradle-build)
java.lang.AssertionError: Expected sample invocation to succeed but it failed.
Command was: '/home/runner/work/java-module-testing/java-module-testing/./gradlew test build --warning-mode=all -PpluginLocation=/home/runner/work/java-module-testing/java-module-testing/.'
Working directory: '/tmp/junit7019197867928954311/use-with-test-fixtures_build.sample'
[BEGIN OUTPUT]
> Task :build-logic:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :build-logic:extractPrecompiledScriptPluginPlugins
> Task :java-module-testing:compileJava UP-TO-DATE
> Task :java-module-testing:pluginDescriptors UP-TO-DATE
> Task :java-module-testing:processResources UP-TO-DATE
> Task :java-module-testing:classes UP-TO-DATE
> Task :build-logic:generateScriptPluginAdapters

> Task :java-module-testing:jar UP-TO-DATE
Caught exception: Already watching path: /home/runner/work/java-module-testing/java-module-testing

> Task :build-logic:pluginDescriptors
> Task :build-logic:generateExternalPluginSpecBuilders
> Task :build-logic:processResources
> Task :build-logic:compilePluginsBlocks
> Task :build-logic:generatePrecompiledScriptPluginAccessors
> Task :build-logic:compileKotlin
> Task :build-logic:compileJava NO-SOURCE
> Task :build-logic:classes
> Task :build-logic:jar
gradle/actions: Writing build results to /home/runner/work/_temp/.gradle-actions/build-results/__run-1780284749387.json

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':lib:test'.
> Could not resolve all dependencies for configuration ':lib:testRuntimeClasspath'.
   > Could not find com.fasterxml.jackson.core:jackson-core:2.22.0.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.22.0/jackson-core-2.22.0.pom
     Required by:
         project ':lib' > com.fasterxml.jackson:jackson-bom:2.22.0
         project ':lib' > com.fasterxml.jackson.core:jackson-databind:2.22.0

* Try:
> If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights from a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.

BUILD FAILED in 6s
13 actionable tasks: 9 executed, 4 up-to-date

[END OUTPUT]

	at org.gradle.exemplar.test.runner.SamplesRunner.runChild(SamplesRunner.java:173)
	at org.gradle.exemplar.test.runner.SamplesRunner.runChild(SamplesRunner.java:50)

Muted Tests

Select tests to mute in this pull request:

  • SamplesTest > use-all-java-module-plugins_build.sample
  • SamplesTest > use-only-java-module-testing-plugin_build.sample
  • SamplesTest > use-with-test-fixtures_build.sample

Reuse successful test results:

  • ♻️ Only rerun the tests that failed or were muted before

Click the checkbox to trigger a rerun:

  • Rerun jobs

Learn more about TestLens at testlens.app.

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.

0 participants