Skip to content
2 changes: 1 addition & 1 deletion e2e-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation 'org.apache.qpid:qpid-jms-client:2.9.0'
implementation "org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1"
implementation 'org.mongodb:mongo-java-driver:3.12.14'
testImplementation(platform('org.junit:junit-bom:5.13.4'))
testImplementation(platform('org.junit:junit-bom:6.0.0'))
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0'
Expand Down