This repository was archived by the owner on Jun 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
<dependency >
18
18
<groupId >org.apache.httpcomponents</groupId >
19
19
<artifactId >httpclient</artifactId >
20
- <version >4.3.6 </version >
20
+ <version >4.5.13 </version >
21
21
</dependency >
22
22
<dependency >
23
23
<groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change 26
26
</dependency >
27
27
<dependency >
28
28
<groupId >org.slf4j</groupId >
29
- <artifactId >slf4j-log4j12 </artifactId >
29
+ <artifactId >slf4j-api </artifactId >
30
30
<version >${slf4j.version} </version >
31
31
</dependency >
32
32
<dependency >
Original file line number Diff line number Diff line change 37
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
38
38
39
39
<jdk .version>1.8</jdk .version>
40
- <jackson .version>2.9.0 </jackson .version>
40
+ <jackson .version>2.13.5 </jackson .version>
41
41
<slf4j .version>1.7.25</slf4j .version>
42
42
<commons-lang .version>3.3.2</commons-lang .version>
43
43
</properties >
46
46
<dependency >
47
47
<groupId >org.projectlombok</groupId >
48
48
<artifactId >lombok</artifactId >
49
- <version >1.18.2 </version >
49
+ <version >1.18.26 </version >
50
50
<scope >provided</scope >
51
51
</dependency >
52
52
</dependencies >
You can’t perform that action at this time.
0 commit comments