File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<sonar .host.url>http://localhost:32768</sonar .host.url>
17
- <jackson .version>2.15.2 </jackson .version>
17
+ <jackson .version>2.16.0 </jackson .version>
18
18
<gson .version>2.10.1</gson .version>
19
- <fastjson .version>2.0.40 </fastjson .version>
19
+ <fastjson .version>2.0.42 </fastjson .version>
20
20
</properties >
21
21
22
22
<developers >
95
95
<plugin >
96
96
<groupId >org.apache.maven.plugins</groupId >
97
97
<artifactId >maven-javadoc-plugin</artifactId >
98
- <version >3.6.0 </version >
98
+ <version >3.6.2 </version >
99
99
<executions >
100
100
<execution >
101
101
<id >attach-javadocs</id >
190
190
<dependency >
191
191
<groupId >ch.qos.logback</groupId >
192
192
<artifactId >logback-classic</artifactId >
193
- <version >1.4.11 </version >
193
+ <version >1.4.14 </version >
194
194
<scope >test</scope >
195
195
</dependency >
196
196
<dependency >
197
197
<groupId >org.mockito</groupId >
198
198
<artifactId >mockito-core</artifactId >
199
- <version >5.5 .0</version >
199
+ <version >5.8 .0</version >
200
200
<scope >test</scope >
201
201
</dependency >
202
202
<dependency >
You can’t perform that action at this time.
0 commit comments