Skip to content

Commit

Permalink
chore(deps): bump restrict-imports-enforcer-rule from 0.8.0 to 1.3.0 (#…
Browse files Browse the repository at this point in the history
…11708)

* chore(deps): bump restrict-imports-enforcer-rule from 0.8.0 to 1.3.0

Bumps restrict-imports-enforcer-rule from 0.8.0 to 1.3.0.

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update restrictImport implementation

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Artem Godin <[email protected]>
  • Loading branch information
dependabot[bot] and fluorumlabs authored Sep 2, 2021
1 parent ff6f8d7 commit 144bc34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
<groupId>de.skuzzle.enforcer</groupId>
<artifactId>restrict-imports-enforcer-rule
</artifactId>
<version>0.8.0</version>
<version>1.3.0</version>
</dependency>
</dependencies>
<executions>
Expand All @@ -471,7 +471,7 @@
<configuration>
<rules>
<restrictImports
implementation="de.skuzzle.enforcer.restrictimports.RestrictImports">
implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
<reason>Use SLF4j for logging</reason>
<bannedImport>java.util.logging.**
</bannedImport>
Expand Down

0 comments on commit 144bc34

Please sign in to comment.