Skip to content

Commit a1eac3d

Browse files
authored
Update minimum supported Java version (#2385)
As SeleniumHQ/selenium#12843 and https://www.selenium.dev/blog/2023/selenium-4-14-released/ mentioned, latest Selenium had been based on Java 11+, so just update the minimum version to avoid confused.
1 parent 31c90a3 commit a1eac3d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ you are using the latest version.
2020

2121
{{< tabpane text=true >}}
2222
{{% tab header="Java" %}}
23-
View the minimum supported Java version [here](https://github.com/SeleniumHQ/selenium/blob/trunk/.bazelrc#L13).
23+
View the minimum supported Java version [here](https://github.com/SeleniumHQ/selenium/blob/trunk/.bazelrc#L32).
2424

2525
Installation of Selenium libraries for Java is accomplished using a build tool.
2626

website_and_docs/content/documentation/webdriver/getting_started/install_library.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aliases: [
1818

1919
{{< tabpane text=true >}}
2020
{{% tab header="Java" %}}
21-
サポートされている最小のJavaバージョンを表示する [ここ](https://github.com/SeleniumHQ/selenium/blob/trunk/.bazelrc#L13).
21+
サポートされている最小のJavaバージョンを表示する [ここ](https://github.com/SeleniumHQ/selenium/blob/trunk/.bazelrc#L32).
2222

2323
Java用のSeleniumライブラリのインストールは、ビルドツールを使用して行います。
2424

website_and_docs/content/documentation/webdriver/getting_started/install_library.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ O processo de instalação de bibliotecas depende da linguagem que você escolhe
1919

2020
{{< tabpane text=true >}}
2121
{{% tab header="Java" %}}
22-
Veja a mínima versão do Java suportada [aqui](https://github.com/SeleniumHQ/selenium/blob/trunk/.bazelrc#L13).
22+
Veja a mínima versão do Java suportada [aqui](https://github.com/SeleniumHQ/selenium/blob/trunk/.bazelrc#L32).
2323

2424
A instalação da biblioteca Selenium para Java é feita a partir de uma build tool.
2525

website_and_docs/content/documentation/webdriver/getting_started/install_library.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aliases: [
1818

1919
{{< tabpane text=true >}}
2020
{{% tab header="Java" %}}
21-
查看该库所支持java的最低版本 [here](https://github.com/SeleniumHQ/selenium/blob/trunk/.bazelrc#L13).
21+
查看该库所支持java的最低版本 [here](https://github.com/SeleniumHQ/selenium/blob/trunk/.bazelrc#L32).
2222

2323
应熟练掌握build tool以安装支持java的Selenium库
2424

0 commit comments

Comments
 (0)