|
6 | 6 |
|
7 | 7 | <groupId>com.admin4j</groupId> |
8 | 8 | <artifactId>admin4j-dependencies</artifactId> |
9 | | - <version>0.9.5-SNAPSHOT</version> |
| 9 | + <version>0.9.5</version> |
10 | 10 | <packaging>pom</packaging> |
11 | 11 |
|
12 | 12 | <name>${project.artifactId}</name> |
|
64 | 64 |
|
65 | 65 | <flowable.version>6.7.2</flowable.version> |
66 | 66 | <admin4j-plugin.version>0.1.2</admin4j-plugin.version> |
67 | | - <admin4j.version>0.9.5-SNAPSHOT</admin4j.version> |
| 67 | + <admin4j.version>0.9.5</admin4j.version> |
68 | 68 | <admin4j-lock.version>0.8.2</admin4j-lock.version> |
69 | 69 | <admin4j-limiter.version>0.8.0</admin4j-limiter.version> |
70 | 70 | <admin4j-redis.version>0.8.0</admin4j-redis.version> |
|
125 | 125 | <dependency> |
126 | 126 | <groupId>com.admin4j.framework</groupId> |
127 | 127 | <artifactId>tenant-spring-boot-starter</artifactId> |
128 | | - <version>0.9.3-SNAPSHOT</version> |
| 128 | + <version>0.9.5</version> |
129 | 129 | </dependency> |
130 | 130 | <dependency> |
131 | 131 | <groupId>com.admin4j.framework</groupId> |
132 | 132 | <artifactId>ttl-spring-boot-starter</artifactId> |
133 | | - <version>${admin4j.version}</version> |
| 133 | + <version>0.9.0</version> |
134 | 134 | </dependency> |
135 | 135 | <dependency> |
136 | 136 | <groupId>com.admin4j.framework</groupId> |
137 | 137 | <artifactId>excel-spring-boot-starter</artifactId> |
138 | | - <version>${admin4j.version}</version> |
| 138 | + <version>0.9.0</version> |
139 | 139 | </dependency> |
140 | 140 | <dependency> |
141 | 141 | <groupId>com.admin4j.framework</groupId> |
142 | 142 | <artifactId>log-spring-boot-starter</artifactId> |
143 | | - <version>${admin4j.version}</version> |
| 143 | + <version>0.9.0</version> |
144 | 144 | </dependency> |
145 | 145 | <dependency> |
146 | 146 | <groupId>com.admin4j.framework</groupId> |
147 | 147 | <artifactId>test-spring-boot-starter</artifactId> |
148 | | - <version>${admin4j.version}</version> |
| 148 | + <version>0.9.0</version> |
149 | 149 | </dependency> |
150 | 150 | <dependency> |
151 | 151 | <groupId>com.admin4j.framework</groupId> |
152 | 152 | <artifactId>desensitize-spring-boot-starter</artifactId> |
153 | | - <version>${admin4j.version}</version> |
| 153 | + <version>0.9.0</version> |
154 | 154 | </dependency> |
155 | 155 | <dependency> |
156 | 156 | <groupId>com.admin4j.framework</groupId> |
157 | 157 | <artifactId>security-spring-boot-starter</artifactId> |
158 | | - <version>0.9.4-SNAPSHOT</version> |
| 158 | + <version>0.9.5</version> |
159 | 159 | </dependency> |
160 | 160 | <dependency> |
161 | 161 | <groupId>com.admin4j.framework</groupId> |
162 | 162 | <artifactId>mybatis-plus-boot-starter</artifactId> |
163 | | - <version>0.9.3-SNAPSHOT</version> |
| 163 | + <version>0.9.5</version> |
164 | 164 | </dependency> |
165 | 165 | <dependency> |
166 | 166 | <groupId>com.admin4j.framework</groupId> |
|
215 | 215 | <dependency> |
216 | 216 | <groupId>com.admin4j.common</groupId> |
217 | 217 | <artifactId>admin4j-common-spring-web</artifactId> |
218 | | - <version>0.9.3-SNAPSHOT</version> |
| 218 | + <version>0.9.5</version> |
219 | 219 | </dependency> |
220 | 220 | <dependency> |
221 | 221 | <groupId>com.admin4j.framework</groupId> |
222 | 222 | <artifactId>web-spring-boot-starter</artifactId> |
223 | | - <version>0.9.3-SNAPSHOT</version> |
| 223 | + <version>0.9.5</version> |
224 | 224 | </dependency> |
225 | 225 | <dependency> |
226 | 226 | <groupId>com.admin4j.framework</groupId> |
|
230 | 230 | <dependency> |
231 | 231 | <groupId>com.admin4j.framework</groupId> |
232 | 232 | <artifactId>prometheus-spring-boot-starter</artifactId> |
233 | | - <version>${admin4j.version}</version> |
| 233 | + <version>0.9.5</version> |
234 | 234 | </dependency> |
235 | 235 | <dependency> |
236 | 236 | <groupId>com.admin4j.framework</groupId> |
237 | 237 | <artifactId>excel-spring-boot-starter</artifactId> |
238 | | - <version>${admin4j.version}</version> |
| 238 | + <version>0.9.0</version> |
239 | 239 | </dependency> |
240 | 240 | <dependency> |
241 | 241 | <groupId>com.admin4j</groupId> |
|
356 | 356 | <dependency> |
357 | 357 | <groupId>com.alibaba.fastjson2</groupId> |
358 | 358 | <artifactId>fastjson2</artifactId> |
359 | | - <version>2.0.29</version> |
| 359 | + <version>2.0.43</version> |
360 | 360 | </dependency> |
361 | 361 | <!-- 业务相关 end --> |
362 | 362 |
|
|
375 | 375 | <dependency> |
376 | 376 | <groupId>com.github.pagehelper</groupId> |
377 | 377 | <artifactId>pagehelper-spring-boot-starter</artifactId> |
378 | | - <version>2.0.0</version> |
| 378 | + <version>2.1.0</version> |
379 | 379 | </dependency> |
380 | 380 |
|
381 | 381 | <dependency> |
|
0 commit comments