Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-bom in /data-prepper-expression
Browse files Browse the repository at this point in the history
Bumps org.apache.logging.log4j:log4j-bom from 2.19.0 to 2.20.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2023
1 parent 062ae95 commit 7e81265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-expression/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation('org.springframework:spring-context:5.3.25') {
exclude group: 'commons-logging', module: 'commons-logging'
}
implementation platform('org.apache.logging.log4j:log4j-bom:2.19.0')
implementation platform('org.apache.logging.log4j:log4j-bom:2.20.0')
implementation 'org.apache.logging.log4j:log4j-core'
implementation 'org.apache.logging.log4j:log4j-slf4j2-impl'
testImplementation 'org.springframework:spring-test:5.3.25'
Expand Down

0 comments on commit 7e81265

Please sign in to comment.