diff --git a/pom.xml b/pom.xml
index ee2d3f4422ce8a5063d86811ed9e177226df06fa..18c85ccab56abef405dd80e707873e0508ae3cfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,16 +56,15 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <java.version>1.8</java.version>
 
-        <jlibs.version>2.0.5</jlibs.version>
-        <versionizer.version>1.1.0</versionizer.version>
-        <webjars-locator.version>0.36</webjars-locator.version>
-        <jquery.version>3.3.1</jquery.version>
+        <jlibs.version>2.0.6</jlibs.version>
+        <versionizer.version>1.2.1</versionizer.version>
+        <webjars-locator.version>0.39</webjars-locator.version>
+        <jquery.version>3.4.1</jquery.version>
         <materializecss.version>1.0.0</materializecss.version>
-        <fontawesome.version>5.0.10</fontawesome.version>
-        <sortablejs.version>1.8.1</sortablejs.version>
+        <fontawesome.version>5.12.0</fontawesome.version>
+        <sortablejs.version>1.8.3</sortablejs.version>
         <mousetrap.version>1.6.1</mousetrap.version>
-        <codemirror.version>5.45.0</codemirror.version>
-        <webdrivermanager.version>2.2.1</webdrivermanager.version>
+        <codemirror.version>5.50.0</codemirror.version>
         <selenium.version>3.141.59</selenium.version>
         <assertj-core.version>3.15.0</assertj-core.version>
 
diff --git a/src/main/resources/templates/charts/newChart.ftl b/src/main/resources/templates/charts/newChart.ftl
index 6bda7ecac8d50623c10642874a54df76b2e5c426..1e8f6b43331a60e59a7b378172e0d337fa28425a 100644
--- a/src/main/resources/templates/charts/newChart.ftl
+++ b/src/main/resources/templates/charts/newChart.ftl
@@ -94,8 +94,8 @@
         <!-- Scripts-->
         <#import "../helpers/scripts.ftl" as scripts>
         <@scripts.scripts/>
-        <script src="<@s.url '/webjars/codemirror/5.45.0/lib/codemirror.js'/>"></script>
-        <script src="<@s.url '/webjars/codemirror/5.45.0/mode/javascript/javascript.js'/>"></script>
+        <script src="<@s.url '/webjars/codemirror/5.50.0/lib/codemirror.js'/>"></script>
+        <script src="<@s.url '/webjars/codemirror/5.50.0/mode/javascript/javascript.js'/>"></script>
         <script src="<@s.url '/js/charts.js'/>"></script>
     </body>
 </html>
\ No newline at end of file
diff --git a/src/main/resources/templates/helpers/scripts.ftl b/src/main/resources/templates/helpers/scripts.ftl
index 38f2d1bd30c777cc4b82548ec852db0e9a802f97..072702884a187f47300d7921806c830041ec9ba7 100644
--- a/src/main/resources/templates/helpers/scripts.ftl
+++ b/src/main/resources/templates/helpers/scripts.ftl
@@ -1,6 +1,6 @@
 <#macro scripts>
 <#import "/spring.ftl" as s>
-<script src="<@s.url '/webjars/jquery/3.3.1/jquery.min.js'/>"></script>
+<script src="<@s.url '/webjars/jquery/3.4.1/jquery.min.js'/>"></script>
 <script src="<@s.url '/webjars/materializecss/1.0.0/js/materialize.min.js'/>"></script>
 <script src="<@s.url '/webjars/mousetrap/1.6.1/mousetrap.js'/>"></script>
 <script>
diff --git a/src/main/resources/templates/reports/reports.ftl b/src/main/resources/templates/reports/reports.ftl
index 84ce11ad13fa46286e464bf12198ecaa8f8f9025..a917de4412fbd1f78553e5b5e2d1362cc760e6d9 100644
--- a/src/main/resources/templates/reports/reports.ftl
+++ b/src/main/resources/templates/reports/reports.ftl
@@ -111,7 +111,7 @@
         <!--  Scripts-->
         <#import "../helpers/scripts.ftl" as scripts>
         <@scripts.scripts/>
-        <script src="<@s.url '/webjars/sortablejs/1.8.1/Sortable.min.js'/>"></script>
+        <script src="<@s.url '/webjars/sortablejs/1.8.3/Sortable.min.js'/>"></script>
         <script src="<@s.url '/js/reports.js'/>"></script>
         <script src="<@s.url '/js/globalDatePicker.js'/>"></script>
         <script src="<@s.url '/js/filter.js'/>"></script>