Skip to content

Bump de.skuzzle.enforcer:restrict-imports-enforcer-rule from 0.7.0 to 2.6.1 #2626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

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

Release notes

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

v2.6.1

Maven Central Gradle Plugin Portal

Bug fixes

  • #221 Use of parseFullCompilationUnit=true breaks wildcard literal matches
  • #220 Add error message when multiple groups have identical basePackages

Dependency coordinates

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

Gradle plugin DSL

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

Gradle Legacy

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

Gradle version catalog (Toml)

[plugins]
restrictImports = { id = "de.skuzzle.restrictimports", version = "2.6.1" }
</tr></table> 

... (truncated)

Changelog

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

This changelog is no longer maintained. Follow the release notes at the GitHub releases for latest changes

Changelog

Version 1.3.0

  • 47: Allow to exclude source roots

Version 1.2.0

  • 44: Bump guava to 30.1.1-jre
  • 43: Allow to run on test code only

Version 1.1.0

  • 42: Add some more configuration consistency checks
  • Update section about Versioning and Compatibility

Version 1.0.1

  • #39: Handle double semicolon after import statement
  • #37: Fix version incompatibility
  • Display analysis duration

Version 1.0.0

  • #35: Recognize multiple import statements on same line in groovy sources
  • Remove commentLineBufferSize

Version 0.18.0

  • Fix possible file resource leak while iterating source files
  • Remove sourceFileCharset
  • Soft-Remove commentLineBufferSize
  • #34: Recognize multiple import statements on same line in java sources
  • #33: Possibility to forbid wildcard imports
  • #31: Results show whether a match occurred in a test file
  • #30: Separate import parsing and banned import analysis

Version 0.17.0

  • #29: SPI for SourceLineParser implementations
  • #27: Introduce failBuild and skip options
  • Fix mysterious case where "* would be recognized as the beginning of a block comment
  • Introduce changelog to readme
  • Add contribution guide lines

Version 0.16.0

  • #26: Deprecate commentLineBufferSize parameter and replaced with dynamically growing buffer
  • #25: Add additional configuration sanity checks
  • #23: Soft-Remove sourceFileCharset parameter and always use UTF-8 now
Commits
  • 83ab2f6 Release 2.6.1
  • 4640230 Fix admonition in readme
  • 2e54ab7 Merge pull request #229 from skuzzle/jvm-test-suites
  • 55a75ad Use jvm-test-suite plugin
  • 3163bc4 Release notes
  • a49af25 Fail when trying to define multiple notFixable definitions
  • d0fb123 Fix some gradle deprecations
  • b6e3a0c Merge pull request #228 from skuzzle/update-junit5
  • 8365ef0 Update junit 5 to 5.12.1
  • 39e47be Merge pull request #227 from skuzzle/dependabot/gradle/develop/bytebuddy-1.17.4
  • 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 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)

Bumps [de.skuzzle.enforcer:restrict-imports-enforcer-rule](https://github.com/skuzzle/restrict-imports-enforcer-rule) from 0.7.0 to 2.6.1.
- [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@v0.7.0...v2.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 26, 2025 03:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 26, 2025
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.

0 participants