You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance, we can bump the version of a given artifact detected in the step before.
179
+
Dependencies are defined in the file [maven_deps.bzl](https://github.com/SeleniumHQ/selenium/blob/trunk/java/maven_deps.bzl).
180
+
To automatically update and pin new dependencies, run:
193
181
194
-
3. Repin dependencies. This process is required to update the file [maven_install.json](https://github.com/SeleniumHQ/selenium/blob/trunk/java/maven_install.json),
195
-
which is used to manage the Maven dependencies tree (see [rules_jvm_external](https://github.com/bazelbuild/rules_jvm_external) for further details). The command to carry out this step is the following:
196
-
197
-
```sh
198
-
RULES_JVM_EXTERNAL_REPIN=1 bazel run @unpinned_maven//:pin
199
-
```
200
-
201
-
4. (Optional) If we use IntelliJ with the Bazel plugin, we need to synchronize
202
-
our project. To that aim, we click on _Bazel_ → _Sync_ → _Sync Project
0 commit comments