Fix artifact coordinates listed in docs by ox-sag · Pull Request #11121 · testcontainers/testcontainers-java

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@ox-sag

Copy link

Contributor

@ox-sag ox-sag commented

Oct 15, 2025

updated the documentation
changed
testImplementation('org.testcontainers:mysql') to testImplementation('org.testcontainers:testcontainers-mysql')
testImplementation "org.testcontainers:junit-jupiter:{{latest_version}}" to testImplementation "org.testcontainers:testcontainers-junit-jupiter:{{latest_version}}"
testImplementation "org.testcontainers:spock:{{latest_version}}" to testImplementation "org.testcontainers:testcontainers-spock:{{latest_version}}"

@ox-sag ox-sag requested a review from a team as a code owner

October 15, 2025 19:43

@eddumelendez eddumelendez added this to the next milestone

Oct 15, 2025

@eddumelendez eddumelendez changed the title docs: update the document Fix artifact coordinates listed in docs

Oct 15, 2025

@eddumelendez eddumelendez merged commit ca450d0 into testcontainers:main

Oct 15, 2025

7 checks passed

@eddumelendez

Copy link

Member

Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

2.0.1

Development

Successfully merging this pull request may close these issues.

2 participants

@ox-sag @eddumelendez