Skip to content

Commit 472e7c8

Browse files
Bump junit-jupiter-api from 5.7.2 to 5.8.1 in /modules/junit-jupiter
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/junit-framework@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] <[email protected]>
1 parent d44e616 commit 472e7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Testcontainers :: JUnit Jupiter Extension"
22

33
dependencies {
44
api project(':testcontainers')
5-
api 'org.junit.jupiter:junit-jupiter-api:5.7.2'
5+
api 'org.junit.jupiter:junit-jupiter-api:5.8.1'
66

77
testImplementation project(':mysql')
88
testImplementation project(':postgresql')

0 commit comments

Comments
 (0)