|
24 | 24 | <groupId>com.fasterxml.jackson.core</groupId> |
25 | 25 | <artifactId>jackson-databind</artifactId> |
26 | 26 | </dependency> |
27 | | - <dependency> |
28 | | - <groupId>org.skyscreamer</groupId> |
29 | | - <artifactId>jsonassert</artifactId> |
30 | | - <scope>test</scope> |
31 | | - </dependency> |
32 | | - <dependency> |
33 | | - <groupId>org.assertj</groupId> |
34 | | - <artifactId>assertj-core</artifactId> |
35 | | - <scope>test</scope> |
36 | | - </dependency> |
37 | 27 | <dependency> |
38 | 28 | <groupId>org.springframework</groupId> |
39 | 29 | <artifactId>spring-web</artifactId> |
40 | | - <version>5.3.19</version> |
| 30 | + <version>[5.3.13,5.3.21]</version> |
41 | 31 | </dependency> |
42 | 32 | <dependency> |
43 | 33 | <groupId>org.springframework</groupId> |
44 | 34 | <artifactId>spring-context</artifactId> |
45 | | - <version>5.3.19</version> |
| 35 | + <version>[5.3.13,5.3.21]</version> |
46 | 36 | </dependency> |
47 | 37 | <dependency> |
48 | 38 | <groupId>org.springframework.boot</groupId> |
49 | 39 | <artifactId>spring-boot-autoconfigure</artifactId> |
50 | | - <version>2.6.6</version> |
| 40 | + <version>[2.6.0,2.7.1]</version> |
| 41 | + </dependency> |
| 42 | + <dependency> |
| 43 | + <groupId>org.skyscreamer</groupId> |
| 44 | + <artifactId>jsonassert</artifactId> |
| 45 | + <scope>test</scope> |
| 46 | + </dependency> |
| 47 | + <dependency> |
| 48 | + <groupId>org.assertj</groupId> |
| 49 | + <artifactId>assertj-core</artifactId> |
| 50 | + <scope>test</scope> |
51 | 51 | </dependency> |
52 | 52 | <dependency> |
53 | 53 | <groupId>org.springframework.boot</groupId> |
54 | 54 | <artifactId>spring-boot-starter-test</artifactId> |
55 | | - <version>2.6.6</version> |
| 55 | + <version>2.7.1</version> |
56 | 56 | <scope>test</scope> |
57 | 57 | </dependency> |
58 | 58 | <dependency> |
59 | 59 | <groupId>org.springframework.boot</groupId> |
60 | 60 | <artifactId>spring-boot-starter-web</artifactId> |
61 | | - <version>2.6.6</version> |
| 61 | + <version>2.7.1</version> |
62 | 62 | <scope>test</scope> |
63 | 63 | </dependency> |
64 | 64 | </dependencies> |
|
0 commit comments