Skip to content

Commit

Permalink
Merge pull request #16 from th2-net/th2-4347-vulnerabilities-fix
Browse files Browse the repository at this point in the history
[TH2-4347] vulnerabilities fix
  • Loading branch information
Xanclry authored Feb 7, 2023
2 parents 4077e26 + 066be72 commit b8cfb51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ dependencies {

implementation 'com.exactpro.th2:common:3.44.0'
implementation 'com.exactpro.th2:netty-bytebuf-utils:0.0.1'
implementation 'com.exactpro.th2:conn-dirty-tcp-core:2.0.4'
implementation ('com.exactpro.th2:conn-dirty-tcp-core:2.0.5') {
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
because 'Projects should use only slf4j-api, without coupling to a sertain implementation'
}

implementation 'org.slf4j:slf4j-api:1.7.33'
implementation 'org.slf4j:slf4j-api'
implementation 'io.github.microutils:kotlin-logging:2.1.23'

implementation 'io.netty:netty-all:4.1.86.Final'
Expand Down

0 comments on commit b8cfb51

Please sign in to comment.