Skip to content

Commit

Permalink
Bump junit-jupiter-api from 5.7.2 to 5.8.1 in /modules/junit-jupiter
Browse files Browse the repository at this point in the history
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.7.2...r5.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 5, 2021
1 parent d44e616 commit 472e7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Testcontainers :: JUnit Jupiter Extension"

dependencies {
api project(':testcontainers')
api 'org.junit.jupiter:junit-jupiter-api:5.7.2'
api 'org.junit.jupiter:junit-jupiter-api:5.8.1'

testImplementation project(':mysql')
testImplementation project(':postgresql')
Expand Down

0 comments on commit 472e7c8

Please sign in to comment.