Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps de.skuzzle.enforcer:restrict-imports-enforcer-rule from 2.6.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)

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 26, 2025
@github-actions github-actions bot force-pushed the dependabot/maven/de.skuzzle.enforcer-restrict-imports-enforcer-rule-2.6.1 branch from 644eb96 to ef64f7b Compare March 26, 2025 10:11
@github-actions github-actions bot merged commit ef64f7b into main Mar 26, 2025
@github-actions github-actions bot deleted the dependabot/maven/de.skuzzle.enforcer-restrict-imports-enforcer-rule-2.6.1 branch March 26, 2025 10:11
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