dependabot[bot] opened a new pull request, #111:
URL: https://github.com/apache/logging-parent/pull/111

   Bumps 
[de.skuzzle.enforcer:restrict-imports-enforcer-rule](https://github.com/skuzzle/restrict-imports-enforcer-rule)
 from 2.4.0 to 2.5.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.5.0</h2>
   <p><a 
href="https://search.maven.org/artifact/de.skuzzle.enforcer/restrict-imports-enforcer-rule/2.5.0/jar";><img
 
src="https://img.shields.io/static/v1?label=MavenCentral&amp;message=2.5.0&amp;color=blue";
 alt="Maven Central" /></a> <a 
href="https://plugins.gradle.org/plugin/de.skuzzle.restrictimports/2.5.0";><img 
src="https://img.shields.io/gradle-plugin-portal/v/de.skuzzle.restrictimports?versionSuffix=2.5.0";
 alt="Gradle Plugin Portal" /></a></p>
   <blockquote>
   <p>[!NOTE]
   This is the first release after migrating our build to Gradle and which uses 
shaded dependencies.
   If you encounter any irregularities with this version, please do not 
hesitate to file an issue.</p>
   </blockquote>
   <h3>Features</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/skuzzle/restrict-imports-enforcer-rule/issues/38";>#38</a>
 Dependencies are shaded into plugin artifacts</li>
   <li><a 
href="https://redirect.github.com/skuzzle/restrict-imports-enforcer-rule/issues/59";>#59</a>
 Provide a Gradle plugin</li>
   <li><a 
href="https://redirect.github.com/skuzzle/restrict-imports-enforcer-rule/issues/118";>#118</a>
 Print absolute paths in exception messages to make IntelliJ render clickable 
links</li>
   </ul>
   <p>maven</p>
   <pre lang="xml"><code>&lt;dependency&gt;
       &lt;groupId&gt;de.skuzzle.enforcer&lt;/groupId&gt;
       &lt;artifactId&gt;restrict-imports-enforcer-rule&lt;/artifactId&gt;
       &lt;version&gt;2.5.0&lt;/version&gt;
   &lt;/dependency&gt;
   </code></pre>
   <p>Gradle plugin DSL</p>
   <pre lang="groovy"><code>plugins {
     id(&quot;de.skuzzle.restrict.imports&quot;) version &quot;2.5.0&quot;
   }
   </code></pre>
   <p>Gradle Legacy</p>
   <pre lang="groovy"><code>buildscript {
     repositories {
       maven {
         url = uri(&quot;https://plugins.gradle.org/m2/&quot;)
       }
     }
     dependencies {
       
classpath(&quot;de.skuzzle.enforcer:restrict-imports-gradle-plugin:2.5.0&quot;)
     }
   }
   <p>apply(plugin = &quot;de.skuzzle.restrict.imports&quot;)
   </code></pre></p>
   <p>Gradle version catalog (Toml)</p>
   <pre lang="toml"><code>[plugins]
   restrictImports = { id = &quot;de.skuzzle.restrict.imports&quot;, version = 
&quot;2.5.0&quot; }
   </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/b7309797480d73520116738c58cfff5133b2771f";><code>b730979</code></a>
 Release 2.5.0</li>
   <li><a 
href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/a1435bb710f1ba7d01a391b23077605ec23d7229";><code>a1435bb</code></a>
 Properly define merge branches</li>
   <li><a 
href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/2dc7d6b044b9fdc8dd4bbdcee8fa2a88e69cb501";><code>2dc7d6b</code></a>
 Fetch and pull main branch</li>
   <li><a 
href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/6bede2537b21dcfde763c3dd7661005ecfc3e5e2";><code>6bede25</code></a>
 Remove unused var</li>
   <li><a 
href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/2cc7098b37a7227668d39153cb3865badee39122";><code>2cc7098</code></a>
 Fix release jenkins file</li>
   <li><a 
href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/27ea10d6980e5d40b476d0a5eeeb1d37fd1f2d64";><code>27ea10d</code></a>
 Improve caching and execution on ci (<a 
href="https://redirect.github.com/skuzzle/restrict-imports-enforcer-rule/issues/125";>#125</a>)</li>
   <li><a 
href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/a3dedeac4ffbaab1724b964231f76da328e2637f";><code>a3dedea</code></a>
 Improve release process</li>
   <li><a 
href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/99de04bc4ab605c206eea96c20cc98d95115ce3e";><code>99de04b</code></a>
 Downgrade spotless again as Jenkins failures remain</li>
   <li><a 
href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/fa0145a4ea09a6de4d3ec9aae78f45f630ea8b7e";><code>fa0145a</code></a>
 Adjust env vars for jenkins</li>
   <li><a 
href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/58487dac7c0f7b4533e0dc516334b25080284174";><code>58487da</code></a>
 Better suggested name for key in version catalog</li>
   <li>Additional commits viewable in <a 
href="https://github.com/skuzzle/restrict-imports-enforcer-rule/compare/v2.4.0...v2.5.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=de.skuzzle.enforcer:restrict-imports-enforcer-rule&package-manager=maven&previous-version=2.4.0&new-version=2.5.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>


-- 
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: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to