Skip to content

Update all non-major dependencies

Renovate Bot requested to merge renovate/all-minor-patch into master

This MR contains the following updates:

Package Type Update Change
org.tukaani:xz (source) compile minor 1.9 -> 1.10
org.eclipse:yasson (source) compile patch 3.0.3 -> 3.0.4
org.eclipse.parsson:parsson compile patch 1.1.6 -> 1.1.7
com.uber.nullaway:nullaway patch 0.11.0 -> 0.11.1
io.hosuaby:inject-resources-junit-jupiter test patch 0.3.3 -> 0.3.5
org.codehaus.mojo:exec-maven-plugin (source) build minor 3.3.0 -> 3.4.0

Release Notes

tukaani-project/xz-java

v1.10: XZ for Java 1.10

Compare Source

eclipse-ee4j/yasson

v3.0.4

Compare Source

eclipse-ee4j/parsson

v1.1.7

Compare Source

uber/NullAway

v0.11.1

Compare Source

  • Fix issue 1008 (#​1009)
  • JSpecify: read upper bound annotations from bytecode and add tests (#​1004)
  • Fix crash with suggested suppressions in JSpecify mode (#​1001)
  • Update to JSpecify 1.0 and use JSpecify annotations in NullAway code (#​1000)
  • Expose @​EnsuresNonNull and @​RequiresNonNull in annotations package (#​999)
  • Don't report initializer warnings on @​NullUnmarked constructors / methods (#​997)
  • Strip annotations from MethodSymbol strings (#​993)
  • JSpecify: fix crashes where declared parameter / return types were raw (#​989)
  • JSpecify: Handle @​nullable elements for enhanced-for-loops on arrays (#​986)
  • Features/944 tidy stream nullability propagator (#​985)
  • Tests for loops over arrays (#​982)
  • Bug fixes for array subtyping at returns / parameter passing (#​980)
  • JSpecify: Handle @​nonnull elements in @​nullable content arrays (#​963)
  • Don't report @​nullable type argument errors for unmarked classes (#​958)
  • External Library Models: Adding support for Nullable upper bounds of Generic Type parameters (#​949)
  • Refactoring / code cleanups:
    • Test on JDK 22 (#​992)
    • Add test case for @​nullable Void with override in JSpecify mode (#​990)
    • Enable UnnecessaryFinal and PreferredInterfaceType EP checks (#​991)
    • Add missing @​test annotation (#​988)
    • Fix typo in variable name (#​987)
    • Remove AbstractConfig class (#​974)
    • Fix Javadoc for MethodRef (#​973)
    • Refactored data clumps with the help of LLMs (research project) (#​960)
  • Build / CI tooling maintenance:
    • Various cleanups enabled by bumping minimum Java and Error Prone versions (#​962)
    • Disable publishing of snapshot builds from CI (#​967)
    • Update Gradle action usage in CI workflow (#​969)
    • Update Gradle config to always compile Java code using JDK 17 (#​971)
    • Update JavaParser to 3.26.0 (#​970)
    • Reenable JMH benchmarking in a safer manner (#​975)
    • Updated JMH Benchmark Comment Action (#​976)
    • Update to Gradle 8.8 (#​981)
    • Update to Error Prone 2.28.0 (#​984)
    • Update to Gradle 8.9 (#​998)
    • Update to WALA 1.6.6 (#​1003)
hosuaby/inject-resources

v0.3.5

Compare Source

v0.3.4

Compare Source

mojohaus/exec-maven-plugin

v3.4.0

Compare Source

🚀 New features and improvements

  • Allow <includePluginDependencies> to be specified for the exec:exec goal (#​432) @​sebthom

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

🔧 Build


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Renovate Bot

Merge request reports