Skip to content

Commit c67891b

Browse files
committed
Update all non-major dependencies
1 parent 68aed38 commit c67891b

2 files changed

Lines changed: 4 additions & 4 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>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501
<dependency>
502502
<groupId>com.google.errorprone</groupId>
503503
<artifactId>error_prone_annotations</artifactId>
504-
<version>2.41.0</version>
504+
<version>2.42.0</version>
505505
</dependency>
506506
<dependency>
507507
<groupId>com.google.http-client</groupId>
@@ -697,7 +697,7 @@
697697
<dependency>
698698
<groupId>org.mockito</groupId>
699699
<artifactId>mockito-bom</artifactId>
700-
<version>5.19.0</version>
700+
<version>5.20.0</version>
701701
<scope>import</scope>
702702
<type>pom</type>
703703
</dependency>
@@ -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>

0 commit comments

Comments
 (0)