Skip to content

Commit bcbd6de

Browse files
Consolidate Jupiter Frameworks
Consolidate Jupiter Frameworks by using the latest release BOM, this means that version numbers are not specified separately as the BOM ensures that they are kept aligned.
1 parent 19f0ed4 commit bcbd6de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e-tests/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ dependencies {
1616
implementation 'org.apache.qpid:qpid-jms-client:2.7.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'))
20+
testImplementation 'org.junit.jupiter:junit-jupiter'
1921
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
2022
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2'
2123
testImplementation 'commons-io:commons-io:2.20.0'
2224
testImplementation 'org.awaitility:awaitility:4.3.0'
23-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
2425
testImplementation "org.assertj:assertj-core:3.27.4"
2526
testImplementation 'ch.qos.logback:logback-classic:1.5.18'
2627
testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.3'

0 commit comments

Comments
 (0)