Skip to content

Commit 8be44b6

Browse files
jDramaixcopybara-github
authored andcommitted
Update jsinterop-base dependency to the new released version 1.1.1.
PiperOrigin-RevId: 805042019
1 parent e88de7b commit 8be44b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ archive_override(
1818
urls = ["https://github.com/google/jsinterop-generator/archive/master.zip"],
1919
)
2020

21-
bazel_dep(name = "jsinterop_base", version = "1.1.0")
21+
bazel_dep(name = "jsinterop_base", version = "1.1.1")
2222

2323
# Use head jsinterop-base for testing purposes.
2424
archive_override(

maven/common_dependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<dependency>
77
<groupId>com.google.jsinterop</groupId>
88
<artifactId>base</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.1.1</version>
1010
</dependency>
1111
<dependency>
1212
<groupId>org.jspecify</groupId>

0 commit comments

Comments
 (0)