Closed renovate[bot] closed 2 months ago
The build.gradle
file has been updated to reflect a version change for the mapstruct-spring-extensions
dependency. The version has been incremented from 1.1.1
to 1.1.2
for both annotationProcessor
and testAnnotationProcessor
configurations. This change is focused solely on updating the library version without altering the overall structure of dependency management.
Files | Change Summary |
---|---|
build.gradle | Updated mapstruct-spring-extensions version from 1.1.1 to 1.1.2 for annotationProcessor and testAnnotationProcessor . |
sequenceDiagram
participant Developer
participant BuildSystem
participant DependencyManager
Developer->>BuildSystem: Update version in build.gradle
BuildSystem->>DependencyManager: Fetch updated dependency version
DependencyManager-->>BuildSystem: Provide version 1.1.2
BuildSystem-->>Developer: Build process with updated dependency
In the meadow, hops a rabbit so spry,
"With version updates, oh my, oh my!
Mapstruct's new tune, a leap and a bound,
Enhancements abound, joy all around!
Let's celebrate changes, with a hop and a cheer,
For every new version brings springtime near!" 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This PR contains the following updates:
1.1.1
->1.1.2
Release Notes
mapstruct/mapstruct-spring-extensions (org.mapstruct.extensions.spring:mapstruct-spring-extensions)
### [`v1.1.2`](https://togithub.com/mapstruct/mapstruct-spring-extensions/releases/tag/v1.1.2): Release 1.1.2 [Compare Source](https://togithub.com/mapstruct/mapstruct-spring-extensions/compare/v1.1.1...v1.1.2) ##### What's Changed - Store TypeDescriptors as fields in generated ConversionServiceAdapter by [@jbonzohln](https://togithub.com/jbonzohln) in [https://github.com/mapstruct/mapstruct-spring-extensions/pull/108](https://togithub.com/mapstruct/mapstruct-spring-extensions/pull/108) - Replace generated javax.annotation.PostConstruct with jakarta if available by [@stickfigure](https://togithub.com/stickfigure) in [https://github.com/mapstruct/mapstruct-spring-extensions/pull/110](https://togithub.com/mapstruct/mapstruct-spring-extensions/pull/110) ##### New Contributors - [@jbonzohln](https://togithub.com/jbonzohln) made their first contribution in [https://github.com/mapstruct/mapstruct-spring-extensions/pull/108](https://togithub.com/mapstruct/mapstruct-spring-extensions/pull/108) - [@stickfigure](https://togithub.com/stickfigure) made their first contribution in [https://github.com/mapstruct/mapstruct-spring-extensions/pull/110](https://togithub.com/mapstruct/mapstruct-spring-extensions/pull/110) **Full Changelog**: https://github.com/mapstruct/mapstruct-spring-extensions/compare/v1.1.1...v1.1.2Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.