Skip to content

Commit

Permalink
chore: Upgrade dependencies (v1) (#3622)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jares <Pavel.Jares@broadcom.com>
  • Loading branch information
pj892031 authored Jul 1, 2024
1 parent b5023a4 commit 0399783
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 210 deletions.
125 changes: 64 additions & 61 deletions api-catalog-ui/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion api-catalog-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"react": "$react",
"react": "$react-dom",
"react-redux": "^8"
}
},
"@babel/traverse": "7.24.7"
},
"scripts": {
"lint": "eslint \"src/**/*.{js,jsx}\"",
Expand Down
32 changes: 16 additions & 16 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ ext {
springCloudCommonsVersion = '2.2.9.RELEASE'
springCloudLoadBalancerVersion = '2.2.9.RELEASE'
springCloudVersion3 = '3.1.8'
springSecurityVersion = '5.8.12'
springFrameworkVersion = '5.3.34'
springSecurityVersion = '5.8.13'
springFrameworkVersion = '5.3.37'
springRetryVersion = '1.2.5.RELEASE'
springWebTestClientVersion = '4.4.0'

attlsVersion = '1.21.3'
awaitilityVersion = '4.2.1'
awsSdkVersion = '1.12.710'
awsSdkVersion = '1.12.750'
bouncyCastleVersion = '1.78.1'
bootstrapVersion = '4.3.1'
commonsCodecVersion = '1.17.0'
Expand All @@ -22,8 +22,8 @@ ext {
eurekaVersion = '1.10.18'
gradleGitPropertiesVersion = '2.2.4' // Used in classpath dependencies
gradleNodeVersion = '3.0.1' // Used in classpath dependencies
gsonVersion = '2.10.1'
guavaVersion = '33.1.0-jre'
gsonVersion = '2.11.0'
guavaVersion = '33.2.1-jre'
hamcrestVersion = '1.3'
httpClientVersion = '4.5.14'
httpCoreVersion = '4.4.16'
Expand All @@ -37,15 +37,15 @@ ext {
javaxInjectVersion = '1'
javaxServletApiVersion = '4.0.1'
jaxbApiVersion = '2.3.1'
jerseyVersion = '2.42'
jerseyVersion = '2.43'
jettyWebSocketClientVersion = '9.4.54.v20240208'
jettisonVersion = '1.5.4'
jjwtVersion = '0.11.5'
jjwtFullVersion = '0.9.1'
jsonPathVersion = '2.7.0'
jsonPathVersion = '2.9.0'
jsonSmartVersion = '2.5.1'
jsonUnitVersion = '1.25.1'
jsonVersion = '20240205'
jsonUnitVersion = '1.31.1'
jsonVersion = '20240303'
jsoupVersion = '1.8.3'
jsr305Version = '3.0.2'
junitJupiterVersion = '5.9.2'
Expand All @@ -56,24 +56,24 @@ ext {
lombokVersion = '1.18.32'
mockitoCoreVersion = '4.9.0'
netflixServoVersion = '0.13.2'
nettyVersion = '4.1.110.Final'
nimbusJoseJwtVersion = '9.37.3'
nettyVersion = '4.1.111.Final'
nimbusJoseJwtVersion = '9.40'
openApiDiffVersion = '2.0.1'
reactorTestVersion = '3.5.0'
reactorTestVersion = '3.5.18'
restAssuredVersion = '4.4.0'
rhinoVersion = '1.7.14'
rhinoVersion = '1.7.15'
slf4jVersion = '1.7.36'
snakeyamlVersion = '2.2'
springFoxVersion = '2.9.2'
springDocVersion = '1.6.15'
spring4Version = '4.3.30.RELEASE' // Used within PJE in tests
swagger3CoreVersion = '2.2.21'
swagger3CoreVersion = '2.2.22'
swagger3ParserVersion = '2.1.22'
swaggerCoreVersion = '1.6.14'
thymeleafVersion = '3.1.2.RELEASE'
tomcatVersion = '9.0.88'
tomcatVersion = '9.0.90'
velocityVersion = '2.3'
woodstoxVersion = '6.6.2'
woodstoxVersion = '6.7.0'
xstreamVersion = '1.4.20'

libraries = [
Expand Down
1 change: 1 addition & 0 deletions integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies {
testImplementation(libraries.jackson_databind)
testImplementation libraries.jackson_dataformat_yaml
testImplementation libraries.javax_servlet_api
testImplementation libraries.json_smart
testImplementation libraries.nimbusJoseJwt
runtimeOnly libraries.jjwt_impl
runtimeOnly libraries.jjwt_jackson
Expand Down
Loading

0 comments on commit 0399783

Please sign in to comment.