Skip to content

Commit 8b29eb7

Browse files
Merge pull request #602 from ie3-institute/dependabot/gradle/org.apache.logging.log4j-log4j-bom-2.25.2
Bump org.apache.logging.log4j:log4j-bom from 2.25.1 to 2.25.2
2 parents 06b76fe + 17e0a9d commit 8b29eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
// logging
5050
implementation 'org.slf4j:slf4j-api:2.0.17' // slf4j wrapper
5151
implementation 'com.lmax:disruptor:4.0.0' // async logging
52-
implementation platform('org.apache.logging.log4j:log4j-bom:2.25.1')
52+
implementation platform('org.apache.logging.log4j:log4j-bom:2.25.2')
5353
implementation 'org.apache.logging.log4j:log4j-api' // log4j
5454
implementation 'org.apache.logging.log4j:log4j-core' // log4j
5555
implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j

0 commit comments

Comments
 (0)