diff --git a/pom.xml b/pom.xml
index 4d63baf7cbae6dddaa565480e86dc85b55ce149d..5db62dbb8ff14810d765586371abcca319955dbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,18 +61,18 @@
         <webjars-locator.version>0.42</webjars-locator.version>
         <jquery.version>3.6.0</jquery.version>
         <materializecss.version>1.0.0</materializecss.version>
-        <fontawesome.version>5.15.3</fontawesome.version>
+        <fontawesome.version>6.0.0</fontawesome.version>
         <sortablejs.version>1.14.0</sortablejs.version>
         <mousetrap.version>1.6.5</mousetrap.version>
         <codemirror.version>5.62.2</codemirror.version>
-        <selenium.version>4.0.0</selenium.version>
-        <assertj-core.version>3.21.0</assertj-core.version>
-        <jgit.version>5.13.0.202109080827-r</jgit.version>
-        <natorder.version>1.1.0</natorder.version>
+        <selenium.version>4.1.2</selenium.version>
+        <assertj-core.version>3.22.0</assertj-core.version>
+        <jgit.version>6.0.0.202111291000-r</jgit.version>
+        <natorder.version>1.1.2</natorder.version>
         <h2database.version>1.4.199</h2database.version>
         <itextpdf.version>5.5.13.2</itextpdf.version>
         <usertype-core.version>7.0.0.CR1</usertype-core.version>
-        <joda-time.version>2.10.12</joda-time.version>
+        <joda-time.version>2.10.13</joda-time.version>
         <vanilla-picker.version>2.12.1</vanilla-picker.version>
         <jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
         <dependency-check-maven.version>6.5.3</dependency-check-maven.version>
@@ -278,7 +278,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
-                <version>3.3.1</version>
+                <version>3.3.2</version>
                 <configuration>
                     <webappDirectory>${basedir}/src/main</webappDirectory>
                     <outputDirectory>${project.outputDirectory}</outputDirectory>
@@ -371,7 +371,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
-                <version>3.2.0</version>
+                <version>3.3.0</version>
                 <executions>
                     <execution>
                         <id>attach-artifacts</id>
diff --git a/src/main/resources/templates/helpers/header.ftl b/src/main/resources/templates/helpers/header.ftl
index 11e95ee84dfd6dbeaed42d36dc472496a416ecda..93bd8fd753462a419c63d4ef7618376e2be48e1d 100644
--- a/src/main/resources/templates/helpers/header.ftl
+++ b/src/main/resources/templates/helpers/header.ftl
@@ -21,7 +21,7 @@
     <#import "/spring.ftl" as s>
     <title>${title}</title>
     <meta charset="UTF-8"/>
-    <link rel="stylesheet" href="<@s.url '/webjars/font-awesome/5.15.3/css/all.min.css'/>">
+    <link rel="stylesheet" href="<@s.url '/webjars/font-awesome/6.0.0/css/all.min.css'/>">
     <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
     <link rel="stylesheet" href="<@s.url "/webjars/materializecss/1.0.0/css/materialize.min.css"/>">
     <@style "colors"/>