Skip to content

Commit

Permalink
Merge branch 'main' into renovate/org.apache.maven.plugins-maven-java…
Browse files Browse the repository at this point in the history
…doc-plugin-3.x
  • Loading branch information
gcf-merge-on-green[bot] authored May 4, 2023
2 parents 2bcc2f3 + bc7de8e commit dc0975a
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 @@ -13,7 +13,7 @@
<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<jackson.version>2.14.1</jackson.version>
<jackson.version>2.15.0</jackson.version>
<apache.commons-lang.version>3.12.0</apache.commons-lang.version>
<apache.commons-collections.version>4.4</apache.commons-collections.version>
<apache.commons-io.version>2.11.0</apache.commons-io.version>
Expand Down Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.3</version>
<version>1.16.1</version>
</dependency>

<!-- Test dependencies -->
Expand All @@ -143,7 +143,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.9.0</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -161,7 +161,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-speech</artifactId>
<version>4.1.0</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit dc0975a

Please sign in to comment.