Update all non-major dependencies (except core Kotlin) #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.18.3
->0.19.2
3.15.1
->3.19.2
2.3.0
->2.8.8
2.3.0
->2.8.8
2.3.0
->2.8.8
3.2.3
->3.5.0
3.2.3
->3.5.0
1.0.0-pre.715
->1.0.0-pre.860
Release Notes
ajoberstar/reckon (org.ajoberstar.reckon.settings)
v0.19.2
Compare Source
This release tries to resolve configuration cache support (yet again). This time with a workaround for JGit's use of the git executable to detect system configuration files. As a consequence, system configuration will not be read while reckon is calculating versions.
Breaking Changes
None
Enhancements
None
Fixes
Deprecations
None
Compatibility
Tested against the following versions.
v0.19.1
Compare Source
NOTE: 0.19.1 is the same as 0.19.0. There was a publishing issue preventing 0.19.0 from getting out to Central.
This release makes commit message scope suppliers more flexible.
Use of
scopeSupplier = calcScopeFromCommitMessages()
allowed specifying the scope with a commit message likemajor: My Message
orpatch: My message
. However, there was a special case when the project hadn't reached 1.0.0 yet.Before a project reaches 1.0.0,
major:
prefixes were downgraded tominor
. The intent was to encourage breaking changes to still be committed asmajor:
for consistency, but respecting that reaching 1.0.0 is a more significant decision than just the first breaking change introduced into your code.The downside was that the only alternative to get to 1.0.0 was to use
-Preckon.scope=major
to supersede what the commit message supplier decided. This can be incompatible with many workflows that don't allow user interaction when reckon runs.With this release:
scopeSupplier = calcScopeFromCommitMessages()
now additionally supports amajor!:
prefix which ignores whether the project is pre-1.0.0 and forces use of the major scopescopeSupplier = calcScopeFromCommitMessageParser(BiFunction)
which allows custom logic to consider both the commit message and whether the project is pre-1.0.0 when it makes it's scope decisionscopeSupplier = calcScopeFromCommitMessages(Function)
continues to use the same pre-1.0.0 behavior when a major scope is returned for backwards compatibilityBreaking Changes
None
Enhancements
Fixes
Deprecations
None
Compatibility
Tested against the following versions.
springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)
v2.8.8
Compare Source
Fixed
v2.8.7
Compare Source
Added
Changed
Fixed
v2.8.6
Compare Source
Added
Changed
Fixed
v2.8.5
Added
Changed
Fixed
v2.8.4
Added
Changed
Fixed
v2.8.3
Added
v2.8.2
Added
Fixed
v2.8.1
Fixed
v2.8.0
Added
Changed
Fixed
v2.7.0
Added
Changed
v2.6.0
Added
Changed
Fixed
v2.5.0
Added
Changed
Fixed
v2.4.0
Added
Changed
Fixed
spring-projects/spring-boot (org.springframework.boot:spring-boot-dependencies)
v3.5.0
v3.4.6
v3.4.5
🐞 Bug Fixes
@ConditionalOnClass
incorrectly #45178📔 Documentation
@Component
a javadoc link #45258🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@EvaristeGalois11, @MelleD, @aahlenst, @ali-jalaal, @erichaagdev, @florgust, @geniusYoo, @izeye, @jonatan-ivanov, @nenros, @nevenc, @ngocnhan-tran1996, @nosan, @quaff, and @rainboyan
v3.4.4
❗ Noteworthy Changes
Tomcat APR support is now disabled by default if you are using Java 24 or higher. This change has been made to prevent JDK from issuing warnings.
Please see the updated release notes for details.
🐞 Bug Fixes
@DataJpaTest
on enclosing class #44407📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@KmYgJn, @bekoenig, @bernie-schelberg-invicara, @dmitrysulman, @izeye, @metters, @ngocnhan-tran1996, @nosan, and @quaff
v3.4.3
⭐ New Features
🐞 Bug Fixes
📔 Documentation
🔨 Dependency Upgrades
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.