Skip to content

Commit

Permalink
Merge pull request #4024 from cwisniew/bump-logging-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew committed May 4, 2023
2 parents d29ec89 + deb6735 commit e57e7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -286,7 +286,7 @@ repositories {

// In this section you declare the dependencies for your production and test code
dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.15.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.20.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.15.0'

// Image processing lib
Expand Down

0 comments on commit e57e7bd

Please sign in to comment.