andrewcanby-finocomp opened a new issue, #14384: URL: https://github.com/apache/grails-core/issues/14384
# Background The documentation for Gorm for MongoDB version 7.0 says there is: > Support for MongoDB Driver 3.10.0 At first glance I thought this meant the bundled version was updated to 3.10.0, but it still seems to be on 3.8.2. However - [looking at the code](https://github.com/grails/gorm-mongodb/blob/v7.0.1/gradle.properties#L7) it seems to imply it should be 3.10.0. # Example Create a vanilla Grails 4.0.4 project setup using: 1. `grails create-app --profile=rest-api mongo-version-test` 2. Add the dependency `compile "org.grails.plugins:mongodb"` 3. Run `./gradlew assemble dependencyInsight --dependency "org.mongodb:mongodb-driver"` to see dependency resolved as `3.8.2`. # Sample project https://github.com/andrewcanby-finocomp/gorm-mongo-driver-version -- 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]
