Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2025

This PR contains the following updates:

Package Change Age Confidence
com.github.spotbugs 6.3.0 -> 6.4.0 age confidence
org.openapi.generator 7.13.0 -> 7.15.0 age confidence
net.ltgt.errorprone 4.2.0 -> 4.3.0 age confidence
com.microsoft.sqlserver:mssql-jdbc 12.8.1.jre11 -> 12.10.1.jre11 age confidence
org.mockito:mockito-junit-jupiter 5.17.0 -> 5.19.0 age confidence
com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider 2.19.1 -> 2.20.0 age confidence
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.19.1 -> 2.20.0 age confidence
com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.19.1 -> 2.20.0 age confidence
com.fasterxml.jackson.core:jackson-databind (source) 2.19.1 -> 2.20.0 age confidence
com.zaxxer:HikariCP 6.2.1 -> 6.3.3 age confidence
com.google.errorprone:error_prone_core (source) 2.38.0 -> 2.41.0 age confidence
nl.jqno.equalsverifier:equalsverifier (source) 3.17.5 -> 3.19.4 age confidence
com.google.dagger:dagger-compiler 2.56.2 -> 2.57.1 age confidence
com.google.dagger:dagger 2.56.2 -> 2.57.1 age confidence
org.bouncycastle:bcprov-jdk18on (source) 1.80 -> 1.81 age confidence
org.bouncycastle:bcpkix-jdk18on (source) 1.80 -> 1.81 age confidence
org.apache.commons:commons-lang3 (source) 3.17.0 -> 3.18.0 age confidence
org.apache.commons:commons-compress (source) 1.27.1 -> 1.28.0 age confidence
commons-io:commons-io (source) 2.19.0 -> 2.20.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v5.19.0

Compare Source

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)

v5.18.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.18.0
  • 2025-05-20 - 5 commit(s) by Eugene Platonov, Patrick Doyle, Tim van der Lippe, dependabot[bot]
  • Make vararg checks Scala friendly (for mockito-scala) (#​3651)
  • For UnfinishedStubbingException, suggest the possibility of another thread (#​3636)
  • UnfinishedStubbingException ought to suggest the possibility of another thread (#​3635)
google/error-prone (com.google.errorprone:error_prone_core)

v2.41.0: Error Prone 2.41.0

New checks:

  • EffectivelyPrivate: Detect declarations that have public or protected modifiers, but are effectively private

Changes:

  • Skip BooleanLiteral findings if the target type is boxed (#​5134)

Full changelog: google/error-prone@v2.40.0...v2.41.0

v2.40.0: Error Prone 2.40.0

Changes:

Full changelog: google/error-prone@v2.39.0...v2.40.0

v2.39.0: Error Prone 2.39.0

Changes:

  • Temporarily downgrade to Guava 33.4.0 (#​5108)

Checks:

  • BooleanLiteral: Prefer true to Boolean.TRUE
  • ExpensiveLenientFormatString: Renamed from PreconditionsExpensiveString, detects unnecessary calls to String.format in the arguments of lenient formatting methods.
  • UnnecessaryQualifier: Detects @Qualifier or @BindingAnnotation annotations that have no effect, and can be removed

Issues: #​4996, #​5045

Full changelog: google/error-prone@v2.38.0...v2.39.0

jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)

v3.19.4

Fixed
  • Suppressing Warning.IDENTICAL_COPY_FOR_VERSIONED_ENTITY doesn't work for a versioned entity class when equals is defined in an entity parent class.

v3.19.3

Fixed
  • StackOverflowError when a field has type with a generic type bound that recurses into itself with a wildcard: interface X<T extends X<?>>. (Issue 1062)

v3.19.2

Fixed
  • Exception when superclass of class under test has field with the same name but different type. (Issue 1056)
  • Bug in withPrefabValueForField where fields in the superclass of the class under test is ignored.

v3.19.1

Added
  • Prefab value for java.util.concurrent.locks.ReentrantLock. (Issue 981)
Fixed
  • Bug in withPrefabValueForField where in some cases the prefab value is not used.

v3.19

Fixed
  • Suppressing Warning.IDENTICAL_COPY_FOR_VERSIONED_ENTITY doesn't work for a versioned entity class when equals is defined in an entity parent class.

v3.18.2

Fixed
  • Gives readable error message when trying to use forPackage() on third-party dependency package, instead of a NullPointerException. (Issue 1040)

v3.18.1

Added

v3.18

Fixed
  • Gives readable error message when trying to use forPackage() on third-party dependency package, instead of a NullPointerException. (Issue 1040)

Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (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.

👻 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 was generated by Mend Renovate. View the repository job log.

@cla-bot cla-bot bot added the cla-signed label Jun 14, 2025
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-minor branch 2 times, most recently from 57a7922 to 9cd9f28 Compare June 28, 2025 01:24
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-minor branch from 9cd9f28 to 133e4c9 Compare July 5, 2025 02:05
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-minor branch from 133e4c9 to 5728ba7 Compare July 12, 2025 02:25
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-minor branch 3 times, most recently from 72ec1a0 to a8ec468 Compare July 26, 2025 02:43
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-minor branch from a8ec468 to 32830a1 Compare August 2, 2025 01:07
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-minor branch 2 times, most recently from dff21e1 to 5deba53 Compare August 16, 2025 00:36
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-minor branch from 5deba53 to a621600 Compare August 23, 2025 00:54
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-minor branch 2 times, most recently from a840ee3 to 3de21bd Compare September 6, 2025 02:17
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-minor branch 2 times, most recently from 38eb0a5 to b4f91a7 Compare September 13, 2025 10:35
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-minor branch from b4f91a7 to d5e94e7 Compare September 14, 2025 20:51
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.

0 participants