Merge branch 'master' of git@github.com:KorAP/KorapSRU.git
diff --git a/.mvn/local-settings.xml b/.mvn/local-settings.xml
new file mode 100644
index 0000000..175fdf9
--- /dev/null
+++ b/.mvn/local-settings.xml
@@ -0,0 +1,11 @@
+<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd">
+ <mirrors>
+ <mirror>
+ <id>maven-default-http-blocker</id>
+ <mirrorOf>dummy</mirrorOf>
+ <name>Dummy mirror to override default blocking mirror that blocks http</name>
+ <url>http://0.0.0.0/</url>
+ </mirror>
+ </mirrors>
+</settings>
diff --git a/.mvn/maven.config b/.mvn/maven.config
new file mode 100644
index 0000000..d97a699
--- /dev/null
+++ b/.mvn/maven.config
@@ -0,0 +1 @@
+--settings ./.mvn/local-settings.xml
diff --git a/pom.xml b/pom.xml
index 01e2f03..a726304 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.12.2</version>
+ <version>2.13.2.1</version>
</dependency>
<dependency>