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 66
66
<plugins >
67
67
<plugin >
68
68
<artifactId >maven-compiler-plugin</artifactId >
69
- <version >3.12.1 </version >
69
+ <version >3.13.0 </version >
70
70
<configuration >
71
71
<showDeprecation >true</showDeprecation >
72
72
<showWarnings >true</showWarnings >
80
80
</plugin >
81
81
<plugin >
82
82
<artifactId >maven-jar-plugin</artifactId >
83
- <version >3.3.0 </version >
83
+ <version >3.4.1 </version >
84
84
<configuration >
85
85
<archive >
86
86
<manifestEntries >
91
91
</plugin >
92
92
<plugin >
93
93
<artifactId >maven-source-plugin</artifactId >
94
- <version >3.3.0 </version >
94
+ <version >3.3.1 </version >
95
95
<executions >
96
96
<execution >
97
97
<id >attach-sources</id >
148
148
<plugin >
149
149
<groupId >org.apache.maven.plugins</groupId >
150
150
<artifactId >maven-shade-plugin</artifactId >
151
- <version >3.5.2 </version >
151
+ <version >3.5.3 </version >
152
152
</plugin >
153
153
</plugins >
154
154
</pluginManagement >
155
155
<plugins >
156
156
<plugin >
157
157
<artifactId >maven-gpg-plugin</artifactId >
158
- <version >3.1.0 </version >
158
+ <version >3.2.4 </version >
159
159
<executions >
160
160
<execution >
161
161
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments