File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
<dependency >
9
9
<groupId >org.apache.httpcomponents</groupId >
10
10
<artifactId >httpclient</artifactId >
11
- <version >4.3.2 </version >
11
+ <version >5.0.3 </version >
12
12
<type >jar</type >
13
13
<scope >compile</scope >
14
14
</dependency >
29
29
<dependency >
30
30
<groupId >com.fasterxml.jackson.core</groupId >
31
31
<artifactId >jackson-core</artifactId >
32
- <version >2.4 .0</version >
32
+ <version >2.15 .0</version >
33
33
</dependency >
34
34
<dependency >
35
35
<groupId >com.fasterxml.jackson.core</groupId >
36
36
<artifactId >jackson-databind</artifactId >
37
- <version >2.4 .0</version >
37
+ <version >2.16 .0</version >
38
38
</dependency >
39
39
</dependencies >
40
40
<build >
Original file line number Diff line number Diff line change 1
- django == 1.2
2
- flask == 0.6
3
- requests == 2.26.0
1
+ django == 3.2.4
2
+ flask == 2.3.2
3
+ requests == 2.31.0
You can’t perform that action at this time.
0 commit comments