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 dependency com.tngtech.archunit:archunit-junit5 to v1.2.1 - autoclosed #539

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.tngtech.archunit:archunit-junit5 1.1.0 -> 1.2.1 age adoption passing confidence

Release Notes

TNG/ArchUnit (com.tngtech.archunit:archunit-junit5)

v1.2.1: ArchUnit 1.2.1

Compare Source

Bug Fixes
  • Fix crash on importing inner classes that use += string concatenation on outer class private field (see #​1146, #​1194)

v1.2.0: ArchUnit 1.2.0

Enhancements

Core

  • Add support for Java 22 (see #​1172; thanks a lot to @​hankem)
  • New methods {JavaType/JavaMember}.getAllInvolvedRawTypes() to quickly detect all raw types contributing to a type (e.g. List<? extends Serializable>) or member (e.g. List<? extends Serializable> method(Set<String> args) {..}) (see #​723; thanks a lot to @​leonardhusmann)

Lang

  • New rules API FieldsShould.{be/notBe}AccessedByMethodsThat(predicate) to prevent fields from being accessed by certain methods (see #​857; thanks a lot to @​leonardhusmann)

Library

  • New extensive modules rule syntax to support easier checks for modularization (dependency direction, API surface, ...) (compare the user guide; see #​1078)

JUnit

Further Acknowledgement


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot changed the title Update dependency com.tngtech.archunit:archunit-junit5 to v1.2.0 Update dependency com.tngtech.archunit:archunit-junit5 to v1.2.1 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/archunit-junit5.version branch from b84eb8d to cfa270f Compare December 5, 2023 05:15
@renovate renovate bot changed the title Update dependency com.tngtech.archunit:archunit-junit5 to v1.2.1 Update dependency com.tngtech.archunit:archunit-junit5 to v1.2.1 - autoclosed Dec 9, 2023
@renovate renovate bot closed this Dec 9, 2023
@renovate renovate bot deleted the renovate/archunit-junit5.version branch December 9, 2023 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants