Skip to content

Remove centralized libs.versions.toml#56

Merged
jhonatapers merged 6 commits intodevelopfrom
feature/update-dependencies
Aug 25, 2025
Merged

Remove centralized libs.versions.toml#56
jhonatapers merged 6 commits intodevelopfrom
feature/update-dependencies

Conversation

@jhonatapers
Copy link
Copy Markdown
Member

This pull request removes the use of the centralized libs.versions.toml file for dependency management and replaces references to version catalog dependencies with explicit dependency declarations in individual build.gradle files. The change primarily affects how dependencies are managed and declared across the project.

Dependency management changes:

  • Deleted the gradle/libs.versions.toml file, removing the version catalog and all centralized dependency version management.
  • Replaced libs.guava and libs.junit.jupiter references with explicit dependency declarations in application/build.gradle and domain/build.gradle, and removed libs.guava from infrastructure/build.gradle. [1] [2] [3]

Dependency cleanup:

  • Removed the Guava library as a dependency from all affected modules. [1] [2] [3]
  • Updated the JUnit Jupiter dependency to a specific version (5.11.4) in domain/build.gradle instead of using the version catalog.

@jhonatapers jhonatapers self-assigned this Aug 25, 2025
@jhonatapers jhonatapers added the enhancement New feature or request label Aug 25, 2025
@jhonatapers jhonatapers moved this to Todo in CallV2 Aug 25, 2025
@jhonatapers jhonatapers merged commit 76afe34 into develop Aug 25, 2025
@jhonatapers jhonatapers deleted the feature/update-dependencies branch August 25, 2025 15:48
@github-project-automation github-project-automation Bot moved this from Todo to Done in CallV2 Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant