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

chore(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.2.0 #296

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 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.0 age adoption passing confidence

Release Notes

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

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies label Nov 7, 2023
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #296 (8b30cb9) into main (6829216) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #296   +/-   ##
=========================================
  Coverage     32.17%   32.17%           
  Complexity        8        8           
=========================================
  Files            11       11           
  Lines           115      115           
  Branches          7        7           
=========================================
  Hits             37       37           
  Misses           78       78           

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@renovate renovate bot force-pushed the renovate/com.tngtech.archunit-archunit-junit5-1.x branch from 1ff2929 to d22fd81 Compare November 7, 2023 01:24
@renovate renovate bot force-pushed the renovate/com.tngtech.archunit-archunit-junit5-1.x branch from d22fd81 to 8b30cb9 Compare November 7, 2023 01:55
Copy link

sonarqubecloud bot commented Nov 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@mergify mergify bot merged commit 6aa8dc8 into main Nov 7, 2023
23 checks passed
@renovate renovate bot deleted the renovate/com.tngtech.archunit-archunit-junit5-1.x branch November 7, 2023 02:47
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