Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiger Fok authored and Tiger Fok committed Dec 13, 2021
1 parent b2c86cb commit 27647d4
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ allprojects {

dependencies {
// The production code uses the SLF4J logging API at compile time
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.11.2'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.2'
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.11.2'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.15.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.15.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.15.0'

implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.7'

Expand Down

0 comments on commit 27647d4

Please sign in to comment.