diff --git a/cots/vitamui-logstash/Makefile b/cots/vitamui-logstash/Makefile
index f5bf6c391350b0cfd57b78a3b7435a142d93dea1..dc4955ca221effa320765c0e7bb0716c98b13c8b 100644
--- a/cots/vitamui-logstash/Makefile
+++ b/cots/vitamui-logstash/Makefile
@@ -7,7 +7,7 @@
 NAME                := logstash
 VERSION             := 0.0.0
 LOGSTASH_VERSION    := 6.4.2
-DEPENDENCIES        := systemd,java-1.8.0-openjdk
+DEPENDENCIES        := systemd,java-11-openjdk
 
 
 # Src configuration:
diff --git a/cots/vitamui-logstash/pom.xml b/cots/vitamui-logstash/pom.xml
index a35fc830b0882ec73302698b79d576ce82ed6ea0..3bb3f6d3a3153234057ff562e634aebd2d0cc29f 100644
--- a/cots/vitamui-logstash/pom.xml
+++ b/cots/vitamui-logstash/pom.xml
@@ -51,7 +51,7 @@
                                             If you want to changes default dependencies (only systemd), define them as a
                                              comma separated list of packages
                                          -->
-                                        <argument>DEPENDENCIES=systemd,java-1.8.0-openjdk</argument>
+                                        <argument>DEPENDENCIES=systemd,java-11-openjdk</argument>
                                     </arguments>
                                 </configuration>
                             </execution>
diff --git a/pom.xml b/pom.xml
index 5e0585d97712af5afa76e894a16770226b940ed4..36d2f5e4ef0079f2135d2c6207d7748ad9bba47d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1320,7 +1320,7 @@
                                         <argument>USER=vitamui</argument>
                                         <!-- If you want to changes default dependencies (only systemd),
                                         define them as a comma separated list of packages -->
-                                        <argument>DEPENDENCIES=systemd,java-1.8.0-openjdk</argument>
+                                        <argument>DEPENDENCIES=systemd,java-11-openjdk</argument>
                                     </arguments>
                                 </configuration>
                             </execution>
diff --git a/tools/docker/centos/Dockerfile b/tools/docker/centos/Dockerfile
index f6ca750d9937ba095b22fed8c919c7f26e8e12ee..69a5fd007c0ce5d5ce5a7b975eab4ef0742f048d 100644
--- a/tools/docker/centos/Dockerfile
+++ b/tools/docker/centos/Dockerfile
@@ -31,7 +31,7 @@ RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == system
 ################################  Install build tools (rpm / maven / java)  ###############################
 
 RUN yum install -y \
-    	java-1.8.0-openjdk-devel \
+    	java-11-openjdk-devel \
     	rpm-build \
         rpmdevtools \
         initscripts.x86_64 \
diff --git a/tools/docker/vitamui-base/Dockerfile b/tools/docker/vitamui-base/Dockerfile
index 8f2764b2e63b1ff87489343d32b4661ad517dfd5..c0ca42ebb99e525c63278dc117c8b13ca79a584f 100644
--- a/tools/docker/vitamui-base/Dockerfile
+++ b/tools/docker/vitamui-base/Dockerfile
@@ -31,7 +31,7 @@ RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == system
 ################################  Install build tools (rpm / maven / java)  ###############################
 
 RUN yum install -y \
-    	java-1.8.0-openjdk-devel \
+    	java-11-openjdk-devel \
     	rpm-build \
         rpmdevtools \
         initscripts.x86_64 \
diff --git a/ui/ui-identity/pom.xml b/ui/ui-identity/pom.xml
index 2a3d49ab0728036b8635d167cb9a3c43f643aa8a..209a522b2867e41d54a2c08878686a7591e8187a 100644
--- a/ui/ui-identity/pom.xml
+++ b/ui/ui-identity/pom.xml
@@ -285,7 +285,7 @@
                                            If you want to changes default dependencies (only systemd), define them as a
                                             comma separated list of packages
                                         -->
-                                        <argument>DEPENDENCIES=systemd,java-1.8.0-openjdk</argument>
+                                        <argument>DEPENDENCIES=systemd,java-11-openjdk</argument>
                                     </arguments>
                                 </configuration>
                             </execution>