Skip to content

Commit

Permalink
Merge branch 'main' into renovate/jackson.version
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli authored Feb 12, 2024
2 parents a0711c8 + 9b1df6b commit 349a873
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions third_party/docfx-doclet-143274/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<jackson.version>2.16.1</jackson.version>
<apache.commons-lang.version>3.14.0</apache.commons-lang.version>
<apache.commons-collections.version>4.4</apache.commons-collections.version>
<apache.commons-io.version>2.15.0</apache.commons-io.version>
<apache.commons-io.version>2.15.1</apache.commons-io.version>
<apache.commons-text.version>1.11.0</apache.commons-text.version>
<remark.version>1.1.0</remark.version>
</properties>
Expand All @@ -26,7 +26,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<!-- Show build warnings in detail -->
<compilerArgument>-Xlint:unchecked</compilerArgument>
Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.18.1</version>
<version>1.19.2</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -164,7 +164,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
<version>33.0.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 349a873

Please sign in to comment.