Skip to content

Update jackson monorepo to v3.1.4 (main)#5713

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/main-jackson-monorepo
Jun 3, 2026
Merged

Update jackson monorepo to v3.1.4 (main)#5713
renovate[bot] merged 1 commit into
mainfrom
renovate/main-jackson-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 30, 2026

This PR contains the following updates:

Package Change Age Confidence
tools.jackson.module:jackson-module-kotlin 3.1.33.1.4 age confidence
tools.jackson.dataformat:jackson-dataformat-yaml 3.1.33.1.4 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge May 30, 2026 20:01
@testlens-app
Copy link
Copy Markdown

testlens-app Bot commented May 30, 2026

✅ All tests passed ✅

🏷️ Commit: 6d0adf1
▶️ Tests: 36454 executed
⚪️ Checks: 17/17 completed


Learn more about TestLens at testlens.app.

@renovate renovate Bot added this pull request to the merge queue Jun 3, 2026
Merged via the queue into main with commit 21aa54b Jun 3, 2026
21 checks passed
@renovate renovate Bot deleted the renovate/main-jackson-monorepo branch June 3, 2026 11:44
skonda33 pushed a commit to skonda33/junit-framework that referenced this pull request Jun 3, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: siva kumar konda <skonda3@gmail.com>
scordio pushed a commit to scordio/junit-framework that referenced this pull request Jun 7, 2026
* Prefer @nullable to Optional for InterceptingExecutableInvoker (junit-team#5701)

Same as b5f1766, but for the
`InterceptingExecutableInvoker` specifically.

An interesting aspect of this API was that we open taken in nullable
values, wrap them in an `Optional`, pass them down the call chain and
then unwrap them later on. With JSpecify available this isn't necessary
at all and we can also remove this behavior.

Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.6 (junit-team#5704)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.6 (junit-team#5705)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Add test case for nullSafeToString with Double array

Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Revert "Add test case for nullSafeToString with Double array"

This reverts commit 3500c83.

Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Add defaultToString test and VSCode configuration files

Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Add test case for nullSafeToString with Double array

Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Revert "Add test case for nullSafeToString with Double array"

This reverts commit 3500c83.

Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Update plugin spotless to v8.6.0 (junit-team#5703)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Update dependency org.glassfish.jaxb:jaxb-runtime to v4.0.9 (junit-team#5707)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Update jackson monorepo to v3.1.4 (junit-team#5713)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Update dependency @springio/antora-extensions to v1.14.12 (junit-team#5712)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Update dependency com.puppycrawl.tools:checkstyle to v13.5.0 (junit-team#5715)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Update sbt/setup-sbt action to v1.2.1 (junit-team#5714)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Update actions/checkout action to v6.0.3 (junit-team#5726)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Update dependency net.bytebuddy:byte-buddy to v1.18.9 (junit-team#5727)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Update plugin shadow to v9.4.2 (junit-team#5706)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Refactor StringUtilsTests: Rename test method for clarity and adjust import statement

Signed-off-by: siva kumar konda <skonda3@gmail.com>

* Remove blank line

---------

Signed-off-by: siva kumar konda <skonda3@gmail.com>
Co-authored-by: M.P. Korstanje <mpkorstanje@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marc Philipp <mail@marcphilipp.de>
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