File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 28
28
<dist .id>spring-data-mongodb</dist .id>
29
29
<springdata .commons>3.4.0-SNAPSHOT</springdata .commons>
30
30
<mongo >5.2.1</mongo >
31
+ <mongodb-crypt >${mongo} </mongodb-crypt >
31
32
<mongo .reactivestreams>${mongo} </mongo .reactivestreams>
32
33
<jmh .version>1.19</jmh .version>
33
34
</properties >
137
138
<id >mongo-4.x</id >
138
139
<properties >
139
140
<mongo >4.11.1</mongo >
141
+ <mongodb-crypt >1.8.0</mongodb-crypt >
140
142
</properties >
141
143
</profile >
142
144
Original file line number Diff line number Diff line change 115
115
<dependency >
116
116
<groupId >org.mongodb</groupId >
117
117
<artifactId >mongodb-crypt</artifactId >
118
- <version >${mongo } </version >
118
+ <version >${mongodb-crypt } </version >
119
119
<optional >true</optional >
120
120
</dependency >
121
121
You can’t perform that action at this time.
0 commit comments