Skip to content

Commit

Permalink
Bump deps, exluding jsinterop-annotations, which Dependabot keeps i…
Browse files Browse the repository at this point in the history
…ncluding.

Fixes #1348

RELNOTES=n/a
PiperOrigin-RevId: 683613504
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Oct 8, 2024
1 parent f07a4f1 commit f1ed640
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.32.0</version>
<version>2.33.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand All @@ -123,7 +123,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.7</version>
<version>9.7.1</version>
</dependency>
<dependency>
<groupId>com.google.jsinterop</groupId>
Expand Down Expand Up @@ -228,7 +228,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<additionalOptions>
<additionalOption>-Xdoclint:-html ${conditionalJavadoc9PlusOptions}</additionalOption>
Expand Down Expand Up @@ -300,7 +300,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit f1ed640

Please sign in to comment.