Skip to content

Commit

Permalink
chore: Update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 20, 2024
1 parent f2d73b7 commit 212949e
Show file tree
Hide file tree
Showing 23 changed files with 1,091 additions and 2,616 deletions.
2 changes: 1 addition & 1 deletion api-catalog-services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
classpath("gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:${gradleGitPropertiesVersion}")
classpath ("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r") {
classpath ("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r") {
force = true
}
}
Expand Down
1,519 changes: 593 additions & 926 deletions api-catalog-ui/frontend/package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions api-catalog-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"emotion-theming": "10.0.27",
"exception-formatter": "1.0.7",
"history": "4.10.1",
"htmr": "1.0.1",
"htmr": "1.0.2",
"install": "0.12.2",
"lodash": "4.17.21",
"loglevel": "1.6.1",
"mineral-ui": "0.58.0",
"mineral-ui-icons": "0.5.0",
"ramda": "0.30.0",
"ramda": "0.30.1",
"react": "16.14.0",
"react-app-polyfill": "3.0.0",
"react-dom": "16.14.0",
"react-loadable": "5.5.0",
"react-redux": "5.1.1",
"react-router-dom": "5.3.0",
"react-redux": "5.1.2",
"react-router-dom": "5.3.4",
"react-toastify": "4.4.3",
"redux": "4.0.1",
"redux-catch": "1.3.1",
Expand All @@ -35,7 +35,7 @@
"redux-thunk": "2.3.0",
"rxjs": "6.3.3",
"swagger-ui-react": "5.17.14",
"util": "0.12.4",
"util": "0.12.5",
"uuid": "3.3.2"
},
"overrides": {
Expand All @@ -45,7 +45,7 @@
"nth-check": "2.0.1",
"jsdom": "16.6.0",
"got": "12.1.0",
"react-error-overlay": "6.0.9",
"react-error-overlay": "6.0.11",
"fast-json-patch": "3.1.1",
"isomorphic-fetch": "3.0.0",
"tweetnacl": "1.0.3",
Expand All @@ -54,13 +54,13 @@
"babel-plugin-emotion": "11.0.0",
"core-js": "3.37.1",
"semver": "7.5.4",
"tough-cookie": "4.1.3",
"tough-cookie": "4.1.4",
"@braintree/sanitize-url": "6.0.4",
"aws-sign": "1.0.1",
"swagger-ui-react": {
"react": "$react",
"react": "$react-dom",
"react-redux": "^8"
"react-redux": "^5.1.1"
},
"@babel/traverse": "7.24.7"
},
Expand Down Expand Up @@ -92,25 +92,25 @@
"@babel/preset-react": "7.18.6",
"@testing-library/dom": "8.11.1",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "12.1.2",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"ajv": "^7.2.4",
"ansi-regex": "5.0.1",
"body-parser": "1.19.2",
"concurrently": "5.3.0",
"cors": "2.8.5",
"cross-env": "5.2.0",
"cross-env": "5.2.1",
"cypress": "6.5.0",
"enzyme": "3.7.0",
"enzyme-adapter-react-16": "1.15.6",
"enzyme-adapter-react-16": "1.15.8",
"eslint": "7.32.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-flowtype": "5.7.2",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.30.1",
"express": "4.19.2",
"html-loader": "4.2.0",
Expand All @@ -123,7 +123,7 @@
"jest-watch-typeahead": "0.6.5",
"json-schema": "0.4.0",
"mini-css-extract-plugin": "2.4.7",
"nodemon": "2.0.18",
"nodemon": "2.0.22",
"prettier": "2.3.0",
"querystring-es3": "0.2.1",
"react-app-rewired": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion apiml-sample-extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
repositories mavenRepositories
dependencies {
classpath("gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:${gradleGitPropertiesVersion}")
classpath ("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r") {
classpath ("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r") {
force = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion caching-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
classpath("gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:${gradleGitPropertiesVersion}")
classpath ("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r") {
classpath ("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r") {
force = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion discoverable-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
classpath("gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:${gradleGitPropertiesVersion}")
classpath ("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r") {
classpath ("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r") {
force = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion discovery-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
classpath("gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:${gradleGitPropertiesVersion}")
classpath ("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r") {
classpath ("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r") {
force = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion gateway-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
classpath("gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:${gradleGitPropertiesVersion}")
classpath ("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r") {
classpath ("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r") {
force = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/coverage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ configure(jacocoProjects) {
apply plugin: 'idea'
apply plugin: 'jacoco'
jacoco {
toolVersion = '0.8.4'
toolVersion = '0.8.12'
}

jacocoTestReport {
Expand Down
36 changes: 18 additions & 18 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ ext {
springCloudVersion = '2.2.10.RELEASE'
springCloudCommonsVersion = '2.2.9.RELEASE'
springCloudLoadBalancerVersion = '2.2.9.RELEASE'
springCloudVersion3 = '3.1.8'
springSecurityVersion = '5.8.13'
springFrameworkVersion = '5.3.37'
springCloudVersion3 = '3.1.9'
springSecurityVersion = '5.8.14'
springFrameworkVersion = '5.3.39'
springRetryVersion = '1.2.5.RELEASE'
springWebTestClientVersion = '4.4.0'

attlsVersion = '1.21.3'
awaitilityVersion = '4.2.1'
awsSdkVersion = '1.12.750'
awaitilityVersion = '4.2.2'
awsSdkVersion = '1.12.772'
bouncyCastleVersion = '1.78.1'
bootstrapVersion = '4.3.1'
commonsCodecVersion = '1.17.0'
commonsCodecVersion = '1.17.1'
commonsLang3Version = '3.14.0'
commonsTextVersion = '1.12.0'
commonsIoVersion = '2.16.1'
Expand All @@ -29,16 +29,16 @@ ext {
httpCoreVersion = '4.4.16'
infinispanVersion = '13.0.22.Final'
istackVersion = '3.0.12'
jacksonCoreVersion = '2.17.1'
jacksonDatabindVersion = '2.17.1'
jacksonDataformatYamlVersion = '2.17.1'
jacksonCoreVersion = '2.17.2'
jacksonDatabindVersion = '2.17.2'
jacksonDataformatYamlVersion = '2.17.2'
janinoVersion = "3.1.12"
javaxAnnotationVersion = '1.3.2'
javaxInjectVersion = '1'
javaxServletApiVersion = '4.0.1'
jaxbApiVersion = '2.3.1'
jerseyVersion = '2.43'
jettyWebSocketClientVersion = '9.4.54.v20240208'
jettyWebSocketClientVersion = '9.4.56.v20240826'
jettisonVersion = '1.5.4'
jjwtVersion = '0.11.5'
jjwtFullVersion = '0.9.1'
Expand All @@ -53,10 +53,10 @@ ext {
jqueryVersion = '3.6.4'
lettuceVersion = '6.3.2.RELEASE'
logbackVersion = '1.2.13'
lombokVersion = '1.18.32'
lombokVersion = '1.18.34'
mockitoCoreVersion = '4.9.0'
netflixServoVersion = '0.13.2'
nettyVersion = '4.1.111.Final'
nettyVersion = '4.1.113.Final'
nimbusJoseJwtVersion = '9.40'
openApiDiffVersion = '2.0.1'
reactorTestVersion = '3.5.18'
Expand All @@ -67,11 +67,11 @@ ext {
springFoxVersion = '2.9.2'
springDocVersion = '1.6.15'
spring4Version = '4.3.30.RELEASE' // Used within PJE in tests
swagger3CoreVersion = '2.2.22'
swagger3CoreVersion = '2.2.23'
swagger3ParserVersion = '2.1.22'
swaggerCoreVersion = '1.6.14'
thymeleafVersion = '3.1.2.RELEASE'
tomcatVersion = '9.0.90'
tomcatVersion = '9.0.95'
velocityVersion = '2.3'
woodstoxVersion = '6.7.0'
xstreamVersion = '1.4.20'
Expand Down Expand Up @@ -253,7 +253,7 @@ ext {

// transitive dependencies minimal version
jakson_datatype_jdk8 : "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${jacksonCoreVersion}",
archaius_core : "com.netflix.archaius:archaius-core:0.7.7",
archaius_core : "com.netflix.archaius:archaius-core:0.7.12",
hystrix_core : "com.netflix.hystrix:hystrix-core:1.5.18",
netflix_commons_util : "com.netflix.netflix-commons:netflix-commons-util:0.3.0",
jersey_client : "com.sun.jersey:jersey-client:1.19.4",
Expand All @@ -265,16 +265,16 @@ ext {
swagger_models : "io.swagger.core.v3:swagger-models:${swagger3CoreVersion}",
swagger_parser_core : "io.swagger.parser.v3:swagger-parser-core:${swagger3ParserVersion}",
swagger3_parser_base : "io.swagger.parser.v3:swagger-parser:${swagger3ParserVersion}",
swagger_parser : "io.swagger:swagger-parser:1.0.67",
swagger_compat_spec_parser : "io.swagger:swagger-compat-spec-parser:1.0.67",
swagger_parser : "io.swagger:swagger-parser:1.0.71",
swagger_compat_spec_parser : "io.swagger:swagger-compat-spec-parser:1.0.71",
swagger_integration : "io.swagger.core.v3:swagger-integration:${swagger3CoreVersion}",
swagger_jaxrs2 : "io.swagger.core.v3:swagger-jaxrs2:${swagger3CoreVersion}",
jakarta_activation_api : "jakarta.activation:jakarta.activation-api:1.2.2",
jakarta_xml_bind_api : "jakarta.xml.bind:jakarta.xml.bind-api:2.3.3",
joda_time : "joda-time:joda-time:2.10.5",
byte_buddy : "net.bytebuddy:byte-buddy:1.12.9",
byte_buddy_agent : "net.bytebuddy:byte-buddy-agent:1.12.9",
stax2_api : "org.codehaus.woodstox:stax2-api:4.2.1",
stax2_api : "org.codehaus.woodstox:stax2-api:4.2.2",
hamcrest : "org.hamcrest:hamcrest:2.2",
aopalliance_repackaged : "org.glassfish.hk2.external:aopalliance-repackaged:3.0.3",
osgi_resource_locator : "org.glassfish.hk2:osgi-resource-locator:2.4.0",
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 212949e

Please sign in to comment.