Skip to content

Commit

Permalink
Merge branch 'main' into renovate/apache.commons-io.version
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli authored Apr 4, 2024
2 parents afc5227 + 3d626dc commit 0c1bb9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions third_party/docfx-doclet-143274/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<!-- Show build warnings in detail -->
<compilerArgument>-Xlint:unchecked</compilerArgument>
Expand All @@ -36,7 +36,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.1</version>
<configuration>
<!-- get all project dependencies -->
<descriptorRefs>
Expand Down Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.20.0</version>
<version>1.22.0</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -117,7 +117,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.32.0</version>
<version>26.36.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -163,7 +163,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.0.0-jre</version>
<version>33.1.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 0c1bb9e

Please sign in to comment.