Update dependencies

Change-Id: Ica4339337e253bf427e5974b309dfc4282d7c544
diff --git a/Changes b/Changes
index d4ececa..1e9ff8b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
+0.60.4 2022-03-30
+    - [security] Update dependencies (diewald)
+
 0.60.3 2022-03-30
-    - [cleanup] Updated fingerprints to base64url (closed #83)
+    - [cleanup] Updated fingerprints to base64url
+      (closed #83; margaretha)
     - [bugfix] Fixed ConcurrentModificationException in VC cache
       handling (margaretha)
     - [feature] Added restrictions to VC ID and handled non-existent VC
@@ -10,8 +14,8 @@
 0.60.2 2022-02-04
     - [security] More log4j updates (diewald)
     - [feature] Support for field value vector method (fixes #81; diewald)
-	- [cleanup] Moved and updated cache-tests from TestKrillCollectionIndex 
-	  to TestVirtualCorpusCache (resolved #44; margaretha)
+    - [cleanup] Moved and updated cache-tests from TestKrillCollectionIndex 
+      to TestVirtualCorpusCache (resolved #44; margaretha)
     - [feature] Added a Krill API returning textSigles for a given 
       corpus query (margaretha)
     - [cleanup] Replaced array nodes of field values with a simple string
diff --git a/pom.xml b/pom.xml
index 83e069f..eecbed9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
 
   <groupId>de.ids_mannheim.korap</groupId>
   <artifactId>Krill</artifactId>
-  <version>0.60.3</version>
+  <version>0.60.4</version>
   <packaging>jar</packaging>
 
   <name>Krill</name>
@@ -60,9 +60,9 @@
 
   <properties>
     <java.version>1.8</java.version>
-    <jersey.version>3.0.3</jersey.version>
-    <jackson.version>[2.12.4,)</jackson.version>
-    <log4j.version>[2.17.1,)</log4j.version>
+    <jersey.version>3.0.4</jersey.version>
+    <jackson.version>[2.13.2,)</jackson.version>
+    <log4j.version>[2.17.2,)</log4j.version>
     <lucene.version>5.0.0</lucene.version>
     <cobertura.version>2.7</cobertura.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -128,7 +128,7 @@
     <dependency>
       <groupId>org.xerial</groupId>
       <artifactId>sqlite-jdbc</artifactId>
-      <version>3.36.0.1</version>
+      <version>3.36.0.3</version>
     </dependency>
     
     <!-- Database Connection Pool Manager -->
@@ -179,7 +179,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.jaxrs</groupId>
       <artifactId>jackson-jaxrs-json-provider</artifactId>
-      <version>${jackson.version}</version>
+      <version>2.13.2</version>
     </dependency>
     
     <dependency>
@@ -194,7 +194,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>${jackson.version}</version>
+      <version>2.13.2.1</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
@@ -223,7 +223,7 @@
     <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
-      <version>1.4</version>
+      <version>1.5.0</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
@@ -252,7 +252,7 @@
     <plugins>
       <plugin>
 	<artifactId>maven-compiler-plugin</artifactId>
-	<version>3.8.1</version>
+	<version>3.10.1</version>
 	<inherited>true</inherited>
 	<configuration>
 	  <showWarnings>true</showWarnings>