Skip to content

Commit fdf0e7c

Browse files
Bump org.apache.logging.log4j:log4j-bom in /data-prepper-expression (#5949)
Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) from 2.25.0 to 2.25.1. - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc) - [Commits](apache/logging-log4j2@rel/2.25.0...rel/2.25.1) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-bom dependency-version: 2.25.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4386f4d commit fdf0e7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-prepper-expression/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation(libs.spring.context) {
2828
exclude group: 'commons-logging', module: 'commons-logging'
2929
}
30-
implementation platform('org.apache.logging.log4j:log4j-bom:2.25.0')
30+
implementation platform('org.apache.logging.log4j:log4j-bom:2.25.1')
3131
implementation 'org.apache.logging.log4j:log4j-core'
3232
implementation 'org.apache.logging.log4j:log4j-slf4j2-impl'
3333
implementation 'com.github.seancfoley:ipaddress:5.5.1'

0 commit comments

Comments
 (0)