Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence
de.skuzzle.enforcer:restrict-imports-enforcer-rule 2.6.1 -> 3.0.0 age confidence

Release Notes

skuzzle/restrict-imports-enforcer-rule (de.skuzzle.enforcer:restrict-imports-enforcer-rule)

v3.0.0

Compare Source

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
Maven dependency declaration
<dependency>
    <groupId>de.skuzzle.enforcer</groupId>
    <artifactId>restrict-imports-enforcer-rule</artifactId>
    <version>3.0.0</version>
</dependency>
Gradle dependency declaration

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)

[plugins]
restrictImports = { id = "de.skuzzle.restrictimports", version = "3.0.0" }

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 13, 2025
@renovate renovate bot requested a review from a team as a code owner October 13, 2025 00:32
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 13, 2025
@renovate renovate bot enabled auto-merge (squash) October 13, 2025 00:32
@bguerin bguerin disabled auto-merge October 14, 2025 19:41
@bguerin bguerin merged commit 220e5b1 into master Oct 14, 2025
17 checks passed
@bguerin bguerin deleted the renovate/de.skuzzle.enforcer-restrict-imports-enforcer-rule-3.x branch October 14, 2025 19:41
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants