Skip to content

Commit

Permalink
fix(deps): update log4j2 monorepo from v2.24.2 to v2.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 4b24237 commit ac104a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<mockk.version>1.13.13</mockk.version>
<mockito.version>5.14.2</mockito.version>
<slf4j.version>2.0.16</slf4j.version>
<log4j.version>2.24.2</log4j.version>
<log4j.version>2.24.3</log4j.version>

<swagger.core.version>2.2.27</swagger.core.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.24.2</version>
<version>2.24.3</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.mapdb/mapdb -->
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.24.2</version>
<version>2.24.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ac104a0

Please sign in to comment.