|
50 | 50 | <dependency> |
51 | 51 | <groupId>org.springframework.boot</groupId> |
52 | 52 | <artifactId>spring-boot-starter-mail</artifactId> |
53 | | - <version>2.6.7</version> |
| 53 | + <version>2.7.0</version> |
54 | 54 | </dependency> |
55 | 55 | <!-- <dependency>--> |
56 | 56 | <!-- <groupId>org.springframework.boot</groupId>--> |
|
71 | 71 | <dependency> |
72 | 72 | <groupId>org.springframework.boot</groupId> |
73 | 73 | <artifactId>spring-boot-starter-web</artifactId> |
74 | | - <version>2.6.7</version> |
| 74 | + <version>2.7.0</version> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>org.springframework.boot</groupId> |
78 | 78 | <artifactId>spring-boot-starter-websocket</artifactId> |
79 | | - <version>2.6.7</version> |
| 79 | + <version>2.7.0</version> |
80 | 80 | </dependency> |
81 | 81 | <!-- <dependency>--> |
82 | 82 | <!-- <groupId>org.mybatis.spring.boot</groupId>--> |
|
86 | 86 | <dependency> |
87 | 87 | <groupId>org.springframework.cloud</groupId> |
88 | 88 | <artifactId>spring-cloud-config-server</artifactId> |
89 | | - <version>3.1.2</version> |
| 89 | + <version>3.1.3</version> |
90 | 90 | </dependency> |
91 | 91 | <dependency> |
92 | 92 | <groupId>org.springframework.cloud</groupId> |
93 | 93 | <artifactId>spring-cloud-starter-config</artifactId> |
94 | | - <version>3.1.2</version> |
| 94 | + <version>3.1.3</version> |
95 | 95 | </dependency> |
96 | 96 | <!-- <dependency>--> |
97 | 97 | <!-- <groupId>org.thymeleaf.extras</groupId>--> |
|
100 | 100 | <dependency> |
101 | 101 | <groupId>org.springframework.boot</groupId> |
102 | 102 | <artifactId>spring-boot-devtools</artifactId> |
103 | | - <version>2.6.7</version> |
| 103 | + <version>2.7.0</version> |
104 | 104 | <scope>runtime</scope> |
105 | 105 | <optional>true</optional> |
106 | 106 | </dependency> |
|
113 | 113 | <dependency> |
114 | 114 | <groupId>org.springframework.boot</groupId> |
115 | 115 | <artifactId>spring-boot-configuration-processor</artifactId> |
116 | | - <version>2.6.7</version> |
| 116 | + <version>2.7.0</version> |
117 | 117 | <optional>true</optional> |
118 | 118 | </dependency> |
119 | 119 | <dependency> |
|
125 | 125 | <dependency> |
126 | 126 | <groupId>org.springframework.boot</groupId> |
127 | 127 | <artifactId>spring-boot-starter-test</artifactId> |
128 | | - <version>2.6.7</version> |
| 128 | + <version>2.7.0</version> |
129 | 129 | <scope>test</scope> |
130 | 130 | </dependency> |
131 | 131 | <!-- <dependency>--> |
|
184 | 184 | <dependency> |
185 | 185 | <groupId>cn.hutool</groupId> |
186 | 186 | <artifactId>hutool-all</artifactId> |
187 | | - <version>5.8.1</version> |
| 187 | + <version>5.8.3</version> |
188 | 188 | </dependency> |
189 | 189 | <!-- <dependency>--> |
190 | 190 | <!-- <groupId>org.springframework.boot</groupId>--> |
|
212 | 212 | <dependency> |
213 | 213 | <groupId>com.freewayso</groupId> |
214 | 214 | <artifactId>image-combiner</artifactId> |
215 | | - <version>2.3.3</version> |
| 215 | + <version>2.3.5</version> |
216 | 216 | </dependency> |
217 | 217 | <!-- <dependency>--> |
218 | 218 | <!-- <groupId>com.alibaba</groupId>--> |
|
229 | 229 | <dependency> |
230 | 230 | <groupId>com.alibaba</groupId> |
231 | 231 | <artifactId>druid</artifactId> |
232 | | - <version>1.2.9</version> |
| 232 | + <version>1.2.11</version> |
233 | 233 | </dependency> |
234 | 234 | <dependency> |
235 | 235 | <groupId>org.jetbrains</groupId> |
|
245 | 245 | <dependency> |
246 | 246 | <groupId>cloud.tianai.captcha</groupId> |
247 | 247 | <artifactId>tianai-captcha</artifactId> |
248 | | - <version>1.3.1</version> |
| 248 | + <version>1.3.2</version> |
249 | 249 | </dependency> |
250 | 250 | </dependencies> |
251 | 251 |
|
|
0 commit comments