jyemin commented on code in PR #34100:
URL: https://github.com/apache/beam/pull/34100#discussion_r1973755615
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -839,7 +839,7 @@ class BeamModulePlugin implements Plugin<Project> {
log4j2_slf4j_impl :
"org.apache.logging.log4j:log4j-slf4j-impl:$log4j2_version",
mockito_core :
"org.mockito:mockito-core:3.7.7",
mockito_inline :
"org.mockito:mockito-inline:4.5.1",
- mongo_java_driver :
"org.mongodb:mongo-java-driver:3.12.11",
+ mongo_java_driver :
"org.mongodb:mongodb-driver-legacy:5.3.1",
Review Comment:
To minimize the changes, I left the name of the library as is, but happy to
change it to `mongodb-driver-legacy` if that makes sense.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]