-
Notifications
You must be signed in to change notification settings - Fork 4
fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v4 #338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…rter-parent to v4
55be7aa to
50390a9
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
| import fr.insee.genesis.infrastructure.repository.RundeckExecutionDBRepository; | ||
| import fr.insee.genesis.infrastructure.repository.SurveyUnitMongoDBRepository; | ||
| import fr.insee.genesis.infrastructure.repository.VariableTypeMongoDBRepository; | ||
| import fr.insee.genesis.infrastructure.repository.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wildcard
| <groupId>org.springframework.boot</groupId> | ||
| <artifactId>spring-boot-starter-parent</artifactId> | ||
| <version>3.5.9</version> | ||
| <version>4.0.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue: La mise à jour vers spring boot 4 importe Jackson 3 ce qui casse le mapping avec le RawResponse du modèle filière qui doit utiliser la v2 pour l'instant sur le batch Generic
à voir avec @aitkarra pour une solution
This PR contains the following updates:
3.5.8->4.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)
v4.0.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.