Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ postgresql_jdbc = "42.7.11"
hikaricp = "7.0.2"
embedded_postgres = "2.2.2"
embedded_postgres_binaries = "18.4.0"
testcontainers = "1.21.4"
testcontainers = "2.0.5"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

Updating to v2 requires artifact ID changes and package relocation. Ensure that the 'libraries' section of this catalog and project imports are updated to match Testcontainers 2.0 specifications.

buildconfig = "6.0.10"
fluidsonic_locale = "0.13.0"
resources = "1.1.0"
Expand Down
Loading