File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
18
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
19
19
<java .version>1.8</java .version>
20
- <spring-boot .version>2.7.7 </spring-boot .version>
21
- <spring-cloud .version>2021.0.5 </spring-cloud .version>
22
- <spring-cloud-alibaba .version>2021.0.4 .0</spring-cloud-alibaba .version>
20
+ <spring-boot .version>2.7.13 </spring-boot .version>
21
+ <spring-cloud .version>2021.0.8 </spring-cloud .version>
22
+ <spring-cloud-alibaba .version>2021.0.5 .0</spring-cloud-alibaba .version>
23
23
<spring-boot-admin .version>2.7.10</spring-boot-admin .version>
24
24
<swagger .fox.version>3.0.0</swagger .fox.version>
25
25
<swagger .core.version>1.6.2</swagger .core.version>
26
26
<tobato .version>1.27.2</tobato .version>
27
27
<kaptcha .version>2.3.3</kaptcha .version>
28
- <pagehelper .boot.version>1.4.6 </pagehelper .boot.version>
28
+ <pagehelper .boot.version>1.4.7 </pagehelper .boot.version>
29
29
<druid .version>1.2.16</druid .version>
30
30
<dynamic-ds .version>3.5.2</dynamic-ds .version>
31
31
<commons .io.version>2.11.0</commons .io.version>
34
34
<jjwt .version>0.9.1</jjwt .version>
35
35
<minio .version>8.2.2</minio .version>
36
36
<poi .version>4.1.2</poi .version>
37
- <transmittable-thread-local .version>2.14.2 </transmittable-thread-local .version>
37
+ <transmittable-thread-local .version>2.14.3 </transmittable-thread-local .version>
38
38
</properties >
39
39
40
40
<!-- 依赖声明 -->
Original file line number Diff line number Diff line change 56
56
57
57
<!-- Mysql Connector -->
58
58
<dependency >
59
- <groupId >mysql</groupId >
60
- <artifactId >mysql-connector-java </artifactId >
59
+ <groupId >com. mysql</groupId >
60
+ <artifactId >mysql-connector-j </artifactId >
61
61
</dependency >
62
62
63
63
<!-- RuoYi Common Log -->
Original file line number Diff line number Diff line change 62
62
63
63
<!-- Mysql Connector -->
64
64
<dependency >
65
- <groupId >mysql</groupId >
66
- <artifactId >mysql-connector-java </artifactId >
65
+ <groupId >com. mysql</groupId >
66
+ <artifactId >mysql-connector-j </artifactId >
67
67
</dependency >
68
68
69
69
<!-- RuoYi Common Log -->
Original file line number Diff line number Diff line change 50
50
51
51
<!-- Mysql Connector -->
52
52
<dependency >
53
- <groupId >mysql</groupId >
54
- <artifactId >mysql-connector-java </artifactId >
53
+ <groupId >com. mysql</groupId >
54
+ <artifactId >mysql-connector-j </artifactId >
55
55
</dependency >
56
56
57
57
<!-- RuoYi Common DataSource -->
You can’t perform that action at this time.
0 commit comments