Skip to content

Commit

Permalink
Build/upgrades (#88)
Browse files Browse the repository at this point in the history
* build: upgrade log4j-slf4j-impl

Upgrade `log4j-slf4j-impl` dependency

Version `2.17.0` has vulnerabilities from dependencies

* build: remove xalan (unused and vulnerable)

* build: update links with https

* build: update pom schema

Update POM's schema location with https

See https://maven.apache.org/pom.html#quick-overview
  • Loading branch information
nsenave authored Apr 19, 2023
1 parent 88868c3 commit 95730d4
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>fr.insee.lunatic</groupId>
<artifactId>lunatic-model</artifactId>
Expand All @@ -10,7 +10,7 @@

<name>Lunatic Model</name>
<description>Classes and converters for the Lunatic model</description>
<url>http://www.insee.fr</url>
<url>https://www.insee.fr</url>

<properties>
<saxon.version>9.7.0-8</saxon.version>
Expand All @@ -21,7 +21,7 @@
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<url>https://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down Expand Up @@ -72,15 +72,10 @@
<artifactId>Saxon-HE</artifactId>
<version>${saxon.version}</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.17.0</version>
<version>2.20.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 95730d4

Please sign in to comment.