Skip to content

Commit cfc4a06

Browse files
Bump org.junit:junit-bom from 5.10.3 to 5.13.2 in /modules/junit-jupiter
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.10.3 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.13.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 71cc729 commit cfc4a06

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-
implementation platform('org.junit:junit-bom:5.10.3')
5+
implementation platform('org.junit:junit-bom:5.13.2')
66
implementation 'org.junit.jupiter:junit-jupiter-api'
77

88
testImplementation project(':mysql')

0 commit comments

Comments
 (0)