Skip to content

Favour versions defined by Spring Boot instead of self defined#348

Merged
rashidi merged 1 commit intomasterfrom
copilot/update-spring-boot-dependencies
Apr 21, 2026
Merged

Favour versions defined by Spring Boot instead of self defined#348
rashidi merged 1 commit intomasterfrom
copilot/update-spring-boot-dependencies

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 21, 2026

Remove explicit dependency versions that are already managed by Spring Boot's BOM.

Changes

  • test-rest-assured/build.gradle.kts: Drop version from httpclient5 (was pinned to 5.6.1, Boot manages 5.5.2)
  • data-jpa-hibernate-cache/build.gradle.kts: Drop version from ehcache (was pinned to 3.10.9, Boot manages 3.11.1), retaining jakarta classifier via artifact block

Both subprojects compile and tests pass with the Spring Boot-managed versions.

- Remove explicit version from httpclient5 in test-rest-assured (managed by Spring Boot at 5.5.2)
- Remove explicit version from ehcache in data-jpa-hibernate-cache (managed by Spring Boot at 3.11.1)

Agent-Logs-Url: https://github.com/rashidi/spring-boot-tutorials/sessions/b26e3fca-6c72-4beb-b7d3-d56fcfac4599

Co-authored-by: rashidi <380073+rashidi@users.noreply.github.com>
Copilot AI requested a review from rashidi April 21, 2026 06:17
@rashidi rashidi marked this pull request as ready for review April 21, 2026 06:19
@rashidi rashidi merged commit d78d35e into master Apr 21, 2026
7 checks passed
@rashidi rashidi deleted the copilot/update-spring-boot-dependencies branch April 21, 2026 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants