Skip to content

Commit f3a2857

Browse files
Bump org.junit:junit-bom from 5.13.4 to 5.14.1 in /modules/junit-jupiter
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.4 to 5.14.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r5.14.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3da0255 commit f3a2857

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

88
testImplementation project(':testcontainers-mysql')

0 commit comments

Comments
 (0)