バックエンドのライブラリを最新化する#3923
Merged
rnakagawa16 merged 48 commits intomainfrom Feb 5, 2026
Hidden character warning
The head ref may contain hidden characters: "feature/\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u6700\u65b0\u5316\u3059\u308b"
Merged
Conversation
…ilsImplからUserDetailsに型を変更。
…y/maia into feature/MPAに認証機能等を追加する
This was
linked to
issues
Feb 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates backend libraries across multiple sample applications (Dressca, DresscaCMS, External ID sample), focusing on upgrading Spring Boot from 4.0.0 to 4.0.1, removing version overrides for dependencies managed by Spring Boot BOM, and reorganizing dependency declarations for better maintainability.
Changes:
- Upgraded Spring Boot from 4.0.0 to 4.0.1 and related dependencies (MyBatis, SpringDoc OpenAPI, Spotbugs)
- Removed explicit version specifications for dependencies managed by Spring Boot Dependencies BOM (H2, PostgreSQL, Commons Lang3, Thymeleaf Layout Dialect)
- Reorganized and updated test dependencies to use more specific Spring Boot test starters
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| samples/web-csr/dressca-backend/dependencies.gradle | Updated version numbers and removed BOM-managed version overrides |
| samples/web-csr/dressca-backend/web/build.gradle | Reorganized dependencies and changed test dependencies from spring-boot-starter-test to spring-boot-starter-webmvc-test |
| samples/web-csr/dressca-backend/web-consumer/build.gradle | Reorganized dependency order |
| samples/web-csr/dressca-backend/web-admin/build.gradle | Reorganized dependency order |
| samples/web-csr/dressca-backend/system-common/build.gradle | Minor formatting changes to bootJar/jar blocks |
| samples/web-csr/dressca-backend/infrastructure/build.gradle | Removed spring-boot-starter-test and reformatted bootJar/jar blocks |
| samples/web-csr/dressca-backend/batch/build.gradle | Changed to use consolidated spring-boot-starter-batch-jdbc-test starter |
| samples/web-csr/dressca-backend/application-core/build.gradle | Changed dependency from spring-boot-starter and mybatis to spring-boot-starter-jdbc |
| samples/external-id-sample-for-spa/auth-backend/web/build.gradle | Removed spring-boot-starter-test and reorganized dependencies |
| samples/external-id-sample-for-spa/auth-backend/system-common/build.gradle | Minor whitespace changes |
| samples/external-id-sample-for-spa/auth-backend/dependencies.gradle | Updated version numbers and reorganized dependency definitions |
| samples/dressca-cms/web/build.gradle | Removed spring-boot-starter-test and reorganized dependencies |
| samples/dressca-cms/system-common/build.gradle | Minor whitespace changes |
| samples/dressca-cms/dependencies.gradle | Updated version numbers and removed BOM-managed version overrides |
| samples/dressca-cms/authentication/build.gradle | Removed spring-boot-starter-test and reorganized dependencies |
| samples/dressca-cms/announcement/build.gradle | Removed spring-boot-starter-test and reorganized dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…nfiny/maia into feature/バックエンドのライブラリを最新化する
rnakagawa16
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
この Pull request で実施したこと
以下のサンプルアプリケーションについて、ライブラリのアップデートおよび必要な依存関係の整理を行いました。
また、Spring Boot Dependenciesによってバージョン管理されているにも関わらずバージョンを上書きしていたライブラリについては、バージョン指定を削除しました。
この Pull request では実施していないこと
ドキュメント上のスターターは整理されていません。
以下で対応予定です。
Spring Doc OpenAPIの最新のサポートバージョンがSpringBoot4.0.1なのであえて最新化していません。
Issues や Discussions 、関連する Web サイトなどへのリンク