Skip to content

Commit a88ac94

Browse files
build(deps): bump com.tngtech.archunit:archunit-junit5 from 1.1.0 to 1.2.0 (#993)
Bumps [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) from 1.1.0 to 1.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TNG/ArchUnit/releases">com.tngtech.archunit:archunit-junit5's releases</a>.</em></p> <blockquote> <h2>ArchUnit 1.2.0</h2> <h1>Enhancements</h1> <h2>Core</h2> <ul> <li>Add support for Java 22 (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1172">#1172</a>; thanks a lot to <a href="https://github.com/hankem"><code>@​hankem</code></a>)</li> <li>New methods <code>{JavaType/JavaMember}.getAllInvolvedRawTypes()</code> to quickly detect all raw types contributing to a type (e.g. <code>List&lt;? extends Serializable&gt;</code>) or member (e.g. <code>List&lt;? extends Serializable&gt; method(Set&lt;String&gt; args) {..}</code>) (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/723">#723</a>; thanks a lot to <a href="https://github.com/leonardhusmann"><code>@​leonardhusmann</code></a>)</li> </ul> <h2>Lang</h2> <ul> <li>New rules API <code>FieldsShould.{be/notBe}AccessedByMethodsThat(predicate)</code> to prevent fields from being accessed by certain methods (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/857">#857</a>; thanks a lot to <a href="https://github.com/leonardhusmann"><code>@​leonardhusmann</code></a>)</li> </ul> <h2>Library</h2> <ul> <li>New extensive modules rule syntax to support easier checks for modularization (dependency direction, API surface, ...) (compare the <a href="https://www.archunit.org/userguide/html/000_Index.html#_modularization_rules">user guide</a>; see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1078">#1078</a>)</li> </ul> <h2>JUnit</h2> <ul> <li>Support JUnit Platform 1.10.1 (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1157">#1157</a> and <a href="https://redirect.github.com/TNG/ArchUnit/issues/1186">#1186</a>; thanks a lot to <a href="https://github.com/hankem"><code>@​hankem</code></a>)</li> </ul> <h1>Further Acknowledgement</h1> <ul> <li>Thanks a lot to <a href="https://github.com/SimonVerhoeven"><code>@​SimonVerhoeven</code></a> for improving the user guide (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1140">#1140</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TNG/ArchUnit/commit/12e8fb188c4beec33e525b5e491ef3ed5ba252e4"><code>12e8fb1</code></a> prepare release 1.2.0</li> <li><a href="https://github.com/TNG/ArchUnit/commit/62ad7bb1bc191f33e4af0962910bb66bc47a02a9"><code>62ad7bb</code></a> adjust expected <code>slf4j-api</code> version to actual one (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1187">#1187</a>)</li> <li><a href="https://github.com/TNG/ArchUnit/commit/9bb08a8aadee01864eba4c2bdf2a0f727938564e"><code>9bb08a8</code></a> adjust expected <code>slf4j-api</code> version to actual one</li> <li><a href="https://github.com/TNG/ArchUnit/commit/40df7688f87a00f4564245d8976dfbcf8b9b9008"><code>40df768</code></a> Upgrade log4j &amp; junit-jupiter (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1186">#1186</a>)</li> <li><a href="https://github.com/TNG/ArchUnit/commit/7db3cc5a9e12973f497b286a44007dba61a04300"><code>7db3cc5</code></a> remove unused spotbugs configuration</li> <li><a href="https://github.com/TNG/ArchUnit/commit/dd965e29fcae70f061902ea59302a4b1e2a5dcdd"><code>dd965e2</code></a> upgrade junit-{platform/jupiter} from {1/5}.10.0 to {1/5}.10.1</li> <li><a href="https://github.com/TNG/ArchUnit/commit/14d62e2ef1617a52e6fafad39aa0bc5052344780"><code>14d62e2</code></a> upgrade log4j from 2.20.0 to 2.21.1</li> <li><a href="https://github.com/TNG/ArchUnit/commit/d6030beae895b081125c0d7314fb10dd2d5a07a4"><code>d6030be</code></a> Allow to retrieve involved raw types of <code>JavaType</code> and <code>JavaMember</code> (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1116">#1116</a>)</li> <li><a href="https://github.com/TNG/ArchUnit/commit/ea320d83635615c8074e8b89d4410707b9e7b167"><code>ea320d8</code></a> add <code>JavaMember.getAllInvolvedRawTypes()</code></li> <li><a href="https://github.com/TNG/ArchUnit/commit/f4b0684da29ca2496d5123decaa9a57b14c9b5bb"><code>f4b0684</code></a> add <code>JavaType.getAllInvolvedRawTypes()</code></li> <li>Additional commits viewable in <a href="https://github.com/TNG/ArchUnit/compare/v1.1.0...v1.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.tngtech.archunit:archunit-junit5&package-manager=maven&previous-version=1.1.0&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f98cd6 commit a88ac94

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

components/sbm-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.tngtech.archunit</groupId>
4949
<artifactId>archunit-junit5</artifactId>
50-
<version>1.1.0</version>
50+
<version>1.2.0</version>
5151
<scope>test</scope>
5252
</dependency>
5353

components/sbm-recipes-boot-upgrade/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>com.tngtech.archunit</groupId>
104104
<artifactId>archunit-junit5</artifactId>
105-
<version>1.1.0</version>
105+
<version>1.2.0</version>
106106
<scope>test</scope>
107107
</dependency>
108108
</dependencies>

components/sbm-support-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>com.tngtech.archunit</groupId>
8282
<artifactId>archunit-junit5</artifactId>
83-
<version>1.1.0</version>
83+
<version>1.2.0</version>
8484
</dependency>
8585
</dependencies>
8686
</project>

components/sbm-support-jee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.tngtech.archunit</groupId>
7878
<artifactId>archunit-junit5</artifactId>
79-
<version>1.1.0</version>
79+
<version>1.2.0</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>

components/sbm-support-weblogic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>com.tngtech.archunit</groupId>
8080
<artifactId>archunit-junit5</artifactId>
81-
<version>1.1.0</version>
81+
<version>1.2.0</version>
8282
<scope>test</scope>
8383
</dependency>
8484
</dependencies>

0 commit comments

Comments
 (0)