Skip to content

Commit

Permalink
Upgrade lo4j (#14)
Browse files Browse the repository at this point in the history
* Table whitelist config parameter

integration tests

- updated kinesis adapter
- service endpoints config
- fixed credential config types

updated kinesis-adapter

use gson only

integration test task

test switch from init sync

table whitelist config parameter

kcl.table.billing.mode config parameter

add aws-java-sdk-sts dependency

trustpilot#5

params

cleaning

cleanup

docs

* fix for security vunrability move to log4j 2.15.0

Co-authored-by: Raimondas Tijūnaitis <[email protected]>
Co-authored-by: anl-trustpilot <[email protected]>
Co-authored-by: anl-trustpilot <[email protected]>
  • Loading branch information
4 people authored Dec 13, 2021
1 parent cecc0b9 commit 99d078f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ allprojects {
testCompile "com.google.code.gson:gson:2.8.6"

testCompile group: 'org.mockito', name: 'mockito-junit-jupiter', version: '2.26.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.11.2'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.2'
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.11.2'
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.15.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.15.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.15.0'
}

test {
Expand Down

0 comments on commit 99d078f

Please sign in to comment.