File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 58
58
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
59
59
<plugin >
60
60
<artifactId >maven-clean-plugin</artifactId >
61
- <version >3.4.0 </version >
61
+ <version >3.4.1 </version >
62
62
</plugin >
63
63
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
64
64
<plugin >
70
70
</plugin >
71
71
<plugin >
72
72
<artifactId >maven-compiler-plugin</artifactId >
73
- <version >3.13 .0</version >
73
+ <version >3.14 .0</version >
74
74
</plugin >
75
75
<plugin >
76
76
<artifactId >maven-surefire-plugin</artifactId >
85
85
</plugin >
86
86
<plugin >
87
87
<artifactId >maven-install-plugin</artifactId >
88
- <version >3.1.3 </version >
88
+ <version >3.1.4 </version >
89
89
</plugin >
90
90
<plugin >
91
91
<artifactId >maven-deploy-plugin</artifactId >
92
- <version >3.1.3 </version >
92
+ <version >3.1.4 </version >
93
93
</plugin >
94
94
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
95
95
<plugin >
98
98
</plugin >
99
99
<plugin >
100
100
<artifactId >maven-project-info-reports-plugin</artifactId >
101
- <version >3.8 .0</version >
101
+ <version >3.9 .0</version >
102
102
</plugin >
103
103
</plugins >
104
104
</pluginManagement >
107
107
<plugin >
108
108
<groupId >org.apache.maven.plugins</groupId >
109
109
<artifactId >maven-compiler-plugin</artifactId >
110
- <version >3.13 .0</version >
110
+ <version >3.14 .0</version >
111
111
<configuration >
112
112
<source >17</source >
113
113
<target >17</target >
You can’t perform that action at this time.
0 commit comments