-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies #131
Conversation
…ependencies to v2024
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 4 | 0 | 0.06s | |
✅ BASH | bash-exec | 1 | 0 | 0.0s | |
✅ BASH | shellcheck | 1 | 0 | 0.09s | |
shfmt | 1 | 1 | 0.01s | ||
✅ DOCKERFILE | hadolint | 2 | 0 | 0.09s | |
✅ EDITORCONFIG | editorconfig-checker | 55 | 0 | 0.19s | |
✅ GROOVY | npm-groovy-lint | 2 | 0 | 10.28s | |
✅ JAVA | checkstyle | 11 | 0 | 5.7s | |
✅ JSON | jsonlint | 4 | 0 | 0.21s | |
✅ JSON | prettier | 4 | 0 | 0.92s | |
✅ JSON | v8r | 4 | 0 | 4.12s | |
✅ MARKDOWN | markdownlint | 2 | 0 | 0.41s | |
✅ PYTHON | bandit | 1 | 0 | 1.21s | |
✅ PYTHON | black | 1 | 0 | 0.72s | |
✅ PYTHON | flake8 | 1 | 0 | 0.5s | |
✅ PYTHON | isort | 1 | 0 | 0.39s | |
✅ PYTHON | mypy | 1 | 0 | 7.36s | |
✅ PYTHON | ruff | 1 | 0 | 0.02s | |
✅ REPOSITORY | checkov | yes | no | 18.43s | |
✅ REPOSITORY | gitleaks | yes | no | 0.37s | |
✅ REPOSITORY | git_diff | yes | no | 0.01s | |
✅ REPOSITORY | grype | yes | no | 19.28s | |
✅ REPOSITORY | kics | yes | no | 16.53s | |
✅ REPOSITORY | secretlint | yes | no | 0.88s | |
✅ REPOSITORY | syft | yes | no | 2.2s | |
✅ REPOSITORY | trivy | yes | no | 10.91s | |
✅ REPOSITORY | trivy-sbom | yes | no | 0.12s | |
✅ REPOSITORY | trufflehog | yes | no | 3.59s | |
✅ XML | xmllint | 1 | 0 | 0.78s | |
✅ YAML | prettier | 15 | 0 | 1.13s | |
✅ YAML | v8r | 15 | 0 | 16.01s | |
✅ YAML | yamllint | 15 | 0 | 0.64s |
See detailed report in MegaLinter reports
You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.
0812f5a
to
a28d21c
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Quality Gate passedIssues Measures |
Trivy image scan report
|
Package | ID | Severity | Installed Version | Fixed Version |
---|---|---|---|---|
ch.qos.logback:logback-core |
CVE-2024-12798 | MEDIUM | 1.5.12 | 1.5.13 |
ch.qos.logback:logback-core |
CVE-2024-12801 | LOW | 1.5.12 | 1.5.13 |
No Misconfigurations found
## [2.2.3](v2.2.2...v2.2.3) (2025-01-03) ### Bug Fixes * **deps:** update all non-major dependencies ([#131](#131)) ([1dd790f](1dd790f))
🎉 This PR is included in version 2.2.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR contains the following updates:
==2024.8.30
->==2024.12.14
==3.4.0
->==3.4.1
2024.11.7-debian-12-r1
->2024.12.18-debian-12-r0
7.1.14
->7.1.15
8.8.0
->8.11.1
v7.4.0
->v7.6.0
8.11.0-jdk21
->8.12.0-jdk21
8.11
->8.12
==2.2.3
->==2.3.0
2.29.43
->2.29.45
1.0.8
->1.0.9
2.18.1
->2.18.2
1.14.1
->1.14.2
1.14.1
->1.14.2
7.4.5
->7.6.1
7.4.5
->7.6.1
7.4.5
->7.6.1
7.4.5
->7.6.1
7.4.5
->7.6.1
2023.0.3
->2023.0.4
1.1.6
->1.1.7
3.3.5
->3.4.1
Release Notes
certifi/python-certifi (certifi)
v2024.12.14
Compare Source
jawah/charset_normalizer (charset-normalizer)
v3.4.1
Compare Source
Changed
pyproject.toml
instead ofsetup.cfg
using setuptools as the build backend.Added
Removed
build-requirements.txt
as per usingpyproject.toml
native build configuration.bin/integration.py
andbin/serve.py
in favor of downstream integration test (see noxfile).setup.cfg
in favor ofpyproject.toml
metadata configuration.utils.range_scan
function.Fixed
utf_8
instead of preferredutf-8
. (#572)curl/curl-container (docker.io/curlimages/curl)
v8.11.1
Compare Source
Changed
v8.11.0
Compare Source
Changed
v8.10.1
Compare Source
Changed
v8.10.0
Compare Source
Changed
v8.9.1
Compare Source
Changed
v8.9.0
Compare Source
Changed
gradle/gradle (gradle)
v8.12
Compare Source
v8.11.1
: 8.11.1Compare Source
This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.
It fixes the following issues:
Read the Release Notes
Upgrade instructions
Switch your build to use Gradle 8.11.1 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
urllib3/urllib3 (urllib3)
v2.3.0
Compare Source
==================
Features
HTTPResponse.shutdown()
to stop any ongoing or future reads for a specific response. It callsshutdown(SHUT_RD)
on the underlying socket. This feature wassponsored by LaunchDarkly <https://opencollective.com/urllib3/contributions/815307>
. (#​2868 <https://github.com/urllib3/urllib3/issues/2868>
)requests and streaming, and makes it possible to use in Node.js if you launch it as
node --experimental-wasm-stack-switching
. (#​3400 <https://github.com/urllib3/urllib3/issues/3400>
__)proxy_is_tunneling
property toHTTPConnection
andHTTPSConnection
. (#​3285 <https://github.com/urllib3/urllib3/issues/3285>
__)NewConnectionError
andNameResolutionError
. (#​3480 <https://github.com/urllib3/urllib3/issues/3480>
__)Bugfixes
#​3489 <https://github.com/urllib3/urllib3/issues/3489>
__)Deprecations and Removals
#​3492 <https://github.com/urllib3/urllib3/issues/3492>
__)FHIR/Ucum-java (org.fhir:ucum)
v1.0.9
Compare Source
micrometer-metrics/micrometer (io.micrometer:micrometer-core)
v1.14.2
: 1.14.2🐞 Bug Fixes
executor.queued
metrics of ForkJoinPool does not include queued submissions #5650🔨 Dependency Upgrades
📔 Documentation
❤️ Contributors
Thank you to all the contributors who worked on this release:
@izeye
hapifhir/hapi-fhir (ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine)
v7.6.1
Compare Source
7.6.1
v7.6.0
Compare Source
7.6.0
spring-cloud/spring-cloud-release (org.springframework.cloud:spring-cloud-dependencies)
v2023.0.4
: 2023.0.4Full Changelog: spring-cloud/spring-cloud-release@v2023.0.3...v2023.0.4
Configuration
📅 Schedule: Branch creation - "* * 1 */3 *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.