Releases: mojohaus/animal-sniffer
Releases · mojohaus/animal-sniffer
1.24
🚀 New features and improvements
- Restrict allowed classes during deserialization of signature files (#253) @Marcono1234
📦 Dependency updates
- Drop dependency to plexus-container (#285) @slachiewicz
- Bump org.codehaus.mojo:mojo-parent from 78 to 84 (#284) @dependabot
- Bump org.apache.maven.enforcer:enforcer-api from 3.4.1 to 3.5.0 (#281) @dependabot
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 (#282) @dependabot
- Bump org.apache.maven.shared:maven-common-artifact-filters from 3.3.2 to 3.4.0 (#283) @dependabot
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.3 (#279) @dependabot
- Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (#278) @dependabot
- Bump org.ow2.asm:asm from 9.6 to 9.7 (#277) @dependabot
- Bump apache/maven-gh-actions-shared from 3 to 4 (#276) @dependabot
- Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#272) @dependabot
- Bump org.codehaus.mojo:mojo-parent from 77 to 78 (#271) @dependabot
- Bump org.apache.maven.enforcer:enforcer-api from 3.2.1 to 3.4.1 (#261) @dependabot
- Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#266) @dependabot
- Bump org.codehaus.mojo:mojo-parent from 74 to 77 (#264) @dependabot
- Require Maven 3.6.3+ (#265) @slachiewicz
- Bump org.ow2.asm:asm from 9.5 to 9.6 (#263) @dependabot
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 (#262) @dependabot
- Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 (#254) @dependabot
- Bump org.apache.ant:ant from 1.10.13 to 1.10.14 (#255) @dependabot
- Bump maven-shade-plugin from 3.4.1 to 3.5.0 (#250) @dependabot
- Bump plexus-utils from 3.5.1 to 4.0.0 (#247) @dependabot
- Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 (#246) @dependabot
- Bump asm from 9.4 to 9.5 (#243) @dependabot
👻 Maintenance
- Hashpin sensitive workflow at release-drafter.yml (#270) @diogoteles08
- Docs: create Security Policy (#260) @diogoteles08
- Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 (#246) @dependabot
🔧 Build
- ci: add minimal permissions on github workflows (#258) @diogoteles08
1.23
🚀 New features and improvements
- Get rid of maven-compat use Resolver API (#239) @slawekjaranowski
- Update plugin, require Maven 3.2.5 (#223) @cstamas
- Improve field handling (#212) @Marcono1234
📦 Dependency updates
- Bump parent from 70 to 74 and poms cleanup (#241) @slawekjaranowski
- Bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#238) @dependabot
- Bump plexus-utils from 3.5.0 to 3.5.1 (#236) @dependabot
- Bump maven-plugin-plugin from 3.7.1 to 3.8.1 (#234) @dependabot
- Bump maven-plugin-annotations from 3.7.1 to 3.8.1 (#235) @dependabot
- Bump enforcer-api from 3.1.0 to 3.2.1 (#232) @dependabot
- Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#231) @dependabot
- Bump maven-plugin-plugin from 3.7.0 to 3.7.1 (#228) @dependabot
- Bump ant from 1.10.12 to 1.10.13 (#226) @dependabot
- Bump maven-plugin-annotations from 3.7.0 to 3.7.1 (#229) @dependabot
- Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 (#227) @dependabot
- Bump maven-plugin-annotations from 3.6.4 to 3.7.0 (#221) @dependabot
- Bump maven-plugin-plugin from 3.6.4 to 3.7.0 (#220) @dependabot
- Bump asm from 9.3 to 9.4 (#217) @dependabot
- Bump maven-shade-plugin from 3.4.0 to 3.4.1 (#219) @dependabot
- Bump plexus-utils from 3.4.2 to 3.5.0 (#218) @dependabot
- Bump maven-common-artifact-filters from 3.3.1 to 3.3.2 (#216) @dependabot
- Bump maven-shade-plugin from 3.3.0 to 3.4.0 (#215) @dependabot
- Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 (#213) @dependabot
👻 Maintenance
- Refresh documentation site (#242) @slawekjaranowski
- Prepare to run on Java 19+ (#237) @slachiewicz
- Update usage.apt.vm (#222) @hbeni
- Use HTTPS links in README and replace Travis badge (#211) @Marcono1234
1.22
🐛 Bug Fixes
- Added java 9+ compatibility (bugfix & addition) (#139) @Finomosec
📦 Dependency updates
- Bump mojo-parent from 69 to 70 (#210) @dependabot
- Bump maven-common-artifact-filters from 3.3.0 to 3.3.1 (#208) @dependabot
- Bump mojo-parent from 68 to 69 (#207) @dependabot
- Bump mojo-parent from 67 to 68 (#206) @dependabot
- Bump maven-common-artifact-filters from 3.2.0 to 3.3.0 (#205) @dependabot
- Bump enforcer-api from 3.0.0 to 3.1.0 (#204) @dependabot
- Bump maven-enforcer-plugin from 3.0.0 to 3.1.0 (#203) @dependabot
- Bump plexus-utils from 3.4.1 to 3.4.2 (#202) @dependabot
- Bump maven-shade-plugin from 3.2.4 to 3.3.0 (#195) @dependabot
- Bump actions/setup-java from 2 to 3 (#199) @dependabot
- Bump mojo-parent from 65 to 67 (#198) @dependabot
- Bump asm from 9.2 to 9.3 (#197) @dependabot
- Bump actions/checkout from 2 to 3 (#193) @dependabot
- Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 (#194) @dependabot
- Bump release-drafter/release-drafter from 5.18.0 to 5.18.1 (#192) @dependabot
- Bump release-drafter/release-drafter from 5.17.6 to 5.18.0 (#191) @dependabot
👻 Maintenance
🔧 Build
1.21.0
🚀 New features and improvements
🐛 Bug Fixes
📦 Dependency updates
- Bump maven-plugin-annotations from 3.6.2 to 3.6.4 (#188) @dependabot
- Bump maven-plugin-plugin from 3.6.2 to 3.6.4 (#189) @dependabot
- Bump release-drafter/release-drafter from 5.15.0 to 5.17.6 (#190) @dependabot
- Bump build-helper-maven-plugin from 3.2.0 to 3.3.0 (#185) @dependabot
- Bump plexus-container-default from 2.1.0 to 2.1.1 (#184) @dependabot
- Bump maven-plugin-plugin from 3.6.1 to 3.6.2 (#183) @dependabot
- Bump maven-plugin-annotations from 3.6.1 to 3.6.2 (#182) @dependabot
- Bump junit from 4.13 to 4.13.1 in /animal-sniffer-maven-plugin/src/it/github-5-test-classes (#180) @dependabot
- Bump mojo-parent from 63 to 65 (#181) @dependabot
- Bump ant from 1.10.11 to 1.10.12 (#177) @dependabot
- Bump actions/setup-java from 2.3.0 to 2.3.1 (#176) @dependabot
- Bump plexus-utils from 3.4.0 to 3.4.1 (#174) @dependabot
- Bump actions/setup-java from 2.2.0 to 2.3.0 (#173) @dependabot
- Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0 (#169) @dependabot
- Bump enforcer-api from 1.4.1 to 3.0.0 (#170) @dependabot
- Bump plexus-utils from 3.3.0 to 3.4.0 (#168) @dependabot
- Bump actions/setup-java from 2.1.0 to 2.2.0 (#171) @dependabot
- Bump asm from 9.1 to 9.2 (#166) @dependabot
- Bump ant from 1.10.10 to 1.10.11 (#167) @dependabot
- Bump maven-plugin-plugin from 3.6.0 to 3.6.1 (#157) @dependabot
- Bump maven-plugin-annotations from 3.6.0 to 3.6.1 (#158) @dependabot
- Bump actions/setup-java from 1 to 2.1.0 (#161) @dependabot
- Bump httpclient from 4.1.1 to 4.5.13 in /animal-sniffer-maven-plugin/src/it/manimalsniffer-6 (#164) @dependabot
- Bump actions/cache from 2.1.5 to 2.1.6 (#162) @dependabot
- Bump mojo-parent from 61 to 63 (#163) @dependabot
- Bump actions/checkout from 2 to 2.3.4 (#160) @dependabot
- Bump ant from 1.10.9 to 1.10.10 (#156) @dependabot
- Bump actions/cache from v2.1.4 to v2.1.5 (#155) @dependabot
- Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#153) @dependabot
- Bump maven-common-artifact-filters from 3.1.1 to 3.2.0 (#151) @dependabot
- Bump commons-lang3 from 3.11 to 3.12.0 (#152) @dependabot
- Bump junit from 4.13.1 to 4.13.2 (#149) @dependabot
- Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#150) @dependabot
1.20
This release is now Java 8 minimum
🚀 New features and improvements
🐛 Bug Fixes
- checking test code is disabled by default (#143) @jtnord
- Typo fix in error message (#137) @gunnarmorling
- Fix "NestMember requires ASM7" (#135) @bradcupit
- Add LICENSE file (#88) @steven-sheehy
- Fix #5: fix false negatives when checking test classes (#81) @famod
📦 Dependency updates
- Bump maven-common-artifact-filters from 3.1.0 to 3.1.1 (#140) @dependabot
- Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 (#141) @dependabot
- Bump ant from 1.9.15 to 1.10.9 in /animal-sniffer-ant-tasks (#144) @dependabot
- Bump asm from 9.0 to 9.1 (#146) @dependabot
- Bump actions/cache from v2.1.3 to v2.1.4 (#145) @dependabot
- Bump release-drafter/release-drafter from v5.12.1 to v5.13.0 (#138) @dependabot
- upgrade mojo-parent 60 (#136) @olamy
- Bump actions/cache from v2.1.2 to v2.1.3 (#133) @dependabot
- Bump ant from 1.9.4 to 1.9.15 in /animal-sniffer-ant-tasks (#109) @dependabot
- Bump ant from 1.9.4 to 1.9.15 (#113) @dependabot
- Bump maven-surefire-plugin from 2.22.0 to 2.22.2 (#126) @dependabot
- Bump maven-compiler-plugin from 3.8.0 to 3.8.1 (#127) @dependabot
- Bump maven-project-info-reports-plugin from 3.0.0 to 3.1.1 (#128) @dependabot
- Bump maven-site-plugin from 3.9.0 to 3.9.1 (#129) @dependabot
- Bump junit from 3.8.1 to 4.13.1 in /animal-sniffer-maven-plugin/src/it/version-resolution (#121) @dependabot
- Bump plexus-container-default from 1.0-alpha-9 to 2.1.0 (#94) @dependabot
- Bump junit from 4.13 to 4.13.1 in /animal-sniffer-enforcer-rule (#116) @dependabot
- Bump plexus-utils from 1.5.6 to 3.3.0 (#117) @dependabot
- Bump enforcer-api from 1.0 to 1.4.1 (#118) @dependabot
- Bump build-helper-maven-plugin from 1.7 to 3.2.0 (#119) @dependabot
- Bump junit from 4.13 to 4.13.1 (#120) @dependabot
- Bump junit from 3.8.1 to 4.13.1 in /animal-sniffer-maven-plugin/src/it/with-deps-excluded (#122) @dependabot
- Bump junit from 3.8.1 to 4.13.1 in /animal-sniffer-maven-plugin/src/it/with-deps (#123) @dependabot
- Bump release-drafter/release-drafter from v5.11.0 to v5.12.1 (#125) @dependabot
- Bump maven-common-artifact-filters from 1.4 to 3.1.0 (#104) @dependabot
- Bump asm from 7.3.1 to 9.0 (#111) @dependabot
- Bump maven-plugin-plugin from 3.5.2 to 3.6.0 (#114) @dependabot
- Bump actions/cache from v2.1.1 to v2.1.2 (#115) @dependabot
- Bump maven-shade-plugin from 2.0 to 3.2.4 (#108) @dependabot
- Bump maven-assembly-plugin from 3.1.0 to 3.3.0 (#107) @dependabot
- Bump maven-checkstyle-plugin from 2.16 to 3.1.1 (#103) @dependabot
- Bump maven-plugin-annotations from 3.5.2 to 3.6.0 (#96) @dependabot
- Bump junit from 3.8.1 to 4.13 (#105) @dependabot
- Bump maven-resources-plugin from 3.0.2 to 3.2.0 (#102) @dependabot
- Bump commons-lang3 from 3.9 to 3.11 (#101) @dependabot
- Bump maven-source-plugin from 3.0.1 to 3.2.1 (#95) @dependabot
- Bump maven-jar-plugin from 3.0.2 to 3.2.0 (#97) @dependabot
- Bump maven-clean-plugin from 3.0.0 to 3.1.0 (#98) @dependabot
- Enabled java9+ compatibility (#91) @Finomosec
- Bump actions/cache from v2.1.0 to v2.1.1 (#99) @dependabot