You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,9 +19,7 @@ This project aims to provide an Object-Mapping layer on top of MongoDB to ease c
19
19
* Session-managed transactions
20
20
* Validating domain instances backed by the Mongo datastore
21
21
22
-
> [!IMPORTANT]
23
-
> Currently, this plugin has been upgraded to MongoDB Driver 5.0.1, but only support Grace Framework 2023.3.x.
24
-
22
+
## Usage
25
23
26
24
```gradle
27
25
dependencies {
@@ -33,13 +31,14 @@ dependencies {
33
31
34
32
To make it easier for users to use and upgrade, Grace Data MongoDB adopts a version policy consistent with the [Grace Framework](https://github.com/graceframework/grace-framework).
35
33
36
-
| GORM MongoDb Version | Grace Version |
37
-
|------------------------|---------------|
38
-
| 2023.3.x | 2023.3.x |
34
+
| GORM Version | Grace Version | MongoDB Version |
0 commit comments