File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 68
68
<dependency >
69
69
<groupId >org.slf4j</groupId >
70
70
<artifactId >slf4j-api</artifactId >
71
- <version >2.0.0 </version >
71
+ <version >2.0.2 </version >
72
72
</dependency >
73
73
<dependency >
74
74
<groupId >org.apache.commons</groupId >
80
80
<dependency >
81
81
<groupId >org.javassist</groupId >
82
82
<artifactId >javassist</artifactId >
83
- <version >3.29.1 -GA</version >
83
+ <version >3.29.2 -GA</version >
84
84
<scope >provided</scope >
85
85
</dependency >
86
86
<!-- Optional for supporting spring proxies -->
87
87
<dependency >
88
88
<groupId >org.springframework</groupId >
89
89
<artifactId >spring-aop</artifactId >
90
- <version >5.3.22 </version >
90
+ <version >5.3.23 </version >
91
91
<scope >provided</scope >
92
92
</dependency >
93
93
100
100
<dependency >
101
101
<groupId >ch.qos.logback</groupId >
102
102
<artifactId >logback-classic</artifactId >
103
- <version >1.3.0 </version >
103
+ <version >1.3.1 </version >
104
104
</dependency >
105
105
<dependency >
106
106
<groupId >javax.servlet</groupId >
304
304
<plugin >
305
305
<groupId >org.apache.maven.plugins</groupId >
306
306
<artifactId >maven-jar-plugin</artifactId >
307
- <version >3.2.2 </version >
307
+ <version >3.3.0 </version >
308
308
<executions >
309
309
<execution >
310
310
<id >test-jar</id >
You can’t perform that action at this time.
0 commit comments