Security update
Change-Id: Ie4df702bb23a2de110f0dd50490884f8acf8ecdf
Reviewed-on: https://korap.ids-mannheim.de/gerrit/c/KorAP/Koral/+/9643
diff --git a/Changes b/Changes
index 36be4ab..6451f93 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
+0.46 2025-08-06
+ - [security] Dependencies updated
+
0.45 2025-05-23
- - [bugfix] Fix running QuerySerializer via commandline
- - [feature] Add serializing corpus query via commandline
+ - [bugfix] Fix running QuerySerializer via commandline
+ - [feature] Add serializing corpus query via commandline
0.44 2024-07-12
- [security] Dependencies updated
diff --git a/pom.xml b/pom.xml
index 793e1b1..093676d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>de.ids-mannheim.korap.koral</groupId>
<artifactId>Koral</artifactId>
- <version>0.45</version>
+ <version>0.46</version>
<packaging>jar</packaging>
<name>Koral</name>
<url>https://korap.ids-mannheim.de</url>
@@ -107,9 +107,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.18.0</version>
</dependency>
<dependency>
<groupId>org.z3950.zing</groupId>