Skip to content

Commit

Permalink
Merge pull request #36 from clarin-eric/log4j
Browse files Browse the repository at this point in the history
v1.2.1: security fixes
  • Loading branch information
menzowindhouwer authored Dec 17, 2021
2 parents b831621 + a3d4dd4 commit 6fb640c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>nl.mpi</groupId>
<artifactId>oai-harvest-manager</artifactId>
<packaging>jar</packaging>
<version>1.2.0</version>
<version>1.2.1</version>
<name>OAI Harvest Manager</name>
<description>This application manages OAI-PMH harvesting workflows</description>

Expand Down Expand Up @@ -71,12 +71,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.13.3</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>1.7.30</version>
<version>1.7.32</version>
</dependency>

<dependency>
Expand All @@ -101,7 +101,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>

Expand All @@ -121,6 +121,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.4.6</version>
<scope>test</scope>
</dependency>


Expand All @@ -134,7 +135,7 @@
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.4.0</version>
<version>2.6.0</version>
</dependency>

<dependency>
Expand All @@ -146,7 +147,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
<version>31.0.1-jre</version>
</dependency>

<!-- for java 11 -->
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/nl/mpi/oai/harvester/control/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
import javax.xml.xpath.XPathExpressionException;
import javax.xml.xpath.XPathFactory;

import static org.mockito.Mockito.reset;

import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
Expand Down

0 comments on commit 6fb640c

Please sign in to comment.