|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.springframework.boot</groupId>
|
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId>
|
8 |
| - <version>3.2.1</version> |
| 8 | + <version>3.2.5</version> |
9 | 9 | <relativePath/>
|
10 | 10 | <!-- lookup parent from repository -->
|
11 | 11 | </parent>
|
12 | 12 | <groupId>com.example</groupId>
|
13 | 13 | <artifactId>apijson-demo</artifactId>
|
14 |
| - <version>1.2.1</version> |
| 14 | + <version>7.1.5</version> |
15 | 15 | <name>apijson-demo</name>
|
16 | 16 | <description>Demo project for Spring Boot</description>
|
17 | 17 | <properties>
|
|
21 | 21 | <dependency>
|
22 | 22 | <groupId>org.springframework.boot</groupId>
|
23 | 23 | <artifactId>spring-boot-starter-web</artifactId>
|
| 24 | + <version>3.2.5</version> |
24 | 25 | </dependency>
|
25 | 26 |
|
26 | 27 | <dependency>
|
27 | 28 | <groupId>org.springframework.boot</groupId>
|
28 | 29 | <artifactId>spring-boot-devtools</artifactId>
|
| 30 | + <version>3.2.5</version> |
29 | 31 | <scope>runtime</scope>
|
30 | 32 | <optional>true</optional>
|
31 | 33 | </dependency>
|
32 | 34 | <dependency>
|
33 | 35 | <groupId>org.springframework.boot</groupId>
|
34 | 36 | <artifactId>spring-boot-starter-test</artifactId>
|
| 37 | + <version>3.2.5</version> |
35 | 38 | <scope>test</scope>
|
36 | 39 | </dependency>
|
37 | 40 |
|
38 | 41 | <!-- APIJSON 必须用到的依赖库 -->
|
39 | 42 | <dependency>
|
40 | 43 | <groupId>com.github.Tencent</groupId>
|
41 | 44 | <artifactId>APIJSON</artifactId>
|
42 |
| - <version>6.1.0</version> |
| 45 | + <version>7.1.0</version> |
43 | 46 | </dependency>
|
44 | 47 | <dependency>
|
45 | 48 | <groupId>com.github.APIJSON</groupId>
|
46 | 49 | <artifactId>apijson-framework</artifactId>
|
47 |
| - <version>6.1.0_springboot3</version> |
| 50 | + <version>7.1.5</version> |
48 | 51 | </dependency>
|
49 | 52 |
|
50 | 53 | <dependency>
|
|
73 | 76 | <plugin>
|
74 | 77 | <groupId>org.springframework.boot</groupId>
|
75 | 78 | <artifactId>spring-boot-maven-plugin</artifactId>
|
| 79 | + <version>3.2.5</version> |
76 | 80 | </plugin>
|
77 | 81 | </plugins>
|
78 | 82 | </build>
|
|
0 commit comments