Skip to content

Commit

Permalink
Degrade the jsinterop_base version to 1.0.1 as 1.0.2 introduces Nulln…
Browse files Browse the repository at this point in the history
…ess annotations but this is not included in gwt.xml.

PiperOrigin-RevId: 690424834
  • Loading branch information
mollyibot authored and copybara-github committed Oct 28, 2024
1 parent 30ef913 commit adfe7fa
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion maven/pom-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.2</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-dom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.2</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-indexeddb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.2</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-media.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.2</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-promise.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.2</version>
<version>1.0.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion maven/pom-svg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.2</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-webassembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.2</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-webgl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.2</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-webstorage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.2</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down

0 comments on commit adfe7fa

Please sign in to comment.