File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
turing-web-crawler/wc-sample Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 237237 <dependency >
238238 <groupId >org.xerial</groupId >
239239 <artifactId >sqlite-jdbc</artifactId >
240- <version >3.47.0 .0</version >
240+ <version >3.47.1 .0</version >
241241 </dependency >
242242 <dependency >
243243 <groupId >org.apache.logging.log4j</groupId >
247247 <dependency >
248248 <groupId >com.fasterxml.jackson.core</groupId >
249249 <artifactId >jackson-databind</artifactId >
250- <version >2.18.1 </version >
250+ <version >2.18.2 </version >
251251 </dependency >
252252 <dependency >
253253 <groupId >org.apache.httpcomponents.client5</groupId >
262262 <dependency >
263263 <groupId >org.jsoup</groupId >
264264 <artifactId >jsoup</artifactId >
265- <version >1.18.1 </version >
265+ <version >1.18.3 </version >
266266 </dependency >
267267 <dependency >
268268 <groupId >org.projectlombok</groupId >
Original file line number Diff line number Diff line change 1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 <maven .compiler.source>21</maven .compiler.source>
1515 <maven .compiler.target>21</maven .compiler.target>
16- <jackson .version>2.18.1 </jackson .version>
16+ <jackson .version>2.18.2 </jackson .version>
1717 </properties >
1818
1919 <dependencies >
Original file line number Diff line number Diff line change 2323 <dependency >
2424 <groupId >com.fasterxml.jackson.core</groupId >
2525 <artifactId >jackson-databind</artifactId >
26- <version >2.18.1 </version >
26+ <version >2.18.2 </version >
2727 </dependency >
2828 <dependency >
2929 <groupId >com.viglet.turing</groupId >
Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >com.fasterxml.jackson.datatype</groupId >
3434 <artifactId >jackson-datatype-jdk8</artifactId >
35- <version >2.18.1 </version >
35+ <version >2.18.2 </version >
3636 <scope >compile</scope >
3737 </dependency >
3838 </dependencies >
Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >org.jsoup</groupId >
2626 <artifactId >jsoup</artifactId >
27- <version >1.18.1 </version >
27+ <version >1.18.3 </version >
2828 </dependency >
2929 </dependencies >
3030 <build >
Original file line number Diff line number Diff line change 3838 <dependency >
3939 <groupId >com.fasterxml.jackson.core</groupId >
4040 <artifactId >jackson-databind</artifactId >
41- <version >2.18.1 </version >
41+ <version >2.18.2 </version >
4242 </dependency >
4343 <dependency >
4444 <groupId >org.apache.httpcomponents</groupId >
You can’t perform that action at this time.
0 commit comments