|
157 | 157 | </dependency> |
158 | 158 |
|
159 | 159 | <dependency> |
160 | | - <groupId>de.flapdoodle.embed</groupId> |
161 | | - <artifactId>de.flapdoodle.embed.mongo.spring31x</artifactId> |
162 | | - <version>4.9.3</version> |
| 160 | + <groupId>org.springframework.boot</groupId> |
| 161 | + <artifactId>spring-boot-testcontainers</artifactId> |
163 | 162 | <scope>test</scope> |
164 | 163 | </dependency> |
165 | | - |
166 | 164 | <dependency> |
167 | | - <groupId>org.mockito</groupId> |
168 | | - <artifactId>mockito-junit-jupiter</artifactId> |
169 | | - <version>2.23.4</version> |
| 165 | + <groupId>org.testcontainers</groupId> |
| 166 | + <artifactId>testcontainers-junit-jupiter</artifactId> |
170 | 167 | <scope>test</scope> |
171 | 168 | </dependency> |
172 | | - |
173 | 169 | <dependency> |
174 | | - <groupId>org.springframework.security</groupId> |
175 | | - <artifactId>spring-security-test</artifactId> |
| 170 | + <groupId>org.testcontainers</groupId> |
| 171 | + <artifactId>testcontainers-mongodb</artifactId> |
| 172 | + <scope>test</scope> |
| 173 | + </dependency> |
| 174 | + <dependency> |
| 175 | + <groupId>org.springframework.boot</groupId> |
| 176 | + <artifactId>spring-boot-starter-data-mongodb-test</artifactId> |
176 | 177 | <scope>test</scope> |
177 | 178 | </dependency> |
178 | | - |
179 | 179 | <dependency> |
180 | | - <groupId>org.mockito.kotlin</groupId> |
181 | | - <artifactId>mockito-kotlin</artifactId> |
182 | | - <version>4.1.0</version> |
| 180 | + <groupId>org.springframework.boot</groupId> |
| 181 | + <artifactId>spring-boot-starter-security-test</artifactId> |
| 182 | + <scope>test</scope> |
| 183 | + </dependency> |
| 184 | + <dependency> |
| 185 | + <groupId>org.springframework.boot</groupId> |
| 186 | + <artifactId>spring-boot-starter-webmvc-test</artifactId> |
| 187 | + <scope>test</scope> |
| 188 | + </dependency> |
| 189 | + <dependency> |
| 190 | + <groupId>org.jetbrains.kotlin</groupId> |
| 191 | + <artifactId>kotlin-test-junit5</artifactId> |
183 | 192 | <scope>test</scope> |
184 | 193 | </dependency> |
185 | 194 | </dependencies> |
|
222 | 231 | <annotationProcessorPath> |
223 | 232 | <groupId>com.querydsl</groupId> |
224 | 233 | <artifactId>querydsl-apt</artifactId> |
225 | | - <version>5.0.0</version> |
| 234 | + <version>5.1.0</version> |
226 | 235 | </annotationProcessorPath> |
227 | 236 | <annotationProcessorPath> |
228 | 237 | <groupId>org.mapstruct</groupId> |
|
0 commit comments