Skip to content

Commit

Permalink
Security Vulnerability fix for 1.7.05 (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsKedar authored Nov 7, 2024
1 parent bfaad9b commit 26a24a0
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 @@ -6,7 +6,7 @@ buildscript {
CxSBSDK = "0.6.17"
ConfigProviderVersion = '1.0.14'
//cxVersion = "8.90.5"
springBootVersion = '3.2.10'
springBootVersion = '3.2.11'
sonarqubeVersion = '2.8'
atlassianVersion = "5.2.0"
atlassianFugueVersion = "4.7.2"
Expand Down Expand Up @@ -66,7 +66,7 @@ configurations {
ext['tomcat.version'] = '10.1.25'
ext['groovy.version'] = '4.0.15'
ext['logback-classic.version'] = '1.2.10'
ext['spring-core.version'] = '6.1.6'
ext['spring-core.version'] = '6.1.14'

dependencies {
implementation group: 'com.beust', name: 'jcommander', version: '1.78'
Expand Down Expand Up @@ -94,7 +94,7 @@ dependencies {
}
implementation ("org.apache.commons:commons-text:1.10.0")
implementation ('commons-codec:commons-codec:1.15')
implementation ('commons-io:commons-io:2.11.0')
implementation ('commons-io:commons-io:2.14.0')
implementation ('org.json:json:20231013')
implementation('org.yaml:snakeyaml:2.1')
implementation ('com.fasterxml.jackson.core:jackson-databind:2.15.2')
Expand Down

0 comments on commit 26a24a0

Please sign in to comment.