|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.springframework.boot</groupId>
|
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId>
|
8 | | - <version>3.1.0</version> |
| 8 | + <version>3.2.1</version> |
9 | 9 | </parent>
|
10 | 10 | <groupId>com.madadipouya.elasticsearch.springdata.example</groupId>
|
11 | 11 | <artifactId>elasticsearch-springdata</artifactId>
|
|
15 | 15 |
|
16 | 16 | <properties>
|
17 | 17 | <java.version>17</java.version>
|
18 | | - <mockito.version>5.3.1</mockito.version> |
19 | | - <testcontainers.version>1.18.3</testcontainers.version> |
| 18 | + <mockito.version>5.8.0</mockito.version> |
| 19 | + <testcontainers.version>1.19.3</testcontainers.version> |
20 | 20 | </properties>
|
21 | 21 |
|
22 | 22 | <dependencies>
|
|
35 | 35 | <dependency>
|
36 | 36 | <groupId>org.springdoc</groupId>
|
37 | 37 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
38 | | - <version>2.1.0</version> |
| 38 | + <version>2.3.0</version> |
| 39 | + </dependency> |
| 40 | + <dependency> |
| 41 | + <groupId>org.springframework.boot</groupId> |
| 42 | + <artifactId>spring-boot-docker-compose</artifactId> |
| 43 | + <optional>true</optional> |
39 | 44 | </dependency>
|
40 | 45 | <dependency>
|
41 | 46 | <groupId>org.springframework.boot</groupId>
|
|
45 | 50 | <dependency>
|
46 | 51 | <groupId>org.junit.jupiter</groupId>
|
47 | 52 | <artifactId>junit-jupiter-engine</artifactId>
|
48 | | - <version>5.9.3</version> |
| 53 | + <version>5.10.1</version> |
49 | 54 | <scope>test</scope>
|
50 | 55 | </dependency>
|
51 | 56 | <dependency>
|
|
88 | 93 | <plugin>
|
89 | 94 | <groupId>org.apache.maven.plugins</groupId>
|
90 | 95 | <artifactId>maven-surefire-plugin</artifactId>
|
91 | | - <version>3.1.2</version> |
| 96 | + <version>3.2.3</version> |
92 | 97 | </plugin>
|
93 | 98 | <plugin>
|
94 | 99 | <groupId>org.apache.maven.plugins</groupId>
|
95 | 100 | <artifactId>maven-failsafe-plugin</artifactId>
|
96 | | - <version>3.1.2</version> |
| 101 | + <version>3.2.3</version> |
97 | 102 | <configuration>
|
98 | 103 | <skipTests>false</skipTests>
|
99 | 104 | <rerunFailingTestsCount>3</rerunFailingTestsCount>
|
|
0 commit comments