Skip to content

Commit

Permalink
Bump deps.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 503506407
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Jan 20, 2023
1 parent 4f52c25 commit e57caa0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
<test.include>%regex[.*.class]</test.include>
<truth.version>1.1.3</truth.version>
<checker-framework.version>3.26.0</checker-framework.version>
<checker-framework.version>3.29.0</checker-framework.version>
<animal.sniffer.version>1.22</animal.sniffer.version>
<maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
<javac.version>9+181-r4173-1</javac.version>
Expand Down Expand Up @@ -303,12 +303,12 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.16</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
<version>1.3</version>
<version>2.8</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -319,7 +319,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.8.1</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions guava-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
This project includes GWT-friendly sources.
</description>
<properties>
<gwt.version>2.9.0</gwt.version>
<gwt.plugin.version>2.8.2</gwt.plugin.version>
<gwt.version>2.10.0</gwt.version>
<gwt.plugin.version>2.10.0</gwt.plugin.version>
<gwt.logLevel>WARN</gwt.logLevel>
</properties>
<repositories>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
<test.include>%regex[.*.class]</test.include>
<truth.version>1.1.3</truth.version>
<checker-framework.version>3.26.0</checker-framework.version>
<checker-framework.version>3.29.0</checker-framework.version>
<animal.sniffer.version>1.22</animal.sniffer.version>
<maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
<javac.version>9+181-r4173-1</javac.version>
Expand Down Expand Up @@ -297,12 +297,12 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.16</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
<version>1.3</version>
<version>2.8</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -313,7 +313,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.8.1</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e57caa0

Please sign in to comment.