Update all non-major dependencies
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
org.jetbrains:annotations |
23.0.0 -> 23.1.0
|
||||
tech.picnic.error-prone-support:refaster-runner (source) |
0.4.0 -> 0.6.0
|
||||
tech.picnic.error-prone-support:error-prone-contrib (source) |
0.4.0 -> 0.6.0
|
||||
com.google.errorprone:error_prone_core (source) |
2.15.0 -> 2.16
|
||||
com.google.errorprone:error_prone_annotations (source) |
2.15.0 -> 2.16
|
||||
org.codehaus.mojo:versions-maven-plugin (source) |
2.10.0 -> 2.14.1
|
||||
org.apache.maven.plugins:maven-failsafe-plugin |
3.0.0-M5 -> 3.0.0-M7
|
||||
org.apache.maven.plugins:maven-surefire-plugin |
3.0.0-M5 -> 3.0.0-M7
|
||||
com.diffplug.spotless:spotless-maven-plugin |
2.22.1 -> 2.28.0
|
||||
org.sonatype.plugins:nexus-staging-maven-plugin (source) |
1.6.8 -> 1.6.13
|
||||
org.apache.maven.plugins:maven-javadoc-plugin |
3.2.0 -> 3.4.1
|
||||
org.apache.maven.plugins:maven-jar-plugin |
3.2.2 -> 3.3.0
|
||||
org.codehaus.mojo:flatten-maven-plugin (source) |
1.2.7 -> 1.3.0
|
||||
org.apache.maven.plugins:maven-compiler-plugin |
3.8.1 -> 3.10.1
|
Release Notes
PicnicSupermarket/error-prone-support
v0.6.0
What's Changed
🚀 New Error Prone checks and Refaster rules
- Introduce
IsInstanceLambdaUsage
check by @Ptijohn in https://github.com/PicnicSupermarket/error-prone-support/pull/323 - Introduce Refaster rules to streamline
java.time
type creation by @CoolTomatos in https://github.com/PicnicSupermarket/error-prone-support/pull/322 - Introduce
Optional{Filter,Map}
Refaster rules by @werli in https://github.com/PicnicSupermarket/error-prone-support/pull/327 - Improve and extend Refaster
Map
rules by @Stephan202 in https://github.com/PicnicSupermarket/error-prone-support/pull/337 - Introduce
MapIsEmpty
Refaster rule by @mlrprananta in https://github.com/PicnicSupermarket/error-prone-support/pull/339 - Extend
MonoFlux
Refaster rule by @werli in https://github.com/PicnicSupermarket/error-prone-support/pull/358 - Introduce
{Mono,Flux}DefaultIfEmpty
Refaster rules by @giall in https://github.com/PicnicSupermarket/error-prone-support/pull/370 - Introduce some Refaster rules that avoid nested
Publisher
s by @werli in https://github.com/PicnicSupermarket/error-prone-support/pull/374 - Introduce
JUnitClassModifiers
check by @oxkitsune in https://github.com/PicnicSupermarket/error-prone-support/pull/214 - Introduce
StringCaseLocaleUsage
check by @mlrprananta in https://github.com/PicnicSupermarket/error-prone-support/pull/376 - Introduce
Mono{Empty,Just,JustOrEmpty}
Refaster rules by @werli in https://github.com/PicnicSupermarket/error-prone-support/pull/385 - Introduce
MonoFromOptionalSwitchIfEmpty
andOptionalMapMonoJust
Refaster rules by @werli in https://github.com/PicnicSupermarket/error-prone-support/pull/384 - Introduce
CollectionForEach
Refaster rule by @amestoyg in https://github.com/PicnicSupermarket/error-prone-support/pull/390 - Introduce additional Refaster rules to
ComparatorRules
by @Stephan202 in https://github.com/PicnicSupermarket/error-prone-support/pull/388 - Prefer
BigDecimal.valueOf(double)
overnew BigDecimal(double)
by @Venorcis in https://github.com/PicnicSupermarket/error-prone-support/pull/394 - Introduce
Flux
andStream
Refaster rules to suggest filtering before sorting by @CoolTomatos in https://github.com/PicnicSupermarket/error-prone-support/pull/393 - Introduce
MonoIdentity
andMonoThen
Refaster rules by @pacbeckh in https://github.com/PicnicSupermarket/error-prone-support/pull/405
✨ Improvements
- Improve
Tree
deletion suggestions by @Stephan202 in https://github.com/PicnicSupermarket/error-prone-support/pull/347 - Introduce
More{ASTHelpers,JUnitMatchers,Matchers}
utility classes by @eric-picnic in https://github.com/PicnicSupermarket/error-prone-support/pull/335
🐛 Bug fixes
- Prevent
ReverseOrder
Refaster rule from introducing a static import by @Stephan202 in https://github.com/PicnicSupermarket/error-prone-support/pull/397 - Improve
IsInstanceLambdaUsage
check by @Ptijohn in https://github.com/PicnicSupermarket/error-prone-support/pull/401 - Fix suggestions emitted by the
StringCaseLocaleUsage
check by @rickie in https://github.com/PicnicSupermarket/error-prone-support/pull/400
📚 Documentation, test and build improvements
- Configure documentation URL for
StringJoin
check by @gtoison in https://github.com/PicnicSupermarket/error-prone-support/pull/331 - Add Reproducible Builds badge to README by @hboutemy in https://github.com/PicnicSupermarket/error-prone-support/pull/333
- Have Renovate file
ruby/setup-ruby
upgrade PRs at most once a month by @rickie in https://github.com/PicnicSupermarket/error-prone-support/pull/357 - Drop unused Palantir
{assertj,baseline}-error-prone
dependencies by @rickie in https://github.com/PicnicSupermarket/error-prone-support/pull/367 - Report mutation test coverage of proposed changes by @Stephan202 in https://github.com/PicnicSupermarket/error-prone-support/pull/346
- Improve mutation testing setup by @Stephan202 in https://github.com/PicnicSupermarket/error-prone-support/pull/383
- Downgrade actions/setup-java v3.7.0 -> v3.6.0 by @rickie in https://github.com/PicnicSupermarket/error-prone-support/pull/392
- Drop indentation in feature request issue template by @rickie in https://github.com/PicnicSupermarket/error-prone-support/pull/403
- Show Christmas Cody in README and on website home page by @jarmilakaiser in https://github.com/PicnicSupermarket/error-prone-support/pull/404
📈 Dependency upgrades
- Upgrade swagger-annotations 2.2.4 -> 2.2.6 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/329
- Upgrade NullAway 0.10.3 -> 0.10.4 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/328
- Upgrade Checker Framework Annotations 3.26.0 -> 3.27.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/330
- Upgrade Jackson 2.13.4.20221013 -> 2.14.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/338
- Upgrade ruby/setup-ruby v1.120.0 -> v1.120.1 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/341
- Upgrade ruby/setup-ruby v1.120.1 -> v1.121.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/343
- Upgrade Project Reactor 2020.0.24 -> 2022.0.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/342
- Upgrade pitest-maven-plugin 1.9.9 -> 1.9.10 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/344
- Upgrade modernizer-maven-plugin 2.4.0 -> 2.5.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/348
- Upgrade Mockito 4.8.1 -> 4.9.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/349
- Upgrade actions/upload-pages-artifact v1.0.4 -> v1.0.5 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/353
- Upgrade swagger-annotations 2.2.6 -> 2.2.7 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/351
- Upgrade pitest-maven-plugin 1.9.10 -> 1.9.11 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/354
- Upgrade ruby/setup-ruby v1.121.0 -> v1.123.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/345
- Upgrade swagger-annotations 1.6.8 -> 1.6.9 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/352
- Upgrade New Relic Java Agent 7.11.0 -> 7.11.1 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/350
- Upgrade Spring 5.3.23 -> 5.3.24 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/355
- Upgrade AutoValue 1.10 -> 1.10.1 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/361
- Upgrade NullAway 0.10.4 -> 0.10.5 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/359
- Upgrade SLF4J API 2.0.3 -> 2.0.4 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/360
- Upgrade maven-install-plugin 3.0.1 -> 3.1.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/362
- Upgrade actions/deploy-pages v1.2.2 -> v1.2.3 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/365
- Upgrade Jackson 2.14.0 -> 2.14.1 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/366
- Upgrade actions/configure-pages v2.1.2 -> v2.1.3 (#316) by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/368
- Upgrade Checkstyle 10.4 -> 10.5.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/375
- Upgrade SLF4J API 2.0.4 -> 2.0.5 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/371
- Upgrade Spring Boot 2.7.5 -> 2.7.6 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/372
- Upgrade maven-dependency-plugin 3.3.0 -> 3.4.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/377
- Upgrade ruby/setup-ruby v1.123.0 -> v1.126.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/379
- Upgrade actions/setup-java v3.6.0 -> v3.7.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/381
- Upgrade Checker Framework Annotations 3.27.0 -> 3.28.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/382
- Upgrade Pitest Git plugins 1.0.1 -> 1.0.2 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/380
- Upgrade Pitest Git plugins 1.0.2 -> 1.0.3 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/391
- Upgrade pitest-maven-plugin 1.9.11 -> 1.10.3 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/378
- Upgrade actions/setup-java v3.6.0 -> v3.8.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/395
New Contributors
- @gtoison made their first contribution in https://github.com/PicnicSupermarket/error-prone-support/pull/331
- @hboutemy made their first contribution in https://github.com/PicnicSupermarket/error-prone-support/pull/333
- @mlrprananta made their first contribution in https://github.com/PicnicSupermarket/error-prone-support/pull/339
- @giall made their first contribution in https://github.com/PicnicSupermarket/error-prone-support/pull/370
- @amestoyg made their first contribution in https://github.com/PicnicSupermarket/error-prone-support/pull/390
- @jarmilakaiser made their first contribution in https://github.com/PicnicSupermarket/error-prone-support/pull/404
- @pacbeckh made their first contribution in https://github.com/PicnicSupermarket/error-prone-support/pull/405
Full Changelog: https://github.com/PicnicSupermarket/error-prone-support/compare/v0.5.0...v0.6.0
v0.5.0
What's Changed
🚀 New Error Prone checks and Refaster rules
- Introduce Guava
Preconditions
Refaster rules by @werli in https://github.com/PicnicSupermarket/error-prone-support/pull/292 - Introduce Reactor
ContextEmpty
Refaster rule by @werli in https://github.com/PicnicSupermarket/error-prone-support/pull/306 - Prefer
Flux#take(long, boolean)
overFlux#take(long)
to limit upstream generation by @eric-picnic in https://github.com/PicnicSupermarket/error-prone-support/pull/314 - Introduce
{Mono,Flux}#zipWith{,Iterable}
Refaster rules by @werli in https://github.com/PicnicSupermarket/error-prone-support/pull/293 - Introduce
{Mono,Flux}Map{,NotNull}
Refaster rules by @cernat-catalin in https://github.com/PicnicSupermarket/error-prone-support/pull/142 - Introduce assorted Reactor error handling Refaster rules by @Ptijohn in https://github.com/PicnicSupermarket/error-prone-support/pull/318
✨ Improvements
- Make the build JDK 18+ compatible by @rickie in https://github.com/PicnicSupermarket/error-prone-support/pull/304
- Have
LexicographicalAnnotationListing
sortTYPE_USE
annotations last by @Stephan202 in https://github.com/PicnicSupermarket/error-prone-support/pull/182 - Migrate from JSR 305 to JSpecify by @Stephan202 in https://github.com/PicnicSupermarket/error-prone-support/pull/181
- Introduce additional matchers to
TimeZoneUsage
rule by @chamil-prabodha in https://github.com/PicnicSupermarket/error-prone-support/pull/311 - Introduce
MoreTypes
utility class by @Stephan202 in https://github.com/PicnicSupermarket/error-prone-support/pull/234 - Have
FluxFlatMapUsage
better handle nestedPublisher
s by @eliashenko in https://github.com/PicnicSupermarket/error-prone-support/pull/224 - By default, prevent
BugChecker
s from introducing new dependencies by @Stephan202 in https://github.com/PicnicSupermarket/error-prone-support/pull/308
📚 Documentation, test and build improvements
- Fix and simplify documented example compiler output by @japborst in https://github.com/PicnicSupermarket/error-prone-support/pull/297
- Don't update
project.build.outputTimestamp
onmvn versions:set
by @Stephan202 in https://github.com/PicnicSupermarket/error-prone-support/pull/310 - Build and test on additional platforms and against additional JDKs by @rickie in https://github.com/PicnicSupermarket/error-prone-support/pull/301
- Improve build and deployment concurrency handling by @Stephan202 in https://github.com/PicnicSupermarket/error-prone-support/pull/284
📈 Dependency upgrades
- Upgrade ruby/setup-ruby v1.117.0 -> v1.118.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/298
- Upgrade Error Prone 2.15.0 -> 2.16 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/291
- Upgrade Jackson 2.13.4 -> 2.13.4.20221013 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/294
- Upgrade Project Reactor 2020.0.23 -> 2020.0.24 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/295
- Upgrade swagger-annotations 1.6.7 -> 1.6.8 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/300
- Upgrade errorprone-slf4j 0.1.15 -> 0.1.16 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/296
- Upgrade swagger-annotations 2.2.3 -> 2.2.4 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/299
- Upgrade actions/deploy-pages v1.2.1 -> v1.2.2 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/302
- Upgrade Mockito 4.8.0 -> 4.8.1 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/303
- Upgrade actions/setup-java v3.5.1 -> v3.6.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/305
- Upgrade Spring Boot 2.7.4 -> 2.7.5 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/307
- Upgrade versions-maven-plugin 2.12.0 -> 2.13.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/309
- Upgrade actions/configure-pages v2.1.1 -> v2.1.2 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/312
- Upgrade ruby/setup-ruby v1.118.0 -> v1.120.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/317
- Upgrade pitest-maven-plugin 1.9.8 -> 1.9.9 (#136) by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/316
- Upgrade tidy-maven-plugin 1.1.0 -> 1.2.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/271
- Upgrade New Relic Java Agent 7.10.0 -> 7.11.0 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/320
- Upgrade NullAway 0.10.2 -> 0.10.3 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/324
- Upgrade Checkstyle 10.3.4 -> 10.4 by @Picnic-Bot in https://github.com/PicnicSupermarket/error-prone-support/pull/325
New Contributors
- @eric-picnic made their first contribution in https://github.com/PicnicSupermarket/error-prone-support/pull/314
- @eliashenko made their first contribution in https://github.com/PicnicSupermarket/error-prone-support/pull/224
Full Changelog: https://github.com/PicnicSupermarket/error-prone-support/compare/v0.4.0...v0.5.0
google/error-prone
v2.16
: Error Prone 2.16.0
New Checkers:
ASTHelpersSuggestions
CanIgnoreReturnValueSuggester
LenientFormatStringValidation
UnnecessarilyUsedValue
Fixed issues: #3092, #3220, #3225, #3267, #3441
Full Changelog: https://github.com/google/error-prone/compare/v2.15.0...v2.16
mojohaus/versions
v2.14.1
Changes
🐛 Bug Fixes
- Resolves #848: Fixing module resolution with nonstandard filenames (#849) @ajarmoniuk
v2.14.0
Changes
🚀 New features and improvements
- #333: aggregated reports site information (#841) @MihaStemberger
- #333: aggregated reports (#836) @MihaStemberger
- Resolves #837: Add includeParent (default true) to UpdatePropertiesMojo (#838) @ajarmoniuk
- [#767] display update information for ranges (#823) @sultan
- Resolves #387: Provide an enforcer rule to specify the maximum number of allowed dependency updates (#801) @ajarmoniuk
- Introduce Plugin API for ChangeRecorder (#819) @slawekjaranowski
- Issue 134 removing the no longer needed patch + adding integration tests (#814) @ajarmoniuk
- Make includeParent false by default to retain backward compatibility. (#817) @ajarmoniuk
- Resolves #359: XML Property Updates Report (#804) @ajarmoniuk
- Resolves #793: Added includeParent to DisplayPropertyUpdates and PropertyUpdatesReport (#795) @ajarmoniuk
🐛 Bug Fixes
- Wagon should use remote repository instead of proxy repository for repo authentication (#842) @ajarmoniuk
- Resolves #289: Handle processParent in mojos which support it. (#813) @ajarmoniuk
- Resolves #505: getReactorModels using correct module paths when the module name includes pom.xml (#805) @ajarmoniuk
- #794: SetMojo would always change the version of the POM, regardless if a match was found (#799) @ajarmoniuk
- #614 resolve version from model properties if necessary (#797) @TorstenKruse
- Resolves #790: Fix update scope determination in DisplayDependencyUpdatesMojo (#791) @ajarmoniuk
📦 Dependency updates
- Bump parent version from 71 to 72 (#844) @slawekjaranowski
- Bump commons-text from 1.9 to 1.10.0 (#827) @dependabot
- Bump mockito-inline from 4.8.1 to 4.9.0 (#815) @dependabot
- Bump plexus-utils from 3.4.2 to 3.5.0 (#811) @dependabot
- Upgrade com.fasterxml.woodstox:woodstox-core to 6.4.0 (#798) @slachiewicz
- Bump plexus-utils from 3.4.2 to 3.5.0 (#792) @dependabot
📝 Documentation updates
- Make Max Dependency enforcer rule as main page of enforcer module (#847) @slawekjaranowski
- Clarification in README - maintained versions, issues and PR creation (#832) @slawekjaranowski
- #725: Migrate Set Aggregator to Markdown (#784) @ajarmoniuk
- #725: Migrate Recording Changes to Markdown (#783) @ajarmoniuk
- #725: Migrate Update Parent to Markdown (#787) @ajarmoniuk
- #725: Migrate Unlock Snapshots to Markdown (#785) @ajarmoniuk
- #725: Migrate Update Child Modules to Markdown (#786) @ajarmoniuk
- #725: Migrate Use Releases to Markdown (#788) @ajarmoniuk
- #725: Migrate Update Properties to Markdown (#789) @ajarmoniuk
👻 Maintenance
- Enable Spotless plugin - automatic code formatting (#845) @slawekjaranowski
- #704: Remove remaining ArtifactRepository leftovers + use version range for VersionsHelper where applicable (#833) @ajarmoniuk
- Rename models module to meet project conventions (#840) @slawekjaranowski
- #704: Remove WagonManager (#831) @ajarmoniuk
- #704: Removing MavenProjectBuilder (#829) @ajarmoniuk
- #704: Removing ArtifactResolver (#828) @ajarmoniuk
- Quality: Refactoring Reports classes (#772) @sultan
- #704: Removing ArtifactMetadataSource (#825) @ajarmoniuk
- Site build - gitHub ribbon, stage site (#818) @slawekjaranowski
- Resolves #809: Extract the apis and common services to a separate module (#810) @ajarmoniuk
- Resolves #807: Abstracting a common base for UseLatestVersionsMojo and UseLatestReleasesMojo (#808) @ajarmoniuk
- #758: Implementing the first stage of module split (#782) @ajarmoniuk
🔧 Build
- GH build improvement - skip one build in matrix (#820) @slawekjaranowski
v2.13.0
Changes
🚀 New features and improvements
- Build Modello improvement, change namespace for xsd (#766) @slawekjaranowski
- Remove redundant logs in info level (#764) @slawekjaranowski
- #367: Include parent projects in property resolution (#759) @ajarmoniuk
- Caching, Last Version on XML reports, Remove Oldest (#732) @sultan
- #754: Use Modello for XML reports (also fixes #755) (#757) @ajarmoniuk
- #283: allowMinorUpdates false should imply allowMajorUpdates false (#745) @ajarmoniuk
- Caching update information in reports to increase performance (#749) @ajarmoniuk
- #499: Add segment selection to update parent (#737) @ajarmoniuk
- #343 Parent updates report (#722) @ajarmoniuk
- Issue 342 scm set tag add new elements (#694) @ajarmoniuk
- Issue 610 update-parent: add a possibility to skip version resolution and enforce a parent version (#689) @ajarmoniuk
- Implementing #684: allow providing ruleSet in POM (#686) @ajarmoniuk
🐛 Bug Fixes
- Resolves #776: onlyUpgradable change the filter to versions where the current version is not the latest one (#777) @ajarmoniuk
- Fixing #769 (#770) @ajarmoniuk
- #762 Fix Plugin Report and Success/Warning icons, counts (#763) @sultan
- #760: Fixing the reported number of updates (#761) @ajarmoniuk
- #454 Use BoundArtifactVersion with UpdatePropertiesMojo (#753) @ajarmoniuk
- #454: Introducing "infinity-like" range calculus for dependency range computation (#733) @ajarmoniuk
- Issue #265: revert mojo to scan child modules instead of relying on maven (#719) @ajarmoniuk
- Add missing space in exception message (#723) @pzygielo
- Implementing #709: removeSnapshot idempotency (#712) @ajarmoniuk
- #632 Fixed lower and upper bounds to keep milestones and rcs in the right majors. (#672) @sultan
- Fixed #682: Restoring the ability to provide an empty "newVersion" argument (#683) @ajarmoniuk
- #673: Fixing NPE in UseDepVersionMojo caused by PatternIncludesArtifactFilter expecting a non-null classifier when using wildcards (#675) @ajarmoniuk
- Fixing #670: restoring allowSnapshots which was disabled in PR #665 (#671) @ajarmoniuk
📦 Dependency updates
- Bump parent version from 70 to 71 (#775) [@slawekjaranowski](https
Configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.