|
39 | 39 | <dependency> |
40 | 40 | <groupId>org.apache.commons</groupId> |
41 | 41 | <artifactId>commons-text</artifactId> |
42 | | - <version>1.14.0</version> |
| 42 | + <version>${commons-text.version}</version> |
43 | 43 | </dependency> |
44 | 44 | <dependency> |
45 | 45 | <groupId>org.projectlombok</groupId> |
46 | 46 | <artifactId>lombok</artifactId> |
47 | | - <version>1.18.42</version> |
| 47 | + <version>${lombok.version}</version> |
48 | 48 | <scope>provided</scope> |
49 | 49 | </dependency> |
50 | 50 |
|
|
58 | 58 | <dependency> |
59 | 59 | <groupId>org.springframework</groupId> |
60 | 60 | <artifactId>spring-web</artifactId> |
61 | | - <version>6.2.11</version> |
| 61 | + <version>${spring-web.version}</version> |
62 | 62 | <scope>compile</scope> |
63 | 63 | </dependency> |
64 | 64 |
|
65 | 65 | <dependency> |
66 | 66 | <groupId>commons-fileupload</groupId> |
67 | 67 | <artifactId>commons-fileupload</artifactId> |
68 | | - <version>1.6.0</version> |
| 68 | + <version>${commons-fileupload.version}</version> |
69 | 69 | <scope>compile</scope> |
70 | 70 | </dependency> |
71 | 71 |
|
|
78 | 78 | <dependency> |
79 | 79 | <groupId>org.springframework.cloud</groupId> |
80 | 80 | <artifactId>spring-cloud-starter-openfeign</artifactId> |
81 | | - <version>4.3.0</version> |
| 81 | + <version>${spring-cloud-starter-openfeign.version}</version> |
82 | 82 | <scope>test</scope> |
83 | 83 | <exclusions> |
84 | 84 | <exclusion> |
|
125 | 125 | <dependency> |
126 | 126 | <groupId>org.mockito</groupId> |
127 | 127 | <artifactId>mockito-core</artifactId> |
128 | | - <version>5.20.0</version> |
| 128 | + <version>${mockito.version}</version> |
129 | 129 | <scope>test</scope> |
130 | 130 | </dependency> |
131 | 131 | <dependency> |
132 | 132 | <groupId>org.mockito</groupId> |
133 | 133 | <artifactId>mockito-junit-jupiter</artifactId> |
134 | | - <version>5.20.0</version> |
| 134 | + <version>${mockito.version}</version> |
135 | 135 | <scope>test</scope> |
136 | 136 | </dependency> |
137 | 137 | </dependencies> |
|
0 commit comments