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
201201
202202#### Updating Dependencies
203203
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 ) .
205205To automatically update and pin new dependencies, run:
206206
207207``` shell
Original file line number Diff line number Diff line change @@ -1110,7 +1110,7 @@ namespace :all do
11101110 commit! ( 'Update selenium manager version' , [ 'common/selenium_manager.bzl' ] )
11111111
11121112 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' ] )
11141114
11151115 Rake ::Task [ 'authors' ] . invoke
11161116 commit! ( 'Update authors file' , [ 'AUTHORS' ] )
You can’t perform that action at this time.
0 commit comments