dependabot[bot] opened a new pull request, #1568: URL: https://github.com/apache/ratis/pull/1568
Bumps [de.skuzzle.enforcer:restrict-imports-enforcer-rule](https://github.com/skuzzle/restrict-imports-enforcer-rule) from 3.0.0 to 3.0.1. <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>v3.0.1</h2> <p><a href="https://search.maven.org/artifact/de.skuzzle.enforcer/restrict-imports-enforcer-rule/3.0.1/jar"><img src="https://img.shields.io/static/v1?label=MavenCentral&message=3.0.1&color=blue" alt="Maven Central" /></a> <a href="https://plugins.gradle.org/plugin/de.skuzzle.restrictimports/3.0.1"><img src="https://img.shields.io/gradle-plugin-portal/v/de.skuzzle.restrictimports?versionSuffix=3.0.1" alt="Gradle Plugin Portal" /></a></p> <blockquote> <p>[!NOTE] The Gradle plugin is now tested against the latest Gradle 7.x, 8.x and 9.x releases</p> </blockquote> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/skuzzle/restrict-imports-enforcer-rule/issues/274">#274</a> The Gradle plugin no longer uses the deprecated <code>Project.getProperties</code> method, which emits a deprecation warning since Gradle 9.6 and would have become an error in Gradle 10</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>3.0.1</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 "3.0.1" } </code></pre> <p>Gradle Legacy</p> <pre lang="groovy"><code>buildscript { repositories { maven { url = uri("https://plugins.gradle.org/m2/") } } dependencies { classpath("de.skuzzle.restrictimports:restrict-imports-gradle-plugin:3.0.1") } } <p>apply(plugin = "de.skuzzle.restrictimports") </code></pre></p> <p>Gradle version catalog (Toml)</p> <pre lang="toml"><code></tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/5ecc34809746c7674a6594c8b1dfebde874c7c15"><code>5ecc348</code></a> Release 3.0.1</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/96c2dc572fbcaf9331be11b736c9e7f80c798356"><code>96c2dc5</code></a> Merge pull request <a href="https://redirect.github.com/skuzzle/restrict-imports-enforcer-rule/issues/275">#275</a> from skuzzle/fix-get-projects</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/ca10c55965716cf1718dac53cd77843c528878d3"><code>ca10c55</code></a> Release notes for 3.0.1</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/71fd59b3137e000efe41aee1ab44a78cfaaf97c8"><code>71fd59b</code></a> Extract the Gradle cache management into scripts</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/9ca9925ac8437a51a8314434bf70ba0788dfd8e9"><code>9ca9925</code></a> Tell the build it is running on CI</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/f526dd27d49d85302b374ad33b70af3e6c2b8163"><code>f526dd2</code></a> Mount the Maven cache where Maven actually looks for it</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/178a92914bb80c28293c37ad69a7ef47d272d4bf"><code>178a929</code></a> Build on Jenkins with the stock gradle:jdk21 image</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/3ed9309f2f6cc5d1a917f8b59c0b03166de6b8d8"><code>3ed9309</code></a> Configure the production compile target in the java convention plugin</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/87abfce93f1a6f97169d60efc31963396be010a6"><code>87abfce</code></a> Build with Gradle 9.7.0 and test the plugin against Gradle 7.x and 8.x</li> <li><a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/commit/99218d98080bcab8a640d5eb6a62588f263c22d1"><code>99218d9</code></a> Replace deprecated Project.getProperties with extension lookup</li> <li>Additional commits viewable in <a href="https://github.com/skuzzle/restrict-imports-enforcer-rule/compare/v3.0.0...v3.0.1">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 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]
