|
11 | 11 | <parent> |
12 | 12 | <groupId>org.springframework.boot</groupId> |
13 | 13 | <artifactId>spring-boot-starter-parent</artifactId> |
14 | | - <version>3.4.1</version> |
| 14 | + <version>3.5.5</version> |
15 | 15 | </parent> |
16 | 16 |
|
17 | 17 | <modules> |
|
30 | 30 | <!-- 指定编码 --> |
31 | 31 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
32 | 32 | <!-- 指定jdk版本 --> |
33 | | - <java.version>11</java.version> |
| 33 | + <java.version>17</java.version> |
34 | 34 | </properties> |
35 | 35 |
|
36 | 36 | <dependencies> |
|
39 | 39 | <dependency> |
40 | 40 | <groupId>com.github.jsqlparser</groupId> |
41 | 41 | <artifactId>jsqlparser</artifactId> |
42 | | - <version>5.0</version> |
| 42 | + <version>5.3</version> |
43 | 43 | </dependency> |
44 | 44 |
|
45 | 45 | <dependency> |
|
70 | 70 | <dependency> |
71 | 71 | <groupId>com.alibaba.fastjson2</groupId> |
72 | 72 | <artifactId>fastjson2</artifactId> |
73 | | - <version>2.0.53</version> |
| 73 | + <version>2.0.58</version> |
74 | 74 | </dependency> |
75 | 75 | <dependency> |
76 | 76 | <groupId>com.alibaba.fastjson2</groupId> |
77 | 77 | <artifactId>fastjson2-extension</artifactId> |
78 | | - <version>2.0.53</version> |
| 78 | + <version>2.0.58</version> |
79 | 79 | </dependency> |
80 | 80 | <!-- https://mvnrepository.com/artifact/com.alibaba.fastjson2/fastjson2-extension-spring6 --> |
81 | 81 | <dependency> |
82 | 82 | <groupId>com.alibaba.fastjson2</groupId> |
83 | 83 | <artifactId>fastjson2-extension-spring6</artifactId> |
84 | | - <version>2.0.53</version> |
| 84 | + <version>2.0.58</version> |
85 | 85 | </dependency> |
86 | 86 |
|
87 | 87 | <!-- https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api --> |
88 | 88 | <dependency> |
89 | 89 | <groupId>jakarta.servlet</groupId> |
90 | 90 | <artifactId>jakarta.servlet-api</artifactId> |
91 | | - <version>6.0.0</version> |
| 91 | + <version>6.1.0</version> |
92 | 92 | <scope>provided</scope> |
93 | 93 | </dependency> |
94 | 94 | <!-- 支持 @ConfigurationProperties 注解 --> |
|
117 | 117 | <dependency> |
118 | 118 | <groupId>org.projectlombok</groupId> |
119 | 119 | <artifactId>lombok</artifactId> |
120 | | - <version>1.18.36</version> |
| 120 | + <version>1.18.40</version> |
121 | 121 | </dependency> |
122 | 122 |
|
123 | 123 | <!-- freemarker --> |
|
144 | 144 | <dependency> |
145 | 145 | <groupId>org.apache.commons</groupId> |
146 | 146 | <artifactId>commons-lang3</artifactId> |
147 | | - <version>3.17.0</version> |
| 147 | + <version>3.18.0</version> |
148 | 148 | </dependency> |
149 | 149 | <!-- https://mvnrepository.com/artifact/commons-io/commons-io --> |
150 | 150 | <dependency> |
151 | 151 | <groupId>commons-io</groupId> |
152 | 152 | <artifactId>commons-io</artifactId> |
153 | | - <version>2.18.0</version> |
| 153 | + <version>2.20.0</version> |
154 | 154 | </dependency> |
155 | 155 |
|
156 | 156 | </dependencies> |
|
0 commit comments