Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps de.skuzzle.enforcer:restrict-imports-enforcer-rule from 2.6.1 to 3.0.0.

Release notes

Sourced from de.skuzzle.enforcer:restrict-imports-enforcer-rule's releases.

v3.0.0

Maven Central Gradle Plugin Portal

[!NOTE] This version removes support for all enforcer-plugin versions prior to 3.2.1

Features

  • #90 Replace implementation of deprecated Maven interfaces EnforcerRule and EnforcerRule2 with using AbstractEnforcerRule

Dependency coordinates

<dependency>
    <groupId>de.skuzzle.enforcer</groupId>
    <artifactId>restrict-imports-enforcer-rule</artifactId>
    <version>3.0.0</version>
</dependency>

Gradle plugin DSL

plugins {
  id("de.skuzzle.restrictimports") version "3.0.0"
}

Gradle Legacy

buildscript {
  repositories {
    maven {
      url = uri("https://plugins.gradle.org/m2/")
    }
  }
  dependencies {
    classpath("de.skuzzle.enforcer:restrict-imports-gradle-plugin:3.0.0")
  }
}
apply(plugin = "de.skuzzle.restrictimports")

Gradle version catalog (Toml)

</tr></table> 

... (truncated)

Commits
  • bf1e22f Release 3.0.0
  • a5c676f Merge pull request #261 from skuzzle/dependabot/gradle/develop/org.assertj-as...
  • bb11213 Bump org.assertj:assertj-core from 3.27.3 to 3.27.4
  • f08df38 Merge pull request #260 from skuzzle/dependabot/gradle/develop/org.apache.mav...
  • 6c10a85 Bump org.apache.maven.enforcer:enforcer-api from 3.6.0 to 3.6.1
  • 7f3b7f2 Release 3.0.0-rc2
  • 01c1c79 Merge pull request #259 from skuzzle/update-maven-max
  • 5c8a8a9 Update mavenMax to 3.9.11
  • 0170f23 Fix list items
  • f6c8667 Minor readme fixes
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 15, 2025
@github-actions github-actions bot force-pushed the dependabot/maven/de.skuzzle.enforcer-restrict-imports-enforcer-rule-3.0.0 branch from a6da578 to 2edaadd Compare September 15, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant