File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
5
<modelVersion >4.0.0</modelVersion >
4
6
5
7
<parent >
43
45
<groupId >com.github.ben-manes.caffeine</groupId >
44
46
<artifactId >caffeine</artifactId >
45
47
</dependency >
48
+ <dependency >
49
+ <groupId >org.checkerframework</groupId >
50
+ <artifactId >checker-qual</artifactId >
51
+ </dependency >
46
52
<dependency >
47
53
<groupId >org.yaml</groupId >
48
54
<artifactId >snakeyaml</artifactId >
115
121
<addJavaLicenseAfterPackage >false</addJavaLicenseAfterPackage >
116
122
<emptyLineAfterHeader >true</emptyLineAfterHeader >
117
123
<skipUpdateLicense >${skipUpdateLicense} </skipUpdateLicense >
118
- <processStartTag >========================LICENSE_START=================================</processStartTag >
124
+ <processStartTag >
125
+ ========================LICENSE_START=================================</processStartTag >
119
126
<processEndTag >=========================LICENSE_END==================================</processEndTag >
120
127
<roots >
121
128
<root >src/main/java</root >
Original file line number Diff line number Diff line change 212
212
<dependency >
213
213
<groupId >com.google.guava</groupId >
214
214
<artifactId >guava</artifactId >
215
- <version >33.4.0-jre</version >
215
+ <version >33.4.8-jre</version >
216
+ </dependency >
217
+ <dependency >
218
+ <groupId >org.checkerframework</groupId >
219
+ <artifactId >checker-qual</artifactId >
220
+ <version >3.49.3</version >
216
221
</dependency >
217
222
<dependency >
218
223
<groupId >com.github.ben-manes.caffeine</groupId >
267
272
<dependency >
268
273
<groupId >org.fusesource.jansi</groupId >
269
274
<artifactId >jansi</artifactId >
270
- <version >2.4.1 </version >
275
+ <version >2.4.2 </version >
271
276
</dependency >
272
277
<dependency >
273
278
<groupId >com.github.everit-org.json-schema</groupId >
302
307
<dependency >
303
308
<groupId >info.picocli</groupId >
304
309
<artifactId >picocli</artifactId >
305
- <version >4.7.6 </version >
310
+ <version >4.7.7 </version >
306
311
</dependency >
307
312
<dependency >
308
313
<groupId >io.github.classgraph</groupId >
You can’t perform that action at this time.
0 commit comments