We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de210e0 commit eeab992Copy full SHA for eeab992
pom.xml
@@ -28,6 +28,7 @@
28
<dist.id>spring-data-mongodb</dist.id>
29
<springdata.commons>3.4.0-SNAPSHOT</springdata.commons>
30
<mongo>5.2.1</mongo>
31
+ <mongodb-crypt>${mongo}</mongodb-crypt>
32
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
33
<jmh.version>1.19</jmh.version>
34
</properties>
@@ -137,6 +138,7 @@
137
138
<id>mongo-4.x</id>
139
<properties>
140
<mongo>4.11.1</mongo>
141
+ <mongodb-crypt>1.8.0</mongodb-crypt>
142
143
</profile>
144
spring-data-mongodb/pom.xml
@@ -115,7 +115,7 @@
115
<dependency>
116
<groupId>org.mongodb</groupId>
117
<artifactId>mongodb-crypt</artifactId>
118
- <version>${mongo}</version>
+ <version>${mongodb-crypt}</version>
119
<optional>true</optional>
120
</dependency>
121
0 commit comments