-
Notifications
You must be signed in to change notification settings - Fork 109
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
build(deps): bump org.springframework.boot from 3.2.5 to 3.3.2 #3327
build(deps): bump org.springframework.boot from 3.2.5 to 3.3.2 #3327
Conversation
ПроцессВ этом обновлении была изменена версия плагина Spring Boot в конфигурационном файле Gradle с Изменения
Стихотворение
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? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.5 to 3.3.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.5...v3.3.2) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
3ce991f
to
ddeae6b
Compare
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- build.gradle.kts (1 hunks)
Additional comments not posted (1)
build.gradle.kts (1)
21-21
: Обновление версии Spring Boot.Версия Spring Boot обновлена с
3.2.5
до3.3.2
. Убедитесь, что все компоненты приложения совместимы с новой версией и протестированы на наличие возможных проблем.Verification successful
Обновление версии Spring Boot подтверждено.
Версия Spring Boot успешно обновлена до
3.3.2
в файлеbuild.gradle.kts
. Убедитесь, что все компоненты приложения протестированы на совместимость с новой версией.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Описание: Проверка совместимости с новой версией Spring Boot. # Тест: Поиск упоминаний версии Spring Boot в проекте. Ожидается: только новая версия. rg --type gradle 'org.springframework.boot' -A 1Length of output: 197
Script:
#!/bin/bash # Описание: Поиск всех упоминаний версии Spring Boot в проекте без ограничения по типу файла. # Тест: Поиск упоминаний версии Spring Boot в проекте. rg 'org.springframework.boot' -A 1Length of output: 34476
Quality Gate passedIssues Measures |
Superseded by #3339. |
Bumps org.springframework.boot from 3.2.5 to 3.3.2.
Release notes
Sourced from org.springframework.boot's releases.
... (truncated)
Commits
2d0861d
Release v3.3.2397f3f4
Merge branch '3.2.x' into 3.3.xf5df7e7
Fix documentation links in the README6f745c7
Merge pull request #41531 from anbusampath3d29359
Update README to fix links to the docsb7ff40e
Merge pull request #41355 from opcooc1a6760e
Polish "Add configuration property to allow multiple issuers"b0b97fb
Add configuration property to allow multiple issuersf7780b4
Polish51646fb
Upgrade to Spring Pulsar 1.1.2You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)