Skip to content

Commit

Permalink
Security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vladokrsymphony authored Oct 15, 2024
1 parent 78af75a commit 3d40525
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions symphony-bdk-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ dependencies {
api 'org.slf4j:slf4j-api:2.0.9'
api 'org.slf4j:slf4j-log4j12:2.0.9'

api 'commons-io:commons-io:2.15.1'
api 'commons-codec:commons-codec:1.16.0'
api 'commons-io:commons-io:2.17.0'
api 'commons-codec:commons-codec:1.17.1'
api 'commons-beanutils:commons-beanutils:1.9.4'
api 'org.apache.commons:commons-lang3:3.14.0'
api 'org.apache.commons:commons-text:1.11.0'
api 'commons-logging:commons-logging:1.3.0'
api 'org.apache.commons:commons-lang3:3.17.0'
api 'org.apache.commons:commons-text:1.12.0'
api 'commons-logging:commons-logging:1.3.4'
api 'com.brsanthu:migbase64:2.2'
api 'io.jsonwebtoken:jjwt:0.9.1'
api 'org.bouncycastle:bcpkix-jdk18on:1.77'
api 'org.bouncycastle:bcpkix-jdk18on:1.78.1'
api 'com.google.code.findbugs:jsr305:3.0.2'

api 'io.github.resilience4j:resilience4j-retry:2.2.0'
Expand Down

0 comments on commit 3d40525

Please sign in to comment.