File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >org.apache.commons</groupId >
30
30
<artifactId >commons-compress</artifactId >
31
- <version >1.15 </version >
31
+ <version >1.21 </version >
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 1
- django == 1.2
1
+ django == 3.2.4
2
2
Original file line number Diff line number Diff line change 1
- django == 1.2
1
+ django == 3.2.4
2
2
Original file line number Diff line number Diff line change 23
23
<maven .compiler.source>1.7</maven .compiler.source>
24
24
<maven .compiler.target>1.7</maven .compiler.target>
25
25
<cloud .function.context.version>3.1.0</cloud .function.context.version>
26
- <log4j .version>2.14.0 </log4j .version>
26
+ <log4j .version>2.17.1 </log4j .version>
27
27
</properties >
28
28
29
29
<dependencies >
30
30
<dependency >
31
31
<groupId >com.fasterxml.jackson.core</groupId >
32
32
<artifactId >jackson-databind</artifactId >
33
- <version >2.12.4 </version >
33
+ <version >2.16.0 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.apache.logging.log4j</groupId >
40
40
<dependency >
41
41
<groupId >org.apache.commons</groupId >
42
42
<artifactId >commons-compress</artifactId >
43
- <version >1.20 </version >
43
+ <version >1.21 </version >
44
44
</dependency >
45
45
<dependency >
46
46
<groupId >org.springframework</groupId >
47
47
<artifactId >spring-core</artifactId >
48
- <version >5.3.0 </version >
48
+ <version >6.0.8 </version >
49
49
</dependency >
50
50
</dependencies >
51
51
You can’t perform that action at this time.
0 commit comments