Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.logging.log4j:log4j-core to v…
Browse files Browse the repository at this point in the history
…2.23.1
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent bd13e7d commit 4cbed5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
// This dependency is exported to consumers, that is to say found on their compile classpath.
api("org.apache.xmlbeans:xmlbeans:5.2.0")
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation("org.apache.logging.log4j:log4j-core:2.21.1")
implementation("org.apache.logging.log4j:log4j-core:2.23.1")
//
implementation("org.springframework:spring-beans:6.1.11")

Expand Down

0 comments on commit 4cbed5e

Please sign in to comment.