From ed365bd7f56d67e2df1b9692296ef102f4fa5f20 Mon Sep 17 00:00:00 2001
From: Andreas Svanberg <andreass@dsv.su.se>
Date: Wed, 5 Mar 2025 13:01:20 +0100
Subject: [PATCH] Update library used to generate Excel files (#125)

Fixes #94
Fixes #93

## How to test
1. Log in as the default admin
2. Go to "Project management / Projects"
3. Click "Download as Excel" under the table
4. See that it's still a valid Excel-file

Reviewed-on: https://gitea.dsv.su.se/DMC/scipro/pulls/125
Reviewed-by: Nico Athanassiadis <nico@dsv.su.se>
Co-authored-by: Andreas Svanberg <andreass@dsv.su.se>
Co-committed-by: Andreas Svanberg <andreass@dsv.su.se>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f79b662c36..3473242939 100755
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
         <wicket.version>10.4.0</wicket.version>
         <jakarta.persistence-api.version>3.1.0</jakarta.persistence-api.version>
         <querydsl.version>5.0.0</querydsl.version>
-        <poi.version>5.2.5</poi.version>
+        <poi.version>5.4.0</poi.version>
 
         <!--
             When updating spring-boot check if the transitive dependency on json-smart has been