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 2828 <dist .id>spring-data-mongodb</dist .id>
2929 <springdata .commons>3.4.0-SNAPSHOT</springdata .commons>
3030 <mongo >5.2.1</mongo >
31+ <mongodb-crypt >${mongo} </mongodb-crypt >
3132 <mongo .reactivestreams>${mongo} </mongo .reactivestreams>
3233 <jmh .version>1.19</jmh .version>
3334 </properties >
137138 <id >mongo-4.x</id >
138139 <properties >
139140 <mongo >4.11.1</mongo >
141+ <mongodb-crypt >1.8.0</mongodb-crypt >
140142 </properties >
141143 </profile >
142144
Original file line number Diff line number Diff line change 115115 <dependency >
116116 <groupId >org.mongodb</groupId >
117117 <artifactId >mongodb-crypt</artifactId >
118- <version >${mongo } </version >
118+ <version >${mongodb-crypt } </version >
119119 <optional >true</optional >
120120 </dependency >
121121
You can’t perform that action at this time.
0 commit comments