File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
<dependency >
44
44
<groupId >org.apache.maven</groupId >
45
45
<artifactId >maven-model</artifactId >
46
- <version >3.9.9 </version >
46
+ <version >3.9.10 </version >
47
47
<scope >provided</scope >
48
48
</dependency >
49
49
<dependency >
Original file line number Diff line number Diff line change 49
49
<apache .http.version>4.5.3</apache .http.version>
50
50
<version .plugin.surefire>3.5.3</version .plugin.surefire>
51
51
<maven-enforcer-plugin-version >3.5.0</maven-enforcer-plugin-version >
52
- <maven-clean-plugin-version >3.4.1 </maven-clean-plugin-version >
52
+ <maven-clean-plugin-version >3.5.0 </maven-clean-plugin-version >
53
53
<maven-compiler-plugin-version >3.14.0</maven-compiler-plugin-version >
54
54
<maven-install-plugin-version >3.1.4</maven-install-plugin-version >
55
55
<maven-deploy-plugin-version >3.1.4</maven-deploy-plugin-version >
60
60
<maven-resources-plugin-version >3.3.1</maven-resources-plugin-version >
61
61
<maven-dependency-plugin-version >3.8.1</maven-dependency-plugin-version >
62
62
<dependency-check-version >12.1.1</dependency-check-version >
63
- <netty-version >4.2.1 .Final</netty-version >
63
+ <netty-version >4.2.2 .Final</netty-version >
64
64
65
65
<skip .dependency-check>false</skip .dependency-check>
66
66
355
355
<dependency >
356
356
<groupId >org.junit.jupiter</groupId >
357
357
<artifactId >junit-jupiter</artifactId >
358
- <version >5.12.2 </version >
358
+ <version >5.13.1 </version >
359
359
<scope >test</scope >
360
360
</dependency >
361
361
<dependency >
Original file line number Diff line number Diff line change 165
165
<plugin >
166
166
<groupId >org.codehaus.mojo</groupId >
167
167
<artifactId >build-helper-maven-plugin</artifactId >
168
- <version >3.6.0 </version >
168
+ <version >3.6.1 </version >
169
169
<executions >
170
170
<execution >
171
171
<id >add-source</id >
You can’t perform that action at this time.
0 commit comments