Skip to content

Commit

Permalink
Fix log4j vulnerability (#36)
Browse files Browse the repository at this point in the history
* update to log4j v2.16
  • Loading branch information
Sandra Mierz authored Dec 16, 2021
1 parent 2c388a0 commit 353fb43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

<groupId>eu.tib</groupId>
<artifactId>generate2vivo</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Extensible Data Ingest Tool for VIVO. Contains data sources like Datacite Commons, ORCID and ROR.</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<log4j2.version>2.15.0</log4j2.version>
<log4j2.version>2.16.0</log4j2.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/eu/tib/swagger/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private ApiInfo apiInfo() {
return new ApiInfoBuilder()
.title("generate2vivo")
.description("Extensible Data Ingest Tool for VIVO. Contains data sources like Datacite Commons, ORCID and ROR.")
.version("1.2.1")
.version("1.2.2")
.build();
}
}

0 comments on commit 353fb43

Please sign in to comment.