Skip to content

Commit cb5b378

Browse files
authored
Merge pull request #476 from ie3-institute/dependabot/gradle/dev/org.apache.logging.log4j-log4j-slf4j-impl-2.17.1
Bump log4j-slf4j-impl from 2.17.0 to 2.17.1
2 parents ca1da62 + 9776def commit cb5b378

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
@@ -76,7 +76,7 @@ dependencies {
7676
// logging
7777
implementation 'org.apache.logging.log4j:log4j-api:2.17.1' // log4j
7878
implementation 'org.apache.logging.log4j:log4j-core:2.17.1' // log4j
79-
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0' // log4j -> slf4j
79+
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.1' // log4j -> slf4j
8080

8181
// Databases
8282
implementation 'org.influxdb:influxdb-java:2.22'

0 commit comments

Comments
 (0)