From e0c81a07ad1da4f4e5bae8ca177dbc23f025261e Mon Sep 17 00:00:00 2001
From: Thomas <thomas.musset@pasteur.fr>
Date: Wed, 29 Mar 2023 11:42:47 +0200
Subject: [PATCH] update pom parent

---
 .gitignore | 1 +
 pom.xml    | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8bd3a05..a94d5f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /.settings/
 /.classpath
 /.project
+/.idea
diff --git a/pom.xml b/pom.xml
index 3412e84..adff6e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,17 +7,17 @@
     <parent>
         <groupId>org.bioimageanalysis.icy</groupId>
         <artifactId>pom-icy</artifactId>
-        <version>2.1.1</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>apache-commons-csv</artifactId>
-    <version>1.9.0</version>
+    <version>1.10.0</version>
     <packaging>jar</packaging>
 
     <name>Apache Commons CSV</name>
     <description>The Apache Commons CSV library for Icy</description>
 
-    <url>http://icy.bioimageanalysis.org/plugin/apache-commons-csv/</url>
+    <url>https://icy.bioimageanalysis.org/plugin/apache-commons-csv/</url>
     <inceptionYear>2020</inceptionYear>
 
     <developers>
@@ -48,7 +48,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-csv</artifactId>
-            <version>1.9.0</version>
+            <version>1.10.0</version>
         </dependency>
     </dependencies>
 
-- 
GitLab