Fix artifact coordinates listed in docs by ox-sag · Pull Request #11121 · testcontainers/testcontainers-java
Navigation Menu
{{ message }}
testcontainers / testcontainers-java Public
- Notifications You must be signed in to change notification settings
- Fork 1.8k
Merged
Fix artifact coordinates listed in docs#11121
eddumelendez merged 1 commit intotestcontainers:mainfrom
Fix artifact coordinates listed in docs#11121
eddumelendez merged 1 commit intotestcontainers:mainfrom
Conversation
Copy link
Contributor
ox-sag
commented
Oct 15, 2025
ox-sag
commented
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
requested a review
from a team
as a code owner
github-actions
bot
added
the
type/docs
label
eddumelendez
added this to the
next milestone
eddumelendez
changed the title
docs: update the document
Fix artifact coordinates listed in docs
Copy link
Member
eddumelendez
commented
Oct 15, 2025
eddumelendez commented
Oct 15, 2025Thanks for your contribution!
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