File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ for Maven to use locally by deploying to your local maven repository (`~/.m2/rep
201
201
202
202
#### Updating Dependencies
203
203
204
- Dependencies are defined in the file [ maven_deps.bzl ] ( https://github.com/SeleniumHQ/selenium/blob/trunk/java/maven_deps.bzl ) .
204
+ Dependencies are defined in the file [ MODULE.bazel ] ( https://github.com/SeleniumHQ/selenium/blob/trunk/MODULE.bazel ) .
205
205
To automatically update and pin new dependencies, run:
206
206
207
207
``` shell
Original file line number Diff line number Diff line change @@ -1110,7 +1110,7 @@ namespace :all do
1110
1110
commit! ( 'Update selenium manager version' , [ 'common/selenium_manager.bzl' ] )
1111
1111
1112
1112
Rake ::Task [ 'java:update' ] . invoke
1113
- commit! ( 'Update Maven Dependencies' , [ 'java/maven_deps.bzl ' , 'java/maven_install.json' ] )
1113
+ commit! ( 'Update Maven Dependencies' , [ 'MODULE.bazel ' , 'java/maven_install.json' ] )
1114
1114
1115
1115
Rake ::Task [ 'authors' ] . invoke
1116
1116
commit! ( 'Update authors file' , [ 'AUTHORS' ] )
You can’t perform that action at this time.
0 commit comments