Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major library dependencies #2860

Merged
merged 1 commit into from
Dec 17, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.bytebuddy:byte-buddy 1.11.19 -> 1.12.5 age adoption passing confidence
net.bytebuddy:byte-buddy-agent 1.11.19 -> 1.12.5 age adoption passing confidence
com.tngtech.archunit:archunit 0.21.0 -> 0.22.0 age adoption passing confidence
org.awaitility:awaitility (source) 4.1.0 -> 4.1.1 age adoption passing confidence
org.junit:junit-bom (source) 5.8.0 -> 5.8.2 age adoption passing confidence
ch.qos.logback:logback-classic (source) 1.2.5 -> 1.2.9 age adoption passing confidence
org.assertj:assertj-core (source) 3.20.2 -> 3.21.0 age adoption passing confidence
io.projectreactor.addons:reactor-extra 3.3.3.RELEASE -> 3.4.6 age adoption passing confidence

Renovate has been configured to skip the CLA:

@pivotal-cla This is an Obvious Fix


Release Notes

TNG/ArchUnit

v0.22.0

Bug Fixes

  • Java class file URLs with spaces are now correctly handled when resolving transitive dependencies (see #​683)
  • fixed memory leak in ArchUnit JUnit 5 support (see #​695)
  • three bug fixes regarding generics import (see #​700)
    • toplevel generic array types (e.g. T[]) were not detected correctly as method parameters
    • primitive types were missing from the generic JavaCodeUnit.getParameterTypes()
    • inner classes were not detected correctly as upper bounds of type parameters

Enhancements

Core

  • support for method and constructor parameter annotations (see #​701; thanks a lot to @​hankem for extensive reviews)
    • new method JavaCodeUnit.getParameters() that will return parameters in a structured form offering raw type, generic type and annotations
    • new method JavaCodeUnit.getParameterAnnotations() that offers just parameter annotations by index
    • parameter annotations are now part of JavaClass.directDependencies{from/to}Self
  • SourceCodeLocation now offers structured access to source file and source class (see #​673; thanks a lot to @​thmuch)

JUnit

  • new option to replace underscores in rule field/method names by spaces in the test description to improve readability (see #​626; thanks a lot to @​thmuch)
reactor/reactor-addons

v3.4.6

What's Changed

New Contributors

Full Changelog: reactor/reactor-addons@v3.4.5...v3.4.6

v3.4.5

Reactor-Addons 3.4.5 is part of 2020.0.11 Release Train (Europium SR11).

This service release contains a bugfix.

🪲 Bug fixes
  • MathFlux sum/average retains BigDecimal scale (#​261)
👍 Thanks to the following contributors that also participated to this release

@​kiwisincebirth

v3.4.4

v3.4.3

v3.4.2

v3.4.1

Reactor-Addons 3.4.1 is part of the 2020.0.2 Release Train (Europium SR2).

This is a minor release for OSGI support and some additional build changes.

It fixes the OSGI metadata to adapt to the new versioning scheme introduced in 3.4.0 (#​239, #​240):

  • it goes back to a Bundle-Version similar to what we had in Dysprosium for releases (adding a .RELEASE to the OSGI version)
  • it uses a .BUILD-{timestamp} suffix for snapshots, differentiating snapshots by their build timestamp
  • it includes the full bundle version in the Export-Package clause

v3.4.0

Reactor-Addons 3.4.0 is part of the brand new 2020.0.0 Release Train (codename Europium).

⚠️ Update considerations and deprecations

  • FluxProcessor and child are now deprecated, to be removed in 3.5 (#​238)

🐞 Bug fixes

  • (from v3.3.4.RELEASE) Remove eager "cache miss" invocation from CacheMono.lookup (#​227)

v3.3.8.RELEASE

This release is only comprising of a bump to reactor-core 3.3.22.RELEASE, as the End of Life release in this line.

v3.3.7.RELEASE

v3.3.6.RELEASE

v3.3.5.RELEASE

Reactor Addons 3.3.5.RELEASE is part of the Dysprosium-SR16 release train.

TODO: Full release notes to be published later

v3.3.4.RELEASE

This release only contains one 🐞 bug fix:

  • Remove eager "cache miss" invocation from Mono.lookup (#​227)

Configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Paris.

🚦 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner December 17, 2021 22:25
@renovate renovate bot added the type/dependency-upgrade A dependency upgrade (possibly via bot) label Dec 17, 2021
@simonbasle simonbasle merged commit eadb550 into main Dec 17, 2021
@simonbasle simonbasle deleted the renovate/libs-minor-patch branch December 17, 2021 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/dependency-upgrade A dependency upgrade (possibly via bot)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants