Skip to content

Feat: updated all library versions to latest to avoid vulnerability issues #397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Sep 14, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed log4j
  • Loading branch information
mnoman09 committed Sep 10, 2020
commit ae396236e489025968c4ca9f2ba63ece16b04556
1 change: 0 additions & 1 deletion java-quickstart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ dependencies {

compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.12'
compile group: 'org.darkphoenixs', name: 'log4j', version: '1.3.5'
compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.30'
testCompile group: 'junit', name: 'junit', version: '4.12'
}
Expand Down