Skip to content

Commit

Permalink
Merge pull request #56 from comroid-git/dependabot/gradle/status/java…
Browse files Browse the repository at this point in the history
…/org.apache.logging.log4j-log4j-api-2.14.1

Bump log4j-api from 2.11.0 to 2.14.1 in /status/java
  • Loading branch information
burdoto authored Apr 15, 2021
2 parents 452ba4e + 82cf034 commit b01138e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion status/java/status-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
}

// logging dependencies
implementation 'org.apache.logging.log4j:log4j-api:2.11.0'
implementation 'org.apache.logging.log4j:log4j-api:2.14.1'
//runtimeOnly 'org.apache.logging.log4j:log4j-core:2.11.0'

testImplementation 'junit:junit:4.13'
Expand Down
2 changes: 1 addition & 1 deletion status/java/status-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
}

// logging dependencies
implementation 'org.apache.logging.log4j:log4j-api:2.11.0'
implementation 'org.apache.logging.log4j:log4j-api:2.14.1'
runtimeOnly 'org.apache.logging.log4j:log4j-core:2.14.1'

// runtime adapter dependencies
Expand Down

0 comments on commit b01138e

Please sign in to comment.