Skip to content

Commit

Permalink
build(deps): bump log4j2Version from 2.24.1 to 2.24.2
Browse files Browse the repository at this point in the history
Bumps `log4j2Version` from 2.24.1 to 2.24.2.

Updates `org.apache.logging.log4j:log4j-api` from 2.24.1 to 2.24.2

Updates `org.apache.logging.log4j:log4j-core` from 2.24.1 to 2.24.2

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.1 to 2.24.2

Updates `org.apache.logging.log4j:log4j-1.2-api` from 2.24.1 to 2.24.2

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-1.2-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sebastien-belin-adp committed Nov 27, 2024
1 parent 3d3de56 commit b6008a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion interlok-client-jmx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
componentName='Interlok Core/JMX Client'
componentDesc="JMX implementation of the Interlok Client API"
delombokTargetDir = new File("${project.projectDir}/src/main/generated")
log4j2Version = "2.24.1"
log4j2Version = "2.24.2"
mockitoVersion = '4.9.0'
}

Expand Down
2 changes: 1 addition & 1 deletion interlok-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
componentName='Interlok Core/Client'
componentDesc="Interlok client API; allows you to programatically submit messages to an Interlok workflow"
delombokTargetDir = new File("${project.projectDir}/src/main/generated")
log4j2Version = "2.24.1"
log4j2Version = "2.24.2"
mockitoVersion = '4.9.0'
}

Expand Down
2 changes: 1 addition & 1 deletion interlok-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext {

delombokTargetDir = new File("${project.projectDir}/src/main/generated")
slf4jVersion = "2.0.16"
log4j2Version = "2.24.1"
log4j2Version = "2.24.2"
mockitoVersion = "4.9.0"
jettyVersion= "10.0.24"
}
Expand Down
2 changes: 1 addition & 1 deletion interlok-logging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
componentName='Interlok Core/Logging'
componentDesc="Custom JMX Logger for Interlok for use with the UI"
delombokTargetDir = new File("${project.projectDir}/src/main/generated")
log4j2Version = "2.24.1"
log4j2Version = "2.24.2"
}

// In this section you declare the dependencies for your production and test code
Expand Down

0 comments on commit b6008a8

Please sign in to comment.