Skip to content

Commit

Permalink
Merge pull request #66 from ath-dhm/develop
Browse files Browse the repository at this point in the history
Upgrading log4j dependency to 2.17.0 (Lunatic-Model to 2.2.10)
  • Loading branch information
ath-dhm authored Dec 23, 2021
2 parents ae64c7c + 736472b commit d59b1bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>fr.insee.lunatic</groupId>
<artifactId>lunatic-model</artifactId>
<packaging>jar</packaging>
<version>2.2.9</version>
<version>2.2.10</version>
<name>Lunatic Model</name>
<description>Classes and converters for the Lunatic model</description>
<url>http://www.insee.fr</url>
Expand Down Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d59b1bf

Please sign in to comment.