Skip to content

Commit

Permalink
Bump log4j versions (#37)
Browse files Browse the repository at this point in the history
Resolves #36  #35
  • Loading branch information
kingster authored Nov 10, 2020
1 parent 7279504 commit 40a2d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions orktrack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.11.2</version>
<version>2.13.2</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.11.2</version>
<version>2.13.2</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions orkweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.11.2</version>
<version>2.13.2</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.11.2</version>
<version>2.13.2</version>
</dependency>


Expand Down

0 comments on commit 40a2d89

Please sign in to comment.