Skip to content

Commit

Permalink
fix: RDCC-4633 Fixed CVE CVE-2022-25647 by upgrading gson and LD (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
SujeethKumarAri authored May 12, 2022
1 parent a0047a1 commit 0e27c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def versions = [
springBoot : '2.4.9',
springfoxSwagger : '2.9.2',
pact_version : '4.1.7',
launchDarklySdk : "5.2.2",
launchDarklySdk : "5.8.1",
restAssured : '4.3.3',
jackson : '2.13.1',
log4j : '2.17.1'
Expand Down Expand Up @@ -383,7 +383,7 @@ dependencies {

implementation group: 'com.azure', name: 'azure-core', version: '1.13.0'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.0.2'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.0'
implementation group: 'org.springframework', name: 'spring-core', version: '5.3.19'
implementation group: 'org.springframework', name: 'spring-beans', version: '5.3.18'
implementation group: 'io.netty', name: 'netty-codec-dns', version: '4.1.72.Final'
Expand Down

0 comments on commit 0e27c28

Please sign in to comment.