Skip to content

Commit

Permalink
Bump log4j-core from 2.17.0 to 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed Jan 10, 2022
1 parent 7b967da commit 6c49506
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions orkbasej/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>

<dependency>
Expand Down
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.17.0</version>
<version>2.17.1</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.0</version>
<version>2.17.1</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 @@ -103,13 +103,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>


Expand Down

0 comments on commit 6c49506

Please sign in to comment.