Skip to content

Update dependency de.skuzzle.enforcer:restrict-imports-enforcer-rule to v3.0.0#1203

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/de.skuzzle.enforcer-restrict-imports-enforcer-rule-3.x
Aug 27, 2025
Merged

Update dependency de.skuzzle.enforcer:restrict-imports-enforcer-rule to v3.0.0#1203
renovate[bot] merged 1 commit into
masterfrom
renovate/de.skuzzle.enforcer-restrict-imports-enforcer-rule-3.x

Conversation

@renovate

@renovate renovate Bot commented Aug 27, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
de.skuzzle.enforcer:restrict-imports-enforcer-rule 3.0.0-rc2 -> 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 ( * 0-3 * * * ) (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 Aug 27, 2025
@renovate
renovate Bot merged commit 7ea47a6 into master Aug 27, 2025
2 checks passed
@renovate
renovate Bot deleted the renovate/de.skuzzle.enforcer-restrict-imports-enforcer-rule-3.x branch August 27, 2025 06:55
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.

0 participants