- Add the
maven-dependency-plugin
plugin - Update the
gradle-tooling-api
dependency to8.11.1
- Update
log4j-api
,log4j-core
,log4j-jul
andlog4j-slf4j-impl
dependencies to2.24.3
- Update the
junit-jupiter
dependency to5.11.4
- Update
mockito-core
andmockito-junit-jupiter
dependencies to5.14.2
- Update the
maven-pmd-plugin
plugin to3.26.0
- Update
pmd-core
andpmd-java
dependencies to7.8.0
- Update
maven-surefire-plugin
andmaven-failsafe-plugin
plugins to3.5.2
- Update the
maven-javadoc-plugin
plugin to3.11.2
- Update the
maven-gpg-plugin
plugin to3.2.7
1.7.0 (2024-09-27)
- [#2] Add the
--filter
option to filter build file artifacts with agroupId[:artifactId[:updateVersion]]
expression (thanks to TobseF) - [#5] Generate an executable JAR as an extra release file (thanks to TobseF)
- Add the
--include-output
/-o
option to include build files from output directories (target
for Maven andbuild
for Gradle, note that this was the default behavior in previous releases)
- [#3] Fix parsing errors related to the BOM character of the UTF-8 with BOM encoding (thanks to TobseF)
- Improve the Maven Artifact Resolver usage by migrating from
Eclipse Sisu
toSupplier
- Improve artifact filtering, wildcard characters are now supported in the group identifier and the artifact identifier as well as in the update version
- Build files from output directories (
target
for Maven andbuild
for Gradle) are now excluded by default
- Add the
maven-resolver-supplier
dependency - Update the
maven-core
dependency to3.9.9
- Update the
gradle-tooling-api
dependency to8.10.2
- Update the
github-api
dependency to1.326
- Update the
commons-cli
dependency to1.9.0
- Update
log4j-api
,log4j-core
,log4j-jul
andlog4j-slf4j-impl
dependencies to2.24.0
- Update the
junit-jupiter
dependency to5.11.1
- Update
mockito-core
andmockito-junit-jupiter
dependencies to5.13.0
- Update the
license-maven-plugin
plugin to4.6
- Update the
maven-pmd-plugin
plugin to3.25.0
- Update
pmd-core
andpmd-java
dependencies to7.5.0
- Update
maven-surefire-plugin
andmaven-failsafe-plugin
plugins to3.5.0
- Update the
maven-javadoc-plugin
plugin to3.10.0
- Update the
maven-gpg-plugin
plugin to3.2.6
- Remove
maven-resolver-connector-basic
andmaven-resolver-transport-http
dependencies
1.6.2 (2024-07-16)
- Update the
maven-core
dependency to3.9.8
- Update the
gradle-tooling-api
dependency to8.9
- Update the
github-api
dependency to1.323
- Update the
spotbugs-annotations
dependency to4.8.6
- Update the
junit-jupiter
dependency to5.10.3
- Update the
assertj-core
dependency to3.26.3
- Update the
maven-pmd-plugin
plugin to3.24.0
- Update
pmd-core
andpmd-java
dependencies to7.3.0
- Update
maven-surefire-plugin
andmaven-failsafe-plugin
plugins to3.3.1
- Update the
maven-jar-plugin
plugin to3.4.2
1.6.1 (2024-06-03)
- Update the
maven-core
dependency to3.9.7
- Update
maven-resolver-connector-basic
andmaven-resolver-transport-http
dependencies to1.9.20
- Update the
gradle-tooling-api
dependency to8.8
- Update the
commons-cli
dependency to1.8.0
- Update the
assertj-core
dependency to3.26.0
- Update
mockito-core
andmockito-junit-jupiter
dependencies to5.12.0
- Update the
license-maven-plugin
plugin to4.5
- Update the
maven-pmd-plugin
plugin to3.22.0
- Update
pmd-core
andpmd-java
dependencies to7.2.0
- Update the
jacoco-maven-plugin
plugin to0.8.12
- Update the
maven-jar-plugin
plugin to3.4.1
- Update the
maven-source-plugin
plugin to3.3.1
- Update the
maven-javadoc-plugin
plugin to3.7.0
- Update the
maven-gpg-plugin
plugin to3.2.4
1.6.0 (2024-04-02)
- Fix missing artifacts from a Maven dependency with the
import
scope
- Update the
gradle-tooling-api
dependency to8.7
- Update the
github-api
dependency to1.321
- Update
log4j-api
,log4j-core
,log4j-jul
andlog4j-slf4j-impl
dependencies to2.23.1
- Update
mockito-core
andmockito-junit-jupiter
dependencies to5.11.0
- Update the
maven-compiler-plugin
plugin to3.13.0
- Update the
maven-assembly-plugin
plugin to3.7.1
- Update the
maven-gpg-plugin
plugin to3.2.2
1.5.0 (2024-02-09)
- Display artifacts with an inherited version in parentheses
- Add the
--ignore-inherited
option to ignore build file artifacts with an inherited version
- Update the
maven-core
dependency to3.9.6
- Update
maven-resolver-connector-basic
andmaven-resolver-transport-http
dependencies to1.9.18
- Update the
gradle-tooling-api
dependency to8.6
- Update the
bridge-method-annotation
dependency to1.29
- Update
log4j-api
,log4j-core
,log4j-jul
andlog4j-slf4j-impl
dependencies to2.22.1
- Update the
junit-jupiter
dependency to5.10.2
- Update the
assertj-core
dependency to3.25.3
- Update
mockito-core
andmockito-junit-jupiter
dependencies to5.10.0
- Update the
maven-compiler-plugin
plugin to3.12.1
- Update
maven-surefire-plugin
andmaven-failsafe-plugin
plugins to3.2.5
- Update the
maven-javadoc-plugin
plugin to3.6.3
1.4.2 (2023-11-30)
- Update the
gradle-tooling-api
dependency to8.5
- Update the
github-api
dependency to1.318
- Update the
commons-cli
dependency to1.6.0
- Update the
jansi
dependency to2.4.1
- Update
log4j-api
,log4j-core
,log4j-jul
andlog4j-slf4j-impl
dependencies to2.22.0
- Update the
junit-jupiter
dependency to5.10.1
- Update
mockito-core
andmockito-junit-jupiter
dependencies to5.7.0
- Update the
maven-pmd-plugin
plugin to3.21.2
- Update
maven-surefire-plugin
andmaven-failsafe-plugin
plugins to3.2.2
- Update the
jacoco-maven-plugin
plugin to0.8.11
- Update the
maven-javadoc-plugin
plugin to3.6.2
1.4.1 (2023-10-10)
- Fix redirecting
java.util.logging
logs from thegithub-api
dependency tolog4j
- Rename the project to
MvnCheck
- Add the
log4j-jul
dependency - Update the
maven-core
dependency to3.9.5
- Update
maven-resolver-connector-basic
andmaven-resolver-transport-http
dependencies to1.9.16
- Update the
gradle-tooling-api
dependency to8.4
- Update
mockito-core
andmockito-junit-jupiter
dependencies to5.6.0
- Update the
license-maven-plugin
plugin to4.3
- Update the
maven-javadoc-plugin
plugin to3.6.0
- Update the XML schema of the
bin.xml
file to2.2.0
1.4.0 (2023-08-23)
- Check if an update is available to download on GitHub at the end of the execution
- Add the
github-api
dependency - Add the
bridge-method-annotation
dependency - Add the
spotbugs-annotations
dependency - Update the
maven-core
dependency to3.9.4
- Update
maven-resolver-connector-basic
andmaven-resolver-transport-http
dependencies to1.9.14
- Update the
gradle-tooling-api
dependency to8.3
- Update the
junit-jupiter
dependency to5.10.0
- Update
mockito-core
andmockito-junit-jupiter
dependencies to5.5.0
1.3.2 (2023-07-14)
- Update the
gradle-tooling-api
dependency to8.2.1
1.3.1 (2023-06-27)
- Update the
maven-core
dependency to3.9.3
- Update
maven-resolver-connector-basic
andmaven-resolver-transport-http
dependencies to1.9.13
- Update
mockito-core
andmockito-junit-jupiter
dependencies to5.4.0
- Update the
maven-pmd-plugin
plugin to3.21.0
- Update
maven-surefire-plugin
andmaven-failsafe-plugin
plugins to3.1.2
- Update the
maven-source-plugin
plugin to3.3.0
1.3.0 (2023-05-15)
- Improve logs
- Update the
maven-core
dependency to3.9.2
- Update
maven-resolver-connector-basic
andmaven-resolver-transport-http
dependencies to1.9.10
- Update
maven-surefire-plugin
andmaven-failsafe-plugin
plugins to3.1.0
- Update the
maven-assembly-plugin
plugin to3.6.0
- Update the
maven-gpg-plugin
plugin to3.1.0
1.2.1 (2023-04-26)
- Update the
gradle-tooling-api
dependency to8.1.1
- Update the
junit-jupiter
dependency to5.9.3
- Update
mockito-core
andmockito-junit-jupiter
dependencies to5.3.1
- Update the
jacoco-maven-plugin
plugin to0.8.10
1.2.0 (2023-04-13)
- Improve resolving Maven artifact available versions by throwing an exception if no remote repository is available
- Improve resolving Gradle build files by filtering to exclude local repositories
- Update the
gradle-tooling-api
dependency to8.1
- Update
mockito-core
andmockito-junit-jupiter
dependencies to5.3.0
- Update the
license-maven-plugin
plugin to4.2
- Update the
jacoco-maven-plugin
plugin to0.8.9
1.1.3 (2023-03-20)
- Update the
maven-core
dependency to3.9.1
- Update
maven-resolver-connector-basic
andmaven-resolver-transport-http
dependencies to1.9.7
- Update
maven-surefire-plugin
andmaven-failsafe-plugin
plugins to3.0.0
1.1.2 (2023-03-10)
- Update the
gradle-tooling-api
dependency to8.0.2
- Update
mockito-core
andmockito-junit-jupiter
dependencies to5.2.0
- Update
pmd-core
andpmd-java
dependencies to6.55.0
- Update the
maven-compiler-plugin
plugin to3.11.0
1.1.1 (2023-02-24)
- Update the
gradle-tooling-api
dependency to8.0.1
- Update
log4j-api
,log4j-core
andlog4j-slf4j-impl
dependencies to2.20.0
- Update the
maven-javadoc-plugin
plugin to3.5.0
- Update the
maven-assembly-plugin
plugin to3.5.0
1.1.0 (2023-02-09)
- Add the
--max-depth
/-d
option to customize the maximum depth of subdirectories to find build
- Improve resolving the Maven version
- Improve the Maven Artifact Resolver usage by migrating from
ServiceLocator
toEclipse Sisu
- Improve exceptions output
- Improve some log levels
- Add the
maven-pmd-plugin
plugin withpmd-core
andpmd-java
dependencies - Migrate the
mockito-inline
dependency tomockito-core
- Update the
maven-core
dependency to3.9.0
- Update
maven-resolver-connector-basic
andmaven-resolver-transport-http
dependencies to1.9.4
- Update the
junit-jupiter
dependency to5.9.2
- Update the
assertj-core
dependency to3.24.2
- Update
mockito-core
andmockito-junit-jupiter
dependencies to5.1.1
- Remove the
maven-resolver-transport-file
dependency
1.0.1 (2023-01-02)
- Fix missing artifacts related to Gradle
:dependencies
resolved versions
- Update the
maven-core
dependency to3.8.7
- Update
mockito-inline
andmockito-junit-jupiter
dependencies to4.11.0
1.0.0 (2022-12-23)
Initial release