Skip to content

Commit

Permalink
chore: Update all patch dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
renovate-bot committed Feb 19, 2025
1 parent 827216c commit aa93700
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.

2 changes: 1 addition & 1 deletion api-catalog-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"ajv": "8.13.0",
"ansi-regex": "5.0.1",
"body-parser": "1.20.3",
"caniuse-lite": "1.0.30001699",
"caniuse-lite": "1.0.30001700",
"concurrently": "5.3.0",
"cors": "2.8.5",
"cross-env": "7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencyResolutionManagement {
prefer '5.3.39'
}
version('springRetry', '1.3.4')
version('springWebTestClient', '5.5.0')
version('springWebTestClient', '5.5.1')

version('aopalliance', '3.0.3') // >=3.0.4 compiled on Java major 55 (J11)
version('zosUtils', '2.0.5')
Expand Down Expand Up @@ -113,7 +113,7 @@ dependencyResolutionManagement {
strictly '[3.4.37, 3.5.0['
prefer '3.4.37'
}
version('restAssured', '5.5.0')
version('restAssured', '5.5.1')
version('rhino', '1.7.15')
// force version in build.gradle file, version 2.x is not compatible
version('slf4j', '1.7.36')
Expand All @@ -130,7 +130,7 @@ dependencyResolutionManagement {
version('swaggerInflector', '2.0.12')
version('swaggerJaxrs2', '2.2.28')
version('thymeleaf', '3.1.3.RELEASE')
version('tomcat', '9.0.99')
version('tomcat', '9.0.100')
version('velocity', '2.4.1')
version('woodstoxCore', '6.7.0')
version('woodstoxStax2', '4.2.2')
Expand Down

0 comments on commit aa93700

Please sign in to comment.