Releases: apache/maven-dependency-analyzer
Releases · apache/maven-dependency-analyzer
1.15.1
Dependency upgrade
- [MSHARED-1432] - Bump org.ow2.asm:asm from 9.7 to 9.7.1
1.15.0
New Feature
- [MSHARED-1407] - Track dependency usage by referencing classes
- [MSHARED-1410] - Track used declared dependency usage by referencing classes
Dependency upgrade
- [MSHARED-1428] - Upgrade Parent to 43
- [MSHARED-1429] - Bump mavenVersion from 3.9.6 to 3.9.9
What's Changed
- Bump org.assertj:assertj-bom from 3.25.3 to 3.26.0 by @dependabot in #122
- [MSHARED-1407] Track dependency usage by referencing classes by @jaredstehler in #125
- Bump org.assertj:assertj-bom from 3.26.0 to 3.26.3 by @dependabot in #128
- [MSHARED-1410] Track used declared dependency usage by referencing classes by @jaredstehler in #126
- [MSHARED-1428] Bump org.apache.maven.shared:maven-shared-components from 42 to 43 by @dependabot in #129
- [MSHARED-1429] Bump mavenVersion from 3.9.6 to 3.9.9 by @dependabot in #131
- Bump commons-io:commons-io from 2.11.0 to 2.17.0 in /src/it/java8methodRefs by @dependabot in #132
Full Changelog: maven-dependency-analyzer-1.14.1...maven-dependency-analyzer-1.15.0
1.14.1
What's Changed
- [MSHARED-1398] Fix StringIndexOutOfBoundsException in dynamic bootstrap types by @jaredstehler in #121
New Contributors
- @jaredstehler made their first contribution in #121
Full Changelog: maven-dependency-analyzer-1.14.0...maven-dependency-analyzer-1.14.1
1.14.0
What's Changed
- [MSHARED-1248] update commons-io to 2.13.0 by @elharo in #93
- Fix compiler warnings by @garydgregory in #94
- [MSHARED-1248] maven-dependency-analyzer should log instead of failing by @garydgregory in #89
- Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0 by @dependabot in #95
- update to commons-io 2.14.0 by @elharo in #96
- Bump org.ow2.asm:asm from 9.5 to 9.6 by @dependabot in #97
- remove unused variable by @elharo in #98
- Bump commons-io:commons-io from 2.14.0 to 2.15.1 by @dependabot in #100
- Bump org.assertj:assertj-bom from 3.24.2 to 3.25.1 by @dependabot in #104
- [MSHARED-1347] Include invoke dynamic bootstrap types in analysis by @vbreivik in #102
- Bump org.assertj:assertj-bom from 3.25.1 to 3.25.2 by @dependabot in #105
- [MSHARED-1356] Upgrade Parent to 41 by @slawekjaranowski in #110
- Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by @dependabot in #108
- Bump org.assertj:assertj-bom from 3.25.2 to 3.25.3 by @dependabot in #107
- Use new property for maven-plugin-tools version by @slawekjaranowski in #111
- Bump commons-io:commons-io from 2.15.1 to 2.16.0 by @dependabot in #113
- [MSHARED-1372] Bump org.ow2.asm:asm from 9.6 to 9.7 by @dependabot in #112
- [MSHARED-1272] Bump commons-io:commons-io from 2.16.0 to 2.16.1 by @dependabot in #114
- [MSHARED-1356] Bump org.apache.maven.shared:maven-shared-components from 41 to 42 by @dependabot in #115
- Update GitHub Actions by dependabot by @slawekjaranowski in #116
- Bump com.google.guava:guava from 30.1.1-android to 32.0.0-android in /src/it/jarWithCompileDependency/project2 by @dependabot in #117
- [MSHARED-1395] Remove dependency on commons-io by @slawekjaranowski in #120
- [MSHARED-1393] Allow to exclude classes from verification by @slawekjaranowski in #118
- [MSHARED-1394] Upgrade Maven core dependencies to the latest and maka as provided by @slawekjaranowski in #119
New Contributors
Full Changelog: maven-dependency-analyzer-1.13.2...maven-dependency-analyzer-1.14.0
1.13.2
What's Changed
- [MSHARED-1247] java.lang.RuntimeException: Unknown constant pool type by @garydgregory in #88
- [MSHARED-1249] Switch to JUnit 5 by @slawekjaranowski in #90
- [MSHARED-1250] Dependency improvements by @slawekjaranowski in #91
New Contributors
- @garydgregory made their first contribution in #88
Full Changelog: maven-dependency-analyzer-1.13.1...maven-dependency-analyzer-1.13.2
1.13.1
What's Changed
- [MSHARED-894] replace Codehaus Plexus utils with java.nio.file.Files and Apache Commons by @elharo in #80
- Bump plexus-utils from 3.4.2 to 3.5.1 by @dependabot in #79
- Bump assertj-core from 3.23.1 to 3.24.2 by @dependabot in #78
- [MDEP-757] bug with "non-test scoped test only dependencies found" by @reckart in #82
- Bump asm from 9.3 to 9.4 by @dependabot in #70
- [MSHARED-1218] Bump asm from 9.4 to 9.5 by @dependabot in #83
- [MSHARED-1220] Refresh download page by @slawekjaranowski in #85
- [MSHARED-1219] Upgrade Parent to 39 by @slawekjaranowski in #84
- [MSHARED-1205] Build on JDK 19, 20 by @slawekjaranowski in #86
- [MSHARED-1224] Prefer JDK classes to Plexus utils by @elharo in #81
- [MSHARED-1149] – Replace System.out by logger by @Koziolek in #71
New Contributors
Full Changelog: maven-dependency-analyzer-1.13.0...maven-dependency-analyzer-1.13.1
maven-dependency-analyzer-1.13.0
What's Changed
- [MSHARED-1035] Get rid of maven-plugin-testing-tools for IT test by @slawekjaranowski in #50
- Require Maven 3.2.5+ by @slawekjaranowski in #51
- [MSHARED-1036] Analyze project classes only once by @slawekjaranowski in #52
- MSHARED-1039: Fix array parsing by @chonton in #55
- MSHARED-1037: CONSTANT_METHOD_TYPE should not add to classes by @chonton in #53
- MSHARED-1038: Inner classes are in same compilation unit as container class by @chonton in #54
- Bump plexus-utils from 3.4.1 to 3.4.2 by @dependabot in #63
- Bump asm from 9.2 to 9.3 by @dependabot in #58
- Bump assertj-core from 3.22.0 to 3.23.1 by @dependabot in #65
- [MSHARED-1085] Upgrade Parent to 36 by @slawekjaranowski in #66
- Bump maven-shared-components from 36 to 37 by @dependabot in #67
- [MSHARED-1119] Cleanup IT tests by @slawekjaranowski in #68
New Contributors
Full Changelog: maven-dependency-analyzer-1.12.0...maven-dependency-analyzer-1.13.0
maven-dependency-analyzer-1.12.0
What's Changed
- Bump junit from 4.13.1 to 4.13.2 by @dependabot in #30
- Bump maven-javadoc-plugin from 3.2.0 to 3.3.0 by @dependabot in #33
- Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2 by @dependabot in #32
- [MDEP-753] inline deprecated field by @elharo in #34
- [MDEP-753] add more JavaDoc by @elharo in #35
- [MDEP-753] handle different classes from same artifact used by model and test code by @elharo in #37
- Bump asm from 9.1 to 9.2 by @dependabot in #38
- Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 by @dependabot in #41
- MDEP-779: include class names in used undeclared dependencies by @josephw in #44
- [MSHARED-997] Check maximum allowed Maven version by @slawekjaranowski in #45
- Bump plexus-component-annotations from 2.1.0 to 2.1.1 by @dependabot in #46
- Bump assertj-core from 3.21.0 to 3.22.0 by @dependabot in #47
New Contributors
Full Changelog: maven-dependency-analyzer-1.11.3...maven-dependency-analyzer-1.12.0
maven-dependency-analyzer-1.11.3
What's Changed
- [MDEP-712] update JIRA URL by @elharo in #17
- [MDEP-708] dependency:analyze should recommend narrower scope where possible by @ian-lavallee in #18
- [MSHARED-932] remove dependency on jmock by @elharo in #19
Full Changelog: maven-dependency-analyzer-1.11.2...maven-dependency-analyzer-1.11.3
maven-dependency-analyzer-1.11.2
What's Changed
- deps: update parent pom by @elharo in #10
- docs: rewrite for clarity by @elharo in #9
- [MSHARED-870] - Upgrade asm to 8.0.1 by @adangel in #11
- ignore .checkstyle by @elharo in #13
- use try with resources to avoid leaks by @elharo in #16
- [MDEP-708] - dependency:analyze recommends test scope for test-only artifacts that have non-test scope by @ian-lavallee in #14
- remove reference to deprecated public mutable field by @elharo in #15
New Contributors
Full Changelog: maven-dependency-analyzer-1.11.1...maven-dependency-analyzer-1.11.2