Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Jan 10, 2022
1 parent 552307e commit bf5ae27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snmpman-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.16.0</version>
<version>2.17.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion snmpman/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.15.0</version>
<version>2.17.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit bf5ae27

Please sign in to comment.