More log4j security updates

Change-Id: I6917513bda02b4b01f5c87f7d52f49eeb9a1b749
diff --git a/core/Changes b/core/Changes
index 6bf10e1..d8ee6e6 100644
--- a/core/Changes
+++ b/core/Changes
@@ -6,6 +6,8 @@
 
 2021-12-10
  - [security] Updated log4j libs due to CVE-2021-44228.
+2022-01-03
+ - [security] More log4j security updates
 
 
 # version 0.64
diff --git a/core/pom.xml b/core/pom.xml
index 55dbf87..f236378 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -13,7 +13,7 @@
 		<jetty.version>9.4.44.v20210927</jetty.version>
 		<hibernate.version>5.6.1.Final</hibernate.version>
 		<flyway.version>8.0.5</flyway.version>
-		<log4j.version>[2.16.0,)</log4j.version>
+		<log4j.version>[2.17.1,)</log4j.version>
 		<krill.version>[0.60.2,)</krill.version>
 		<koral.version>[0.38.1,)</koral.version>
 	</properties>
diff --git a/full/Changes b/full/Changes
index 24da29d..d9b171f 100644
--- a/full/Changes
+++ b/full/Changes
@@ -14,7 +14,8 @@
  - [security] Updated log4j libs due to CVE-2021-44228.
 2021-12-13
  - Fixed broken test suite.
-
+2022-01-03
+ - [security] More log4j security updates
 
 
 # version 0.64.1
diff --git a/lite/Changes b/lite/Changes
index 0bb3403..2a45173 100644
--- a/lite/Changes
+++ b/lite/Changes
@@ -3,23 +3,24 @@
 !!! includes security updates  - please update all Kustvakt libraries
 !!! Please also update Krill to version 0.60.2 and Koral to version 0.38 
 
-2021 -12 -10
+2021-12-10
  - [security] Updated log4j libs due to CVE -2021 -44228.
-
+2022-01-03
+ - [security] More log4j security updates
 
 
 # version 0.64
 
-2021 -07 -29
+2021-07-29
  - Updated the change files and made a new version.
-2021 -08 -12
+2021-08-12
  - Removed initializator from lite config.
 
 # version 0.63.2
 
-2021 -07 -19
+2021-07-19
  - Updated mockserver dependency -order in pom.
-2021 -07 -26
+2021-07-26
  - Replaced annotation parsing with restoring the annotation tables to the
 database.
  - Excluded jackson core libraries from Mockserver.