diff --git a/docs/about-platform.md b/docs/about-platform.md
index 0d5ec2c7c..a8b4973b5 100644
--- a/docs/about-platform.md
+++ b/docs/about-platform.md
@@ -33,7 +33,7 @@ The platform consists of the following blocks:
|Language|Framework|Build Tool|Application|Library|Autotest|
|:-|:-:|:-:|:-:|:-:|:-:|
- |Java|Java 17, Java 21|Gradle, Maven|:white_check_mark:|:white_check_mark:|:white_check_mark:|
+ |Java|Java 17, Java 21, Java 25|Gradle, Maven|:white_check_mark:|:white_check_mark:|:white_check_mark:|
|Python|Python 3.8, FastAPI, Flask|Python|:white_check_mark:|:white_check_mark:||
|C#|.Net 3.1, .Net 6.0|.Net|:white_check_mark:|:white_check_mark:||
|C|None|Make,CMake|:white_check_mark:|||
diff --git a/docs/operator-guide/artifacts-management/package-registry.md b/docs/operator-guide/artifacts-management/package-registry.md
index 578c9d9ec..85fa34627 100644
--- a/docs/operator-guide/artifacts-management/package-registry.md
+++ b/docs/operator-guide/artifacts-management/package-registry.md
@@ -26,7 +26,7 @@ The table below displays the supported registries and the languages they corresp
|Language|Framework|Build Tool|Proxy Registry|Snapshots/Releases Registry|
|------------|:-------------------------------------------------------:|:------------------:|:-----------------------------------------:|:-----------------------------------------:|
-| Java|Java 8
Java 11
Java 17|Maven| Nexus
Gitlab
GitHub
Azure DevOps | Nexus
Gitlab
GitHub
Azure DevOps|
+| Java|Java 17
Java 21
Java 25
|Maven| Nexus
Gitlab
GitHub
Azure DevOps | Nexus
Gitlab
GitHub
Azure DevOps|
| Python|Python 3.8
FastAPI
Flask|Python|Nexus
Gitlab
Azure DevOps|Nexus
Gitlab
Azure DevOps|
| C#|.Net 3.1
.Net 6.0|.Net|No proxy is used for this language.|Nexus
Gitlab
GitHub
Azure DevOps|
| JavaScript | React
Vue
Angular
Express
Next.js
Antora |NPM| Nexus
Gitlab
GitHub
Azure DevOps | Nexus
Gitlab
GitHub
Azure DevOps |
diff --git a/docs/user-guide/add-application.md b/docs/user-guide/add-application.md
index b4c55fb71..c1c2a1445 100644
--- a/docs/user-guide/add-application.md
+++ b/docs/user-guide/add-application.md
@@ -77,7 +77,7 @@ Follow the instructions below to fill in the fields of the **Codebase Info** men
* **Application Code Language** - defines the code language with its supported frameworks:
- * Java – selecting a specific Java version (17 and 21 are available; Java 8 and 11 deprecated since v3.12).
+ * Java – selecting a specific Java version (17, 21, and 25 are available; Java 8 and 11 have been deprecated starting from KubeRocketCI version 3.12).
* JavaScript - selecting JavaScript allows using React, Vue, Angular, Express, Next.js and Antora frameworks.
* Python - selecting Python allows using the Python v.3.8, FastAPI, Flask frameworks.
* Go - selecting Go allows using the Beego, Gin and Operator SDK frameworks.
diff --git a/docs/user-guide/add-autotest.md b/docs/user-guide/add-autotest.md
index cd5c24c70..890b2955f 100644
--- a/docs/user-guide/add-autotest.md
+++ b/docs/user-guide/add-autotest.md
@@ -79,7 +79,7 @@ In our case, we will use the **Clone** strategy:
2. Specify the autotest language properties:
* **Autotest code language** - defines the code language with its supported frameworks. Selecting **Other** allows extending the default code languages and get the necessary build tool.
- * **Language version/framework** - defines the specific framework or language version of the autotest. The field depends on the selected code language. Specify Java 17 or Java 21 to be used. Java 8 and 11 have been deprecated starting from KubeRocketCI version 3.12.
+ * **Language version/framework** - defines the specific framework or language version of the autotest. The field depends on the selected code language. Specify Java 17, Java 21, or Java 25 to be used. Java 8 and 11 have been deprecated starting from KubeRocketCI version 3.12.
* **Build Tool** - allows to choose the build tool to use. In case of autotests, Gradle and Maven are available.
* **Autotest report framework** - all the autotest reports will be created in the Allure framework by default.
diff --git a/docs/user-guide/add-library.md b/docs/user-guide/add-library.md
index d97f2ad61..11e5c0684 100644
--- a/docs/user-guide/add-library.md
+++ b/docs/user-guide/add-library.md
@@ -78,8 +78,8 @@ In our example, we will use the **Create from template** strategy:
* **Library code language** - defines the code language with its supported frameworks:
- * Java – selecting specific Java version (17 and 21 are available; Java 8 and 11 deprecated since v3.12).
- * JavaScript - selecting JavaScript allows using the NPM tool.
+ * Java – selecting specific Java version (17, 21, and 25 are available; Java 8 and 11 deprecated since v3.12).
+ * JavaScript - selecting JavaScript allows using the React, Vue, Angular, Express, and Next.js frameworks.
* Python - selecting Python allows using the Python v.3.8, FastAPI, Flask.
* Groovy-pipeline - selecting Groovy-pipeline allows having the ability to customize a stages logic.
* Terraform - selecting Terraform allows using the Terraform different versions via the **Terraform version manager** ([tfenv](https://github.com/tfutils/tfenv#usage)).
diff --git a/versioned_docs/version-3.11/operator-guide/artifacts-management/package-registry.md b/versioned_docs/version-3.11/operator-guide/artifacts-management/package-registry.md
index 578c9d9ec..9fccc0811 100644
--- a/versioned_docs/version-3.11/operator-guide/artifacts-management/package-registry.md
+++ b/versioned_docs/version-3.11/operator-guide/artifacts-management/package-registry.md
@@ -26,7 +26,7 @@ The table below displays the supported registries and the languages they corresp
|Language|Framework|Build Tool|Proxy Registry|Snapshots/Releases Registry|
|------------|:-------------------------------------------------------:|:------------------:|:-----------------------------------------:|:-----------------------------------------:|
-| Java|Java 8
Java 11
Java 17|Maven| Nexus
Gitlab
GitHub
Azure DevOps | Nexus
Gitlab
GitHub
Azure DevOps|
+| Java|Java 8
Java 11
Java 17
Java 21|Maven| Nexus
Gitlab
GitHub
Azure DevOps | Nexus
Gitlab
GitHub
Azure DevOps|
| Python|Python 3.8
FastAPI
Flask|Python|Nexus
Gitlab
Azure DevOps|Nexus
Gitlab
Azure DevOps|
| C#|.Net 3.1
.Net 6.0|.Net|No proxy is used for this language.|Nexus
Gitlab
GitHub
Azure DevOps|
| JavaScript | React
Vue
Angular
Express
Next.js
Antora |NPM| Nexus
Gitlab
GitHub
Azure DevOps | Nexus
Gitlab
GitHub
Azure DevOps |
diff --git a/versioned_docs/version-3.12/operator-guide/artifacts-management/package-registry.md b/versioned_docs/version-3.12/operator-guide/artifacts-management/package-registry.md
index 578c9d9ec..9fccc0811 100644
--- a/versioned_docs/version-3.12/operator-guide/artifacts-management/package-registry.md
+++ b/versioned_docs/version-3.12/operator-guide/artifacts-management/package-registry.md
@@ -26,7 +26,7 @@ The table below displays the supported registries and the languages they corresp
|Language|Framework|Build Tool|Proxy Registry|Snapshots/Releases Registry|
|------------|:-------------------------------------------------------:|:------------------:|:-----------------------------------------:|:-----------------------------------------:|
-| Java|Java 8
Java 11
Java 17|Maven| Nexus
Gitlab
GitHub
Azure DevOps | Nexus
Gitlab
GitHub
Azure DevOps|
+| Java|Java 8
Java 11
Java 17
Java 21|Maven| Nexus
Gitlab
GitHub
Azure DevOps | Nexus
Gitlab
GitHub
Azure DevOps|
| Python|Python 3.8
FastAPI
Flask|Python|Nexus
Gitlab
Azure DevOps|Nexus
Gitlab
Azure DevOps|
| C#|.Net 3.1
.Net 6.0|.Net|No proxy is used for this language.|Nexus
Gitlab
GitHub
Azure DevOps|
| JavaScript | React
Vue
Angular
Express
Next.js
Antora |NPM| Nexus
Gitlab
GitHub
Azure DevOps | Nexus
Gitlab
GitHub
Azure DevOps |