Skip to content

Commit a6017f5

Browse files
Bump org.junit:junit-bom from 5.13.4 to 6.0.0 in /e2e-tests (#1362)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ORybak5 <[email protected]>
1 parent 63897a1 commit a6017f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation 'org.apache.qpid:qpid-jms-client:2.9.0'
1717
implementation "org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1"
1818
implementation 'org.mongodb:mongo-java-driver:3.12.14'
19-
testImplementation(platform('org.junit:junit-bom:5.13.4'))
19+
testImplementation(platform('org.junit:junit-bom:6.0.0'))
2020
testImplementation 'org.junit.jupiter:junit-jupiter'
2121
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
2222
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0'

0 commit comments

Comments
 (0)