Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter in /modules/testcontainers
Browse files Browse the repository at this point in the history
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent f4cf015 commit 494761d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/testcontainers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sourceSets {
}

dependencies {
api 'org.junit.jupiter:junit-jupiter-api:5.10.3'
api 'org.junit.jupiter:junit-jupiter-api:5.11.0'
api 'org.testcontainers:junit-jupiter:1.20.1'
api project(':microshed-testing-core')

Expand All @@ -24,7 +24,7 @@ dependencies {
testImplementation 'org.slf4j:slf4j-log4j12:2.0.16'
testImplementation 'org.testcontainers:mockserver:1.20.1'

testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
}

test {
Expand Down

0 comments on commit 494761d

Please sign in to comment.