Skip to content

Commit 155c328

Browse files
committed
Update all non-major dependencies
1 parent 97ac08c commit 155c328

9 files changed

Lines changed: 13 additions & 13 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
<plugin>
241241
<groupId>org.apache.maven.plugins</groupId>
242242
<artifactId>maven-javadoc-plugin</artifactId>
243-
<version>3.11.3</version>
243+
<version>3.12.0</version>
244244
<configuration>
245245
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
246246
<useStandardDocletOptions>false</useStandardDocletOptions>

applications/proberapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
</plugin>
271271
<plugin>
272272
<artifactId>maven-compiler-plugin</artifactId>
273-
<version>3.14.0</version>
273+
<version>3.14.1</version>
274274
<configuration>
275275
<release>8</release>
276276
</configuration>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750
<plugin>
751751
<groupId>org.codehaus.mojo</groupId>
752752
<artifactId>versions-maven-plugin</artifactId>
753-
<version>2.19.0</version>
753+
<version>2.19.1</version>
754754
<configuration>
755755
<rulesUri>file:///${session.executionRootDirectory}/maven-version-rules.xml</rulesUri>
756756
<generateBackupPoms>false</generateBackupPoms>
@@ -787,7 +787,7 @@
787787
<plugin>
788788
<groupId>org.apache.maven.plugins</groupId>
789789
<artifactId>maven-compiler-plugin</artifactId>
790-
<version>3.14.0</version>
790+
<version>3.14.1</version>
791791
</plugin>
792792
<plugin>
793793
<groupId>org.apache.maven.plugins</groupId>
@@ -797,7 +797,7 @@
797797
<plugin>
798798
<groupId>org.apache.maven.plugins</groupId>
799799
<artifactId>maven-javadoc-plugin</artifactId>
800-
<version>3.11.3</version>
800+
<version>3.12.0</version>
801801
<configuration>
802802
<failOnWarnings>false</failOnWarnings>
803803
<doclint>none</doclint>
@@ -857,7 +857,7 @@
857857
<plugin>
858858
<groupId>org.codehaus.mojo</groupId>
859859
<artifactId>license-maven-plugin</artifactId>
860-
<version>2.6.0</version>
860+
<version>2.7.0</version>
861861
<configuration>
862862
<excludedGroups>com.google.appengine</excludedGroups>
863863
<useMissingFile>true</useMissingFile>
@@ -905,7 +905,7 @@
905905
<!-- Call mvn versions:display-plugin-updates -->
906906
<groupId>org.codehaus.mojo</groupId>
907907
<artifactId>versions-maven-plugin</artifactId>
908-
<version>2.19.0</version>
908+
<version>2.19.1</version>
909909
</plugin>
910910
</plugins>
911911
</reporting>

runtime/annotationscanningwebapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</plugin>
6767
<plugin>
6868
<artifactId>maven-compiler-plugin</artifactId>
69-
<version>3.14.0</version>
69+
<version>3.14.1</version>
7070
<configuration>
7171
<release>8</release>
7272
</configuration>

runtime/annotationscanningwebappjakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</plugin>
6767
<plugin>
6868
<artifactId>maven-compiler-plugin</artifactId>
69-
<version>3.14.0</version>
69+
<version>3.14.1</version>
7070
<configuration>
7171
<release>8</release>
7272
</configuration>

runtime/failinitfilterwebapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</plugin>
6767
<plugin>
6868
<artifactId>maven-compiler-plugin</artifactId>
69-
<version>3.14.0</version>
69+
<version>3.14.1</version>
7070
<configuration>
7171
<release>8</release>
7272
</configuration>

runtime/failinitfilterwebappjakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</plugin>
6767
<plugin>
6868
<artifactId>maven-compiler-plugin</artifactId>
69-
<version>3.14.0</version>
69+
<version>3.14.1</version>
7070
<configuration>
7171
<release>8</release>
7272
</configuration>

runtime/nogaeapiswebapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</plugin>
6767
<plugin>
6868
<artifactId>maven-compiler-plugin</artifactId>
69-
<version>3.14.0</version>
69+
<version>3.14.1</version>
7070
<configuration>
7171
<release>8</release>
7272
</configuration>

runtime/nogaeapiswebappjakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</plugin>
6767
<plugin>
6868
<artifactId>maven-compiler-plugin</artifactId>
69-
<version>3.14.0</version>
69+
<version>3.14.1</version>
7070
<configuration>
7171
<release>8</release>
7272
</configuration>

0 commit comments

Comments
 (0)