Skip to content

Commit

Permalink
chore: prepare for release 2.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Jan 11, 2025
1 parent 6377ac0 commit ef42e95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Dependency Analysis Plugin Changelog

# Version 2.7.0 (unreleased)
# Version 2.7.0
* [Feat]: can set severity and filter duplicate class warnings.
* [Feat]: don't recommend removing implementation dependency on necessary superclass.
* [Chore]: use non-deprecated method when available.
* [Chore]: update various dependencies, including antlr.

New DSL option for configuring duplicate class warnings:
```groovy
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true

VERSION=2.6.2-SNAPSHOT
VERSION=2.7.0

dependency.analysis.print.build.health=true

Expand Down

0 comments on commit ef42e95

Please sign in to comment.