Skip to content

Update dependency com.fasterxml.jackson:jackson-bom to v2.22.1#193

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

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

Conversation

@renovate

@renovate renovate Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.fasterxml.jackson:jackson-bom 2.22.02.22.1 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

testlens-app Bot commented Jul 7, 2026

Copy link
Copy Markdown

🚨 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

Build Plugin / gradle-build > :testSamples

Test Runs Flakiness
SamplesTest > use-all-java-module-plugins_build.sample 0% 🟢
SamplesTest > use-only-java-module-testing-plugin_build.sample 0% 🟢
SamplesTest > use-with-test-fixtures_build.sample 0% 🟢

🏷️ Commit: d930b2c
▶️ Tests: 3 executed
⚪️ Checks: 1/1 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/junit2451163345763287755/use-all-java-module-plugins_build.sample'
[BEGIN OUTPUT]
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
Using a Project object as a dependency notation has been deprecated. This will fail with an error in Gradle 10. Please use the project(String) method on DependencyHandler or the createProjectDependency(String) method on DependencyFactory instead. Consult the upgrading guide for further information: https://docs.gradle.org/9.6.1/userguide/upgrading_version_9.html#dependency_project_notation
> Task :build-logic:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :java-module-testing:compileJava UP-TO-DATE
> Task :java-module-testing:pluginDescriptors UP-TO-DATE
> Task :build-logic:extractPrecompiledScriptPluginPlugins
> Task :java-module-testing:processResources UP-TO-DATE
> 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/junit2451163345763287755/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-1783460280655.json

[Incubating] Problems report is available at: file:///tmp/junit2451163345763287755/use-all-java-module-plugins_build.sample/build/reports/problems/problems-report.html

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-databind:2.22.1.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.22.1/jackson-databind-2.22.1.pom
     Required by:
         project ':app' > project ':lib'
   > Could not find com.fasterxml.jackson.core:jackson-databind:2.22.1.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.22.1/jackson-databind-2.22.1.pom
     Required by:
         project ':app' > project ':platform' > com.fasterxml.jackson:jackson-bom:2.22.1

* 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/junit2451163345763287755/use-only-java-module-testing-plugin_build.sample'
[BEGIN OUTPUT]
Using a Project object as a dependency notation has been deprecated. This will fail with an error in Gradle 10. Please use the project(String) method on DependencyHandler or the createProjectDependency(String) method on DependencyFactory instead. Consult the upgrading guide for further information: https://docs.gradle.org/9.6.1/userguide/upgrading_version_9.html#dependency_project_notation
> Task :build-logic:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :build-logic:extractPrecompiledScriptPluginPlugins
> Task :java-module-testing:compileJava UP-TO-DATE
> Task :build-logic:generateScriptPluginAdapters
> 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 :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:pluginDescriptors
> Task :build-logic:processResources
> Task :build-logic:compilePluginsBlocks
> Task :build-logic:generatePrecompiledScriptPluginAccessors

> Task :build-logic:compileKotlin
w: file:///tmp/junit2451163345763287755/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-1783460310176.json

[Incubating] Problems report is available at: file:///tmp/junit2451163345763287755/use-only-java-module-testing-plugin_build.sample/build/reports/problems/problems-report.html

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-databind:2.22.1.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.22.1/jackson-databind-2.22.1.pom
     Required by:
         project ':app' > project ':lib'
   > Could not find com.fasterxml.jackson.core:jackson-databind:2.22.1.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.22.1/jackson-databind-2.22.1.pom
     Required by:
         project ':app' > project ':platform' > com.fasterxml.jackson:jackson-bom:2.22.1

* 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/junit2451163345763287755/use-with-test-fixtures_build.sample'
[BEGIN OUTPUT]
Using a Project object as a dependency notation has been deprecated. This will fail with an error in Gradle 10. Please use the project(String) method on DependencyHandler or the createProjectDependency(String) method on DependencyFactory instead. Consult the upgrading guide for further information: https://docs.gradle.org/9.6.1/userguide/upgrading_version_9.html#dependency_project_notation
> Task :build-logic:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :java-module-testing:compileJava UP-TO-DATE
> Task :java-module-testing:pluginDescriptors UP-TO-DATE
> Task :build-logic:extractPrecompiledScriptPluginPlugins
> 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-1783460318106.json

[Incubating] Problems report is available at: file:///tmp/junit2451163345763287755/use-with-test-fixtures_build.sample/build/reports/problems/problems-report.html

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-databind:2.22.1.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.22.1/jackson-databind-2.22.1.pom
     Required by:
         project ':lib'
   > Could not find com.fasterxml.jackson.core:jackson-databind:2.22.1.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.22.1/jackson-databind-2.22.1.pom
     Required by:
         project ':lib' > com.fasterxml.jackson:jackson-bom:2.22.1

* 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