diff -pruN 2.13-1/CITATION.cff 2.14-1/CITATION.cff
--- 2.13-1/CITATION.cff	2025-11-02 14:37:05.000000000 +0000
+++ 2.14-1/CITATION.cff	2025-12-20 09:00:30.000000000 +0000
@@ -1,8 +1,8 @@
 cff-version: 1.2.0
 message: "If you use this software, please cite it as below."
 title: Euclid
-version: 2.13
-date-released: 2025-11-02
+version: 2.14
+date-released: 2025-12-20
 url: "https://github.com/BlueObelisk/euclid"
 preferred-citation:
   type: article
diff -pruN 2.13-1/README.md 2.14-1/README.md
--- 2.13-1/README.md	2025-11-02 14:37:05.000000000 +0000
+++ 2.14-1/README.md	2025-12-20 09:00:30.000000000 +0000
@@ -17,7 +17,7 @@ It's used a lot in CML tools (JUMBO, JUM
 Instructions to increase the version:
 
 ```shell
-mvn versions:set -DnewVersion=2.14-SNAPSHOT
+mvn versions:set -DnewVersion=2.15-SNAPSHOT
 ```
 
 Deploy to Sonatype with the following commands, for snapshots and releases respectively:
diff -pruN 2.13-1/debian/changelog 2.14-1/debian/changelog
--- 2.13-1/debian/changelog	2025-11-07 13:00:22.000000000 +0000
+++ 2.14-1/debian/changelog	2025-12-23 09:31:13.000000000 +0000
@@ -1,3 +1,9 @@
+libeuclid-java (2.14-1) unstable; urgency=medium
+
+  * New upstream version 2.14
+
+ -- Andrius Merkys <merkys@debian.org>  Tue, 23 Dec 2025 04:31:13 -0500
+
 libeuclid-java (2.13-1) unstable; urgency=medium
 
   * New upstream version 2.13
diff -pruN 2.13-1/pom.xml 2.14-1/pom.xml
--- 2.13-1/pom.xml	2025-11-02 14:37:05.000000000 +0000
+++ 2.14-1/pom.xml	2025-12-20 09:00:30.000000000 +0000
@@ -3,7 +3,7 @@
 
   <groupId>org.blueobelisk</groupId>
   <artifactId>euclid</artifactId>
-  <version>2.13</version>
+  <version>2.14</version>
   <packaging>jar</packaging>
 
   <properties>
@@ -266,30 +266,30 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.20.0</version>
+      <version>2.21.0</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>2.25.2</version>
+      <version>2.25.3</version>
       <type>pom</type>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-1.2-api</artifactId>
-      <version>2.25.2</version>
+      <version>2.25.3</version>
     </dependency>
     <dependency> 
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
-      <version>2.25.2</version>
+      <version>2.25.3</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.19.0</version>
+      <version>3.20.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
