Skip to content

Conversation

collibra-renovatebot
Copy link

@collibra-renovatebot collibra-renovatebot commented Jul 5, 2025

This PR contains the following updates:

Package Change Age Confidence
org.openapitools:jackson-databind-nullable 0.2.6 -> 0.2.7 age confidence
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.19.1 -> 2.20.0 age confidence
com.fasterxml.jackson.core:jackson-databind (source) 2.19.1 -> 2.20.0 age confidence
com.fasterxml.jackson.core:jackson-core 2.19.1 -> 2.20.0 age confidence
com.fasterxml.jackson.core:jackson-annotations (source) 2.19.1 -> 2.20 age confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.13.2 -> 5.14.0 age confidence
org.openapi.generator 7.14.0 -> 7.16.0 age confidence
org.junit.jupiter:junit-jupiter-api (source) 5.13.2 -> 5.14.0 age confidence
com.opencsv:opencsv (source) 5.11.2 -> 5.12.0 age confidence
org.projectlombok:lombok (source) 1.18.38 -> 1.18.42 age confidence
org.assertj:assertj-core (source) 3.27.3 -> 3.27.6 age confidence
org.mockito:mockito-junit-jupiter 5.18.0 -> 5.20.0 age confidence
org.junit.jupiter:junit-jupiter-params (source) 5.13.2 -> 5.14.0 age confidence

Release Notes

OpenAPITools/jackson-databind-nullable (org.openapitools:jackson-databind-nullable)

v0.2.7: released

What's Changed

New Contributors

Full Changelog: OpenAPITools/jackson-databind-nullable@v0.2.6...v0.2.7

mockito/mockito (org.mockito:mockito-junit-jupiter)

v5.20.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.20.0
  • 2025-09-20 - 11 commit(s) by Adrian-Kim, Giulio Longfils, Rafael Winterhalter, dependabot[bot]
  • Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 (#​3730)
  • Introducing the Ability to Mock Construction of Generic Types (#​2401) (#​3729)
  • Bump com.gradle.develocity from 4.1.1 to 4.2 (#​3726)
  • Bump graalvm/setup-graalvm from 1.3.6 to 1.3.7 (#​3725)
  • Bump org.eclipse.platform:org.eclipse.osgi from 3.23.100 to 3.23.200 (#​3720)
  • Bump graalvm/setup-graalvm from 1.3.5 to 1.3.6 (#​3719)
  • Bump actions/setup-java from 4 to 5 (#​3715)
  • Bump com.gradle.develocity from 4.1 to 4.1.1 (#​3713)
  • Bump bytebuddy from 1.17.6 to 1.17.7 (#​3712)
  • test: Use Assume.assumeThat for SequencedCollection tests (#​3711)
  • Fix #​3709 (#​3710)
  • feat: Add support for JDK21 Sequenced Collections. (#​3708)
  • Introducing the Ability to Mock Construction of Generic Types (#​2401)

v5.19.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.19.0
  • 2025-08-15 - 37 commit(s) by Adrian-Kim, Tim van der Lippe, Tran Ngoc Nhan, dependabot[bot], juyeop
  • feat: Add support for JDK21 Sequenced Collections. (#​3708)
  • Bump actions/checkout from 4 to 5 (#​3707)
  • build: Allow overriding 'Created-By' for reproducible builds (#​3704)
  • Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#​3703)
  • Bump androidx.test:runner from 1.6.2 to 1.7.0 (#​3697)
  • Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 (#​3694)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.1 (#​3693)
  • Bump junit-jupiter from 5.13.3 to 5.13.4 (#​3691)
  • Bump com.gradle.develocity from 4.0.2 to 4.1 (#​3689)
  • Bump com.google.googlejavaformat:google-java-format from 1.27.0 to 1.28.0 (#​3688)
  • Bump com.google.googlejavaformat:google-java-format from 1.25.2 to 1.27.0 (#​3686)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.4 to 7.1.0 (#​3685)
  • Bump junit-jupiter from 5.13.2 to 5.13.3 (#​3684)
  • Bump org.shipkit:shipkit-auto-version from 2.1.0 to 2.1.2 (#​3683)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.2 to 7.0.4 (#​3682)
  • Only run release after both Java and Android tests have finished
    (#​3681)
  • Bump org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.3 (#​3680)
  • Bump org.codehaus.groovy:groovy from 3.0.24 to 3.0.25 (#​3679)
  • Bump org.eclipse.platform:org.eclipse.osgi from 3.23.0 to 3.23.100 (#​3678)
  • Can no longer publish snapshot releases (#​3677)
  • Update Gradle to 8.14.2 (#​3676)
  • Bump errorprone from 2.23.0 to 2.39.0 (#​3674)
  • Correct Junit docs link (#​3672)
  • Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.1.0 to 4.3.0 (#​3670)
  • Bump junit-jupiter from 5.13.1 to 5.13.2 (#​3669)
  • Bump bytebuddy from 1.17.5 to 1.17.6 (#​3668)
  • Bump junit-jupiter from 5.12.2 to 5.13.1 (#​3666)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.21 to 2.2.0 (#​3665)
  • Bump org.gradle.toolchains.foojay-resolver-convention from 0.9.0 to 1.0.0 (#​3661)
  • Bump org.junit.platform:junit-platform-launcher from 1.11.4 to 1.12.2 (#​3660)
  • Add JDK21 sequenced collections for ReturnsEmptyValues (#​3659)
  • Bump com.gradle.develocity from 3.19.1 to 4.0.2 (#​3658)
  • Bump ru.vyarus:gradle-animalsniffer-plugin from 1.7.2 to 2.0.1 (#​3657)
  • Bump org.eclipse.platform:org.eclipse.osgi from 3.22.0 to 3.23.0 (#​3656)
  • Bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.24 (#​3655)
  • Bump junit-jupiter from 5.11.4 to 5.12.2 (#​3653)
  • Reproducible Build: need to inject JDK distribution details to rebuild (#​3563)

Configuration

📅 Schedule: 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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@collibra-renovatebot collibra-renovatebot changed the title Update all non-major dependencies to v5.13.3 Update all non-major dependencies Jul 19, 2025
@collibra-renovatebot collibra-renovatebot force-pushed the renovate-c6b2bcee3bcad68 branch 2 times, most recently from 040ef4e to 1ef48d1 Compare July 27, 2025 23:01
@collibra-renovatebot collibra-renovatebot force-pushed the renovate-c6b2bcee3bcad68 branch 2 times, most recently from 4658b37 to 0a27947 Compare August 21, 2025 23:01
@collibra-renovatebot collibra-renovatebot force-pushed the renovate-c6b2bcee3bcad68 branch 2 times, most recently from dd1808e to cbb94db Compare September 2, 2025 23:02
@collibra-renovatebot collibra-renovatebot force-pushed the renovate-c6b2bcee3bcad68 branch 4 times, most recently from c76d28f to 59888e4 Compare September 23, 2025 23:01
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