Skip to content

Commit eb096ff

Browse files
committed
mongo driver update to 5.6.0
1 parent b43fe72 commit eb096ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
1515
testImplementation 'org.assertj:assertj-core:3.23.1'
1616
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.1.3'
17-
testImplementation 'org.mongodb:mongodb-driver-sync:4.6.1'
17+
testImplementation 'org.mongodb:mongodb-driver-sync:5.6.0'
1818
testImplementation ('org.apache.qpid:qpid-jms-client:1.6.0') {
1919
exclude group: 'io.netty', module: 'netty-codec-http'
2020
}

0 commit comments

Comments
 (0)