File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 124
124
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
125
125
<sqlite4java .version>1.0.392</sqlite4java .version>
126
126
<checkstyle .version>9.3</checkstyle .version>
127
- <maven-checkstyle-plugin .version>3.1.2 </maven-checkstyle-plugin .version>
127
+ <maven-checkstyle-plugin .version>3.2.0 </maven-checkstyle-plugin .version>
128
128
<jacoco-maven-plugin .version>0.8.8</jacoco-maven-plugin .version>
129
129
<maven-source-plugin .version>3.0.1</maven-source-plugin .version>
130
130
<maven-jxr-plugin .version>3.1.1</maven-jxr-plugin .version>
236
236
<dependency >
237
237
<groupId >com.fasterxml.jackson.core</groupId >
238
238
<artifactId >jackson-annotations</artifactId >
239
- <version >2.13.3 </version >
239
+ <version >2.13.4 </version >
240
240
<scope >test</scope >
241
241
</dependency >
242
242
243
243
<dependency >
244
244
<groupId >com.fasterxml.jackson.core</groupId >
245
245
<artifactId >jackson-core</artifactId >
246
- <version >2.13.1 </version >
246
+ <version >2.13.4 </version >
247
247
<scope >test</scope >
248
248
</dependency >
249
249
You can’t perform that action at this time.
0 commit comments