Skip to content

Bump de.skuzzle.enforcer:restrict-imports-enforcer-rule from 3.0.1 to 3.0.2 - #1580

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/de.skuzzle.enforcer-restrict-imports-enforcer-rule-3.0.2
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/de.skuzzle.enforcer-restrict-imports-enforcer-rule-3.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps de.skuzzle.enforcer:restrict-imports-enforcer-rule from 3.0.1 to 3.0.2.

Release notes

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

v3.0.2

Maven Central Gradle Plugin Portal

[!NOTE] This release contains no functional changes. A release dry run accidentally promoted its staging repository, which published 3.0.2-develop to Maven Central and left it there as the latest version of de.skuzzle.enforcer:restrict-imports-enforcer-rule. This release supersedes those artifacts with a proper release. Do not use 3.0.2-develop.

Documentation

  • #278 The legacy buildscript snippet below now declares the Gradle plugin under de.skuzzle.restrictimports:restrict-imports-gradle-plugin. The de.skuzzle.enforcer coordinates documented until 3.0.1 never existed on Maven Central, so the declared dependency could not be resolved

Dependency coordinates

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

Gradle plugin DSL

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

Gradle Legacy

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

... (truncated)

Commits
  • 1ae70d9 Release 3.0.2
  • abd74e2 Merge pull request #283 from skuzzle/tatars
  • f1cc127 Merge pull request #282 from skuzzle/release-notes
  • ae5dacd Enable release dry run by default
  • 2c2a265 Release notes for 3.0.2
  • ee26238 Merge pull request #279 from skuzzle/renovate/assertj
  • a25a590 Update dependency org.assertj:assertj-core to v3.27.7 [SECURITY]
  • 0966a17 Replace Dependabot with Renovate
  • d214d7f Merge pull request #278 from skuzzle/fix-gradle-plugin-coordinates
  • b2ef2b4 Merge pull request #277 from skuzzle/release-dry-run
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

Bumps [de.skuzzle.enforcer:restrict-imports-enforcer-rule](https://github.com/skuzzle/restrict-imports-enforcer-rule) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/skuzzle/restrict-imports-enforcer-rule/releases)
- [Changelog](https://github.com/skuzzle/restrict-imports-enforcer-rule/blob/master/CHANGELOG_LEGACY.md)
- [Commits](skuzzle/restrict-imports-enforcer-rule@v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: de.skuzzle.enforcer:restrict-imports-enforcer-rule
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 5, 2026

@slfan1989 slfan1989 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@adoroszlai

Copy link
Copy Markdown
Contributor

This release contains no functional changes.

@adoroszlai adoroszlai closed this Sep 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/maven/de.skuzzle.enforcer-restrict-imports-enforcer-rule-3.0.2 branch September 14, 2026 08:32
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.

2 participants