Skip to content

chore(deps): update all dependencies

cernst72 requested to merge renovate_all into master

This MR contains the following updates:

Package Type Update Change
eclipse-temurin stage patch 21.0.4_7-jdk-jammy -> 21.0.5_11-jdk-jammy
org.wiremock:wiremock-standalone (source) test patch 3.9.1 -> 3.9.2
org.apache.maven.plugins:maven-surefire-plugin build patch 3.5.0 -> 3.5.1
org.apache.maven.plugins:maven-failsafe-plugin build patch 3.5.0 -> 3.5.1
com.github.spotbugs:spotbugs-maven-plugin (source) build patch 4.8.6.4 -> 4.8.6.5
io.quarkus:quarkus-maven-plugin build minor 3.15.1 -> 3.16.0
io.quarkus:quarkus-bom import minor 3.15.1 -> 3.16.0
org.apache.maven.plugins:maven-site-plugin build minor 3.20.0 -> 3.21.0
org.apache.maven.plugins:maven-checkstyle-plugin build minor 3.5.0 -> 3.6.0
com.google.errorprone:error_prone_core (source) minor 2.32.0 -> 2.35.1
com.google.errorprone:error_prone_core (source) compile minor 2.32.0 -> 2.35.1
io.cucumber:cucumber-bom (source) import minor 7.19.0 -> 7.20.1
com.puppycrawl.tools:checkstyle (source) build minor 10.18.2 -> 10.19.0

Release Notes

wiremock/wiremock (org.wiremock:wiremock-standalone)

v3.9.2

Compare Source

🐞 Bug Fixes

📦 Dependency updates

25 changes

Other Updates

  • Add support for reversing order of offsetting and truncating expected date/time values (#​2788) @​papiomytoglou
  • support multipart/related Requests (#​2830) @​mufasa1976
  • Update the now deprecated upload-artifact action (#​2844) @​leeturner
  • chore: remove node vulnerabilities 2 (#​2834) @​Mahoney
  • chore: remove node vulnerabilities (#​2833) @​Mahoney
quarkusio/quarkus (io.quarkus:quarkus-maven-plugin)

v3.16.0

Compare Source

google/error-prone (com.google.errorprone:error_prone_core)

v2.35.1: Error Prone 2.35.1

Compare Source

Error Prone's dependency on protobuf has been downgraded to 3.25.5 for this release.

Version 3.25.5 of protobuf still fixes CVE-2024-7254. This release is provided for users who aren't ready to update to 4.x, see also #​4584 and #​4634. Future versions of Error Prone will upgrade back to protobuf 4.x.

Full changelog: https://github.com/google/error-prone/compare/v2.35.0...v2.35.1

v2.35.0: Error Prone 2.35.0

Compare Source

Changes:

  • Fix handling of \s before the trailing delimiter in MisleadingEscapedSpace
  • TimeUnitMismatch improvements: handle binary trees, consider trees like fooSeconds * 1000 to have units of millis

New checks:

Full changelog: https://github.com/google/error-prone/compare/v2.34.0...v2.35.0

v2.34.0: Error Prone 2.34.0

Compare Source

Changes:

  • Passing the javac flag --should-stop=ifError=FLOW is now required when running Error Prone (#​4595)
  • The MemberName check was renamed to IdentifierName

New checks:

Closed issues: #​4595, #​4598, #​4620

Full changelog: https://github.com/google/error-prone/compare/v2.33.0...v2.34.0

v2.33.0: Error Prone 2.33.0

Compare Source

Similar to release 2.32.0, the minimum supported JDK version to run Error Prone is JDK 17 (#​3803). Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will require using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.

Changes:

  • Update protobuf version for CVE-2024-7254

New checks:

Full changelog: https://github.com/google/error-prone/compare/v2.32.0...v2.33.0

cucumber/cucumber-jvm (io.cucumber:cucumber-bom)

v7.20.1

Compare Source

Fixed
  • [Core] Lazily start IncrementingUuidGenerator sessions(#​2931 M.P. Korstanje)

v7.20.0

Compare Source

Added
  • [JUnit Platform Engine] Enable use of custom UUID generators (#​2926 M.P. Korstanje)
  • [JUnit] Enable use of custom UUID generators (#​2926 M.P. Korstanje)
  • [TestNG] Enable use of custom UUID generators (#​2926 M.P. Korstanje)
Changed
  • [JUnit Platform Engine] Use JUnit Platform 1.11.2 (JUnit Jupiter 5.11.2)
Fixed
  • [Core] Use custom UUID generators for hooks (#​2926 M.P. Korstanje)

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

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


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

This MR has been generated by Renovate Bot.

Edited by cernst72

Merge request reports

Loading