dependabot[bot] opened a new pull request, #253: URL: https://github.com/apache/logging-parent/pull/253
Bumps [de.skuzzle.enforcer:restrict-imports-enforcer-rule](https://github.com/skuzzle/restrict-imports-enforcer-rule) from 2.5.0 to 2.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/releases">de.skuzzle.enforcer:restrict-imports-enforcer-rule's releases</a>.</em></p> <blockquote> <h2>v2.6.0</h2> <p><a href="https://search.maven.org/artifact/de.skuzzle.enforcer/restrict-imports-enforcer-rule/2.6.0/jar"><img src="https://img.shields.io/static/v1?label=MavenCentral&message=2.6.0&color=blue" alt="Maven Central" /></a> <a href="https://plugins.gradle.org/plugin/de.skuzzle.restrictimports/2.6.0"><img src="https://img.shields.io/gradle-plugin-portal/v/de.skuzzle.restrictimports?versionSuffix=2.6.0" alt="Gradle Plugin Portal" /></a></p> <h3>Features</h3> <ul> <li><a href="https://redirect.github.com/skuzzle/restrict-imports-enforcer-rule/issues/177">#177</a> Support matching prefix, suffix and infix parts within a package pattern.</li> </ul> <h3>Dependency coordinates</h3> <!-- raw HTML omitted --> <pre lang="xml"><code><dependency> <groupId>de.skuzzle.enforcer</groupId> <artifactId>restrict-imports-enforcer-rule</artifactId> <version>2.6.0</version> </dependency> </code></pre> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <p>Gradle plugin DSL</p> <pre lang="groovy"><code>plugins { id("de.skuzzle.restrictimports") version "2.6.0" } </code></pre> <p>Gradle Legacy</p> <pre lang="groovy"><code>buildscript { repositories { maven { url = uri("https://plugins.gradle.org/m2/") } } dependencies { classpath("de.skuzzle.enforcer:restrict-imports-gradle-plugin:2.6.0") } } <p>apply(plugin = "de.skuzzle.restrictimports") </code></pre></p> <p>Gradle version catalog (Toml)</p> <pre lang="toml"><code>[plugins] restrictImports = { id = "de.skuzzle.restrictimports", version = "2.6.0" } </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/21c7a134e34e9c8e14d21d1289b9659a4f3b6f3b"><code>21c7a13</code></a> Release 2.6.0</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/8dbc2fb7eef66739017427c3c5330f5cd68eaa3b"><code>8dbc2fb</code></a> Merge pull request <a href="https://redirect.github.com/skuzzle/restrict-imports-enforcer-rule/issues/156">#156</a> from skuzzle/dependabot/gradle/develop/io.github.grad...</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/fbce92aa6cd88c30819367b0ffecea07ee44939b"><code>fbce92a</code></a> Merge pull request <a href="https://redirect.github.com/skuzzle/restrict-imports-enforcer-rule/issues/180">#180</a> from skuzzle/merge-main-to-dev</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/aa814d0e6eb065b4534d1c71720abc363d987dda"><code>aa814d0</code></a> Merge branch 'master' into merge-main-to-dev</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/afbdf231f0036d57580661c94c9f895f926693e1"><code>afbdf23</code></a> Merge pull request <a href="https://redirect.github.com/skuzzle/restrict-imports-enforcer-rule/issues/178">#178</a> from skuzzle/prefix-suffix-matches</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/310248563405af29fa7563f6096d0f2d1f13e1a7"><code>3102485</code></a> Allow to use wildcard characters in certain places within a package part</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/3bf9a1b90b98ec177a451a64cd2a808235b651ce"><code>3bf9a1b</code></a> Merge pull request <a href="https://redirect.github.com/skuzzle/restrict-imports-enforcer-rule/issues/179">#179</a> from skuzzle/update-gradle</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/fa4ca1b4d60dc77749cac2265deba52c16170a28"><code>fa4ca1b</code></a> Update to gradle 8.10.2</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/df4b21972dc9fab5d194e7ff8aa45bb237cf840e"><code>df4b219</code></a> Merge pull request <a href="https://redirect.github.com/skuzzle/restrict-imports-enforcer-rule/issues/176">#176</a> from skuzzle/dependabot/gradle/develop/org.junit-juni...</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/5f09fb0e1d592737040e4ae96a314464771465ec"><code>5f09fb0</code></a> Merge pull request <a href="https://redirect.github.com/skuzzle/restrict-imports-enforcer-rule/issues/175">#175</a> from skuzzle/dependabot/gradle/develop/bytebuddy-1.15.1</li> <li>Additional commits viewable in <a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/compare/v2.5.0...v2.6.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
