@@ -7,7 +7,7 @@ current = "3.12.0"
7
7
api = " ./3.12/javadoc"
8
8
9
9
[[versions ]]
10
- version = " 3.11.3 "
10
+ version = " 3.11.2 "
11
11
docs = " ./3.11"
12
12
api = " ./3.11/javadoc"
13
13
@@ -79,15 +79,15 @@ current = "3.12.0"
79
79
[[drivers ]]
80
80
name = " mongodb-driver-sync"
81
81
description = " The synchronous driver, new in 3.7."
82
- versions = " 3.12.0,3.11.3 ,3.10.2,3.9.0,3.8.2,3.7.1"
82
+ versions = " 3.12.0,3.11.2 ,3.10.2,3.9.0,3.8.2,3.7.1"
83
83
84
84
[[drivers ]]
85
85
name = " mongodb-driver-legacy"
86
86
description = " The legacy API for the synchronous driver.<br/>Prefer mongodb-driver-sync for new applications"
87
- versions = " 3.12.0,3.11.3 ,3.10.2,3.9.0"
87
+ versions = " 3.12.0,3.11.2 ,3.10.2,3.9.0"
88
88
89
89
[[drivers ]]
90
90
name = " mongodb-driver-async"
91
91
description = " The callback-based asynchronous driver.<br/>Prefer the Reactive Streams driver for new applications."
92
- versions = " 3.12.0,3.11.3 ,3.10.2,3.9.0,3.8.2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
92
+ versions = " 3.12.0,3.11.2 ,3.10.2,3.9.0,3.8.2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
93
93
0 commit comments