34
34
<properties >
35
35
36
36
<archunit .version>1.2.1</archunit .version>
37
- <artifactory-maven-plugin .version>3.6.1 </artifactory-maven-plugin .version>
37
+ <artifactory-maven-plugin .version>3.6.2 </artifactory-maven-plugin .version>
38
38
<flapdoodle-mongodb .version>4.6.1</flapdoodle-mongodb .version>
39
39
<jmolecules-bom .version>2023.1.1</jmolecules-bom .version>
40
40
<lombok .version>1.18.30</lombok .version>
@@ -144,7 +144,7 @@ limitations under the License.
144
144
<plugin >
145
145
<groupId >org.apache.maven.plugins</groupId >
146
146
<artifactId >maven-javadoc-plugin</artifactId >
147
- <version >3.4.1 </version >
147
+ <version >3.6.3 </version >
148
148
<executions >
149
149
<execution >
150
150
<id >attach-javadocs</id >
@@ -207,7 +207,7 @@ limitations under the License.
207
207
<plugin >
208
208
<groupId >org.apache.maven.plugins</groupId >
209
209
<artifactId >maven-gpg-plugin</artifactId >
210
- <version >3.0.1 </version >
210
+ <version >3.1.0 </version >
211
211
<executions >
212
212
<execution >
213
213
<id >sign-artifacts</id >
@@ -258,7 +258,7 @@ limitations under the License.
258
258
<plugin >
259
259
<groupId >org.apache.maven.plugins</groupId >
260
260
<artifactId >maven-javadoc-plugin</artifactId >
261
- <version >3.4.1 </version >
261
+ <version >3.6.3 </version >
262
262
<inherited >false</inherited >
263
263
<executions >
264
264
<execution >
@@ -321,7 +321,7 @@ limitations under the License.
321
321
<plugin >
322
322
<groupId >org.apache.maven.plugins</groupId >
323
323
<artifactId >maven-assembly-plugin</artifactId >
324
- <version >3.4.2 </version >
324
+ <version >3.6.0 </version >
325
325
<executions >
326
326
<execution >
327
327
<id >docs</id >
@@ -444,7 +444,7 @@ limitations under the License.
444
444
<plugin >
445
445
<groupId >org.apache.maven.plugins</groupId >
446
446
<artifactId >maven-javadoc-plugin</artifactId >
447
- <version >3.4.1 </version >
447
+ <version >3.6.3 </version >
448
448
<configuration >
449
449
<doclint >accessibility,html,reference,syntax</doclint >
450
450
<show >package</show >
@@ -464,7 +464,7 @@ limitations under the License.
464
464
<plugin >
465
465
<groupId >org.apache.maven.plugins</groupId >
466
466
<artifactId >maven-compiler-plugin</artifactId >
467
- <version >3.11.0 </version >
467
+ <version >3.12.1 </version >
468
468
<configuration >
469
469
<source >17</source >
470
470
<target >17</target >
@@ -487,7 +487,7 @@ limitations under the License.
487
487
<plugin >
488
488
<groupId >org.apache.maven.plugins</groupId >
489
489
<artifactId >maven-surefire-plugin</artifactId >
490
- <version >3.1.2 </version >
490
+ <version >3.2.5 </version >
491
491
<configuration >
492
492
<excludes >
493
493
<exclude />
@@ -559,7 +559,7 @@ limitations under the License.
559
559
<plugin >
560
560
<groupId >org.apache.maven.plugins</groupId >
561
561
<artifactId >maven-release-plugin</artifactId >
562
- <version >3.0.0 </version >
562
+ <version >3.0.1 </version >
563
563
<configuration >
564
564
<releaseProfiles >sonatype</releaseProfiles >
565
565
<autoVersionSubmodules >true</autoVersionSubmodules >
0 commit comments