|
11 | 11 | <parent>
|
12 | 12 | <groupId>org.springframework.boot</groupId>
|
13 | 13 | <artifactId>spring-boot-starter-parent</artifactId>
|
14 |
| - <version>2.3.7.RELEASE</version> |
| 14 | + <version>2.4.8</version> |
15 | 15 | </parent>
|
16 | 16 |
|
17 | 17 | <properties>
|
|
42 | 42 | <dependency>
|
43 | 43 | <groupId>org.springframework.boot</groupId>
|
44 | 44 | <artifactId>spring-boot-starter-data-elasticsearch</artifactId>
|
45 |
| - <exclusions> |
46 |
| - <exclusion> |
47 |
| - <artifactId>HdrHistogram</artifactId> |
48 |
| - <groupId>org.hdrhistogram</groupId> |
49 |
| - </exclusion> |
50 |
| - </exclusions> |
51 | 45 | </dependency>
|
52 | 46 | <dependency>
|
53 | 47 | <groupId>org.springframework.boot</groupId>
|
|
56 | 50 | <dependency>
|
57 | 51 | <groupId>de.codecentric</groupId>
|
58 | 52 | <artifactId>spring-boot-admin-starter-server</artifactId>
|
59 |
| - <version>2.3.1</version> |
| 53 | + <version>2.4.2</version> |
60 | 54 | </dependency>
|
61 | 55 | <dependency>
|
62 | 56 | <groupId>de.codecentric</groupId>
|
63 | 57 | <artifactId>spring-boot-admin-starter-client</artifactId>
|
64 |
| - <version>2.3.1</version> |
| 58 | + <version>2.4.2</version> |
65 | 59 | </dependency>
|
66 | 60 | <!-- 数据库连接池 -->
|
67 | 61 | <dependency>
|
68 | 62 | <groupId>com.alibaba</groupId>
|
69 | 63 | <artifactId>druid-spring-boot-starter</artifactId>
|
70 |
| - <version>1.2.4</version> |
| 64 | + <version>1.2.6</version> |
71 | 65 | </dependency>
|
72 | 66 | <!-- Quartz定时任务 -->
|
73 | 67 | <dependency>
|
|
84 | 78 | <dependency>
|
85 | 79 | <groupId>mysql</groupId>
|
86 | 80 | <artifactId>mysql-connector-java</artifactId>
|
87 |
| - <version>8.0.17</version> |
| 81 | + <version>8.0.25</version> |
88 | 82 | </dependency>
|
89 | 83 | <!-- JPA -->
|
90 | 84 | <dependency>
|
|
95 | 89 | <dependency>
|
96 | 90 | <groupId>com.baomidou</groupId>
|
97 | 91 | <artifactId>mybatis-plus-boot-starter</artifactId>
|
98 |
| - <version>3.4.2</version> |
| 92 | + <version>3.4.3.1</version> |
99 | 93 | </dependency>
|
100 | 94 | <!-- Redis-->
|
101 | 95 | <dependency>
|
|
105 | 99 | <dependency>
|
106 | 100 | <groupId>org.redisson</groupId>
|
107 | 101 | <artifactId>redisson-spring-boot-starter</artifactId>
|
108 |
| - <version>3.15.1</version> |
109 |
| - <exclusions> |
110 |
| - <exclusion> |
111 |
| - <artifactId>javassist</artifactId> |
112 |
| - <groupId>org.javassist</groupId> |
113 |
| - </exclusion> |
114 |
| - </exclusions> |
| 102 | + <version>3.15.6</version> |
115 | 103 | </dependency>
|
116 | 104 | <!-- knife4j Swagger增强API文档 -->
|
117 | 105 | <dependency>
|
|
123 | 111 | <dependency>
|
124 | 112 | <groupId>com.google.code.gson</groupId>
|
125 | 113 | <artifactId>gson</artifactId>
|
126 |
| - <version>2.8.6</version> |
| 114 | + <version>2.8.7</version> |
127 | 115 | </dependency>
|
128 | 116 | <!-- Hutool工具包 -->
|
129 | 117 | <dependency>
|
130 | 118 | <groupId>cn.hutool</groupId>
|
131 | 119 | <artifactId>hutool-all</artifactId>
|
132 |
| - <version>5.5.8</version> |
| 120 | + <version>5.7.2</version> |
133 | 121 | </dependency>
|
134 | 122 | <!-- Lombok -->
|
135 | 123 | <dependency>
|
136 | 124 | <groupId>org.projectlombok</groupId>
|
137 | 125 | <artifactId>lombok</artifactId>
|
138 |
| - <version>1.18.16</version> |
| 126 | + <version>1.18.20</version> |
139 | 127 | </dependency>
|
140 | 128 | <!--七牛云图片上传SDK-->
|
141 | 129 | <dependency>
|
142 | 130 | <groupId>com.qiniu</groupId>
|
143 | 131 | <artifactId>qiniu-java-sdk</artifactId>
|
144 |
| - <version>7.4.0</version> |
| 132 | + <version>7.6.0</version> |
145 | 133 | </dependency>
|
146 | 134 | <!-- Jasypt加密 -->
|
147 | 135 | <dependency>
|
|
170 | 158 | <dependency>
|
171 | 159 | <groupId>com.google.guava</groupId>
|
172 | 160 | <artifactId>guava</artifactId>
|
173 |
| - <version>30.0-jre</version> |
| 161 | + <version>30.1.1-jre</version> |
174 | 162 | </dependency>
|
175 | 163 | <!-- 热更新 -->
|
176 | 164 | <dependency>
|
|
190 | 178 | <dependency>
|
191 | 179 | <groupId>org.seleniumhq.selenium</groupId>
|
192 | 180 | <artifactId>selenium-java</artifactId>
|
193 |
| - <version>4.0.0-alpha-6</version> |
| 181 | + <version>4.0.0-beta-4</version> |
194 | 182 | <scope>test</scope>
|
195 | 183 | </dependency>
|
196 | 184 | </dependencies>
|
|
200 | 188 | <plugin>
|
201 | 189 | <groupId>org.springframework.boot</groupId>
|
202 | 190 | <artifactId>spring-boot-maven-plugin</artifactId>
|
203 |
| - <version>2.3.7.RELEASE</version> |
| 191 | + <version>2.4.8</version> |
204 | 192 | </plugin>
|
205 | 193 | </plugins>
|
206 | 194 | </build>
|
|
0 commit comments