New version with security fixes
Change-Id: I7c2b4ce2778278946238d3f11a346ed4cd9f6b4f
diff --git a/Changes b/Changes
index f8af8a2..910a9d0 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+0.38 2021-12-10
+ - [security] Updated log4j due to CVE-2021-44228 (diewald)
+ - [bugfix] Updated dependencies following dependabot
+
+ !!! This is a security fix - please update!
+
0.37 2021-12-10
- [feature] Introduced query references in Poliqarp (diewald)
- [bugfix] Ignore empty corpus queries (diewald)
@@ -6,7 +12,6 @@
- [feature] Added getVersion() and getName() methods (diewald)
- [security] Updated plexus-utils used in antlr4-maven-plugin
manually due to CVE-2017-1000487 (margaretha)
- - [security] Updated log4j due to CVE-2021-44228 (diewald)
0.36 2020-07-24
- [security] Upgraded version of Google Guava
diff --git a/pom.xml b/pom.xml
index cf6adf9..d9a1fe7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>de.ids_mannheim.korap</groupId>
<artifactId>Koral</artifactId>
- <version>0.37</version>
+ <version>0.38</version>
<packaging>jar</packaging>
<name>Koral</name>
<url>https://korap.ids-mannheim.de</url>