From b31d7d4d93ae2f66a77758c2880754f0c7cdaecd Mon Sep 17 00:00:00 2001
From: lewa <lene.wasskog@nibio.no>
Date: Wed, 3 Jan 2024 10:56:16 +0100
Subject: [PATCH] build: Change source and target to 17

---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f31565d7..21d12faf 100755
--- a/pom.xml
+++ b/pom.xml
@@ -326,8 +326,8 @@
                 <artifactId>maven-compiler-plugin</artifactId>
                 <version>3.8.1</version>
                 <configuration>
-                    <source>11</source>
-                    <target>11</target>
+                    <source>17</source>
+                    <target>17</target>
                 </configuration>
             </plugin>
             <plugin>
-- 
GitLab