🐛 Bug fixes
- Handle optional dependencies correctly (#288) @yabberyabber
- Retry mechanism in downloadToFile doesn't recover from failure (#274) @skundrik
- flat map the nested collect list. (#248) @jetersen
- Fix typo in PluginManager.java (#246) @dinwath
📦 Dependency updates
- Bump jenkins from 1.62 to 1.63 (#283) @dependabot
- Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 (#279) @dependabot
- Bump checkstyle from 8.39 to 8.40 (#280) @dependabot
- Bump assertj-core from 3.18.1 to 3.19.0 (#272) @dependabot
- Bump mockito-core from 3.7.0 to 3.7.7 (#259) @dependabot
- Bump mockito-core from 3.6.28 to 3.7.0 (#256) @dependabot
- Bump checkstyle from 8.38 to 8.39 (#251) @dependabot
- Bump jenkins from 1.61 to 1.62 (#249) @dependabot
📝 Documentation updates
- created some internal links in README.md (#252) @NilmaPeiris
👻 Maintenance
- Add directory address in DirectoryCreationException Message (#273) @hp77-creator