@@ -92,7 +92,7 @@ limitations under the License.
9292 <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-gpg-plugin -->
9393 <groupId >org.apache.maven.plugins</groupId >
9494 <artifactId >maven-gpg-plugin</artifactId >
95- <version >3.2.7 </version >
95+ <version >3.2.8 </version >
9696 <executions >
9797 <execution >
9898 <id >sign-artifacts</id >
@@ -178,7 +178,7 @@ limitations under the License.
178178 <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
179179 <groupId >org.apache.maven.plugins</groupId >
180180 <artifactId >maven-compiler-plugin</artifactId >
181- <version >3.13.0 </version >
181+ <version >3.15.1 </version >
182182 <configuration >
183183 <encoding >UTF-8</encoding >
184184 <source >${maven.compiler.source} </source >
@@ -189,7 +189,7 @@ limitations under the License.
189189 <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-resources-plugin -->
190190 <groupId >org.apache.maven.plugins</groupId >
191191 <artifactId >maven-resources-plugin</artifactId >
192- <version >3.3.1 </version >
192+ <version >3.4.0 </version >
193193 <configuration >
194194 <encoding >UTF-8</encoding >
195195 </configuration >
@@ -198,13 +198,13 @@ limitations under the License.
198198 <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-jar-plugin -->
199199 <groupId >org.apache.maven.plugins</groupId >
200200 <artifactId >maven-jar-plugin</artifactId >
201- <version >3.4.2 </version >
201+ <version >3.5.1 </version >
202202 </plugin >
203203 <plugin >
204204 <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
205205 <groupId >org.apache.maven.plugins</groupId >
206206 <artifactId >maven-javadoc-plugin</artifactId >
207- <version >3.10.1 </version >
207+ <version >3.11.2 </version >
208208 <!-- ONLY NEEDED With jdk 1.7+ -->
209209 <configuration >
210210 <source >8</source >
@@ -243,7 +243,7 @@ limitations under the License.
243243 <plugin >
244244 <groupId >com.diffplug.spotless</groupId >
245245 <artifactId >spotless-maven-plugin</artifactId >
246- <version >2.44.2 </version >
246+ <version >2.47.0 </version >
247247 <configuration >
248248 <java >
249249 <includes >
@@ -266,7 +266,7 @@ limitations under the License.
266266 <dependency >
267267 <groupId >org.junit.jupiter</groupId >
268268 <artifactId >junit-jupiter-api</artifactId >
269- <version >5.11.2 </version >
269+ <version >5.13.4 </version >
270270 <scope >test</scope >
271271 </dependency >
272272 <!-- https://mvnrepository.com/artifact/org.ow2.asm/asm -->
0 commit comments