Skip to content

Commit

Permalink
correação da versão do log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
braully committed Feb 9, 2024
1 parent 7d0529c commit 23e27e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>(2.0.0,2.9.9)</version>
<version>[2.0.0,3.0.0)</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>(2.0.0,2.9.9)</version>
<version>[2.0.0,3.0.0)</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
Empty file modified sh/deploy-maven-central.sh
100644 → 100755
Empty file.

0 comments on commit 23e27e2

Please sign in to comment.