Skip to content

Commit

Permalink
fix: upgrade org.apache.logging.log4j:log4j-api from 2.23.1 to 2.24.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.apache.logging.log4j:log4j-api from 2.23.1 to 2.24.0.

See this package in maven:
org.apache.logging.log4j:log4j-api

See this project in Snyk:
https://app.snyk.io/org/sitepark/project/e9c3920b-7a1e-4292-995d-e3915f4c0744?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 25, 2024
1 parent 66cccd6 commit a7cdc6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.23.1</version>
<version>2.24.0</version>
</dependency>
<!-- Java 8 Datatypes -->
<dependency>
Expand Down Expand Up @@ -221,7 +221,7 @@
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions></banDuplicatePomDependencyVersions>
<banDuplicatePomDependencyVersions/>
<requireMavenVersion>
<version>3.8</version>
</requireMavenVersion>
Expand All @@ -243,7 +243,7 @@
<failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
<message>No Snapshots Allowed!</message>
</requireReleaseDeps>
<requireReleaseDepsInPlugins implementation="org.apache.maven.enforcer.rule.requireReleaseDepsInPlugins"></requireReleaseDepsInPlugins>
<requireReleaseDepsInPlugins implementation="org.apache.maven.enforcer.rule.requireReleaseDepsInPlugins"/>
</rules>
<fail>true</fail>
</configuration>
Expand Down Expand Up @@ -306,7 +306,7 @@
<reflowLongStrings>true</reflowLongStrings>
<formatJavadoc>false</formatJavadoc>
</googleJavaFormat>
<formatAnnotations></formatAnnotations>
<formatAnnotations/>
</java>
<pom>
<!-- These are the defaults, you can override if you want -->
Expand Down

0 comments on commit a7cdc6e

Please sign in to comment.