Skip to content
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 #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
docker.io/gvenzl/oracle-free minor 23.5-slim-faststart -> 23.6-slim-faststart age adoption passing confidence
docker.io/library/gradle stage minor 8.11.0-jdk21 -> 8.12.0-jdk21 age adoption passing confidence
ghcr.io/miracum/util-images/cricketeerone-kafka-connect patch v1.6.1 -> v1.6.2 age adoption passing confidence
gradle (source) minor 8.11.1 -> 8.12 age adoption passing confidence
com.approvaltests:approvaltests (source) dependencies minor 24.9.0 -> 24.12.0 age adoption passing confidence
org.apache.commons:commons-text (source) dependencies minor 1.12.0 -> 1.13.0 age adoption passing confidence
io.micrometer:micrometer-core dependencies patch 1.14.1 -> 1.14.2 age adoption passing confidence
io.micrometer:micrometer-registry-prometheus dependencies patch 1.14.1 -> 1.14.2 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4 (source) dependencies minor 7.4.5 -> 7.6.1 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-validation (source) dependencies minor 7.4.5 -> 7.6.1 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-structures-r4 (source) dependencies minor 7.4.5 -> 7.6.1 age adoption passing confidence
org.springframework.cloud:spring-cloud-dependencies (source) dependencies patch 2023.0.3 -> 2023.0.4 age adoption passing confidence
io.spring.dependency-management plugin patch 1.1.6 -> 1.1.7 age adoption passing confidence
org.springframework.boot plugin minor 3.3.5 -> 3.4.1 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.12

Compare Source

approvals/ApprovalTests.Java (com.approvaltests:approvaltests)

v24.12.0: ReporterThatCreatesApprovalScript

Compare Source

For Windows and Linux!
When this reporter is used it creates a script that, when it runs, will approve all failed tests.
The script file will be either
.approval_tests_temp\approval_script.bat
or
.approval_tests_temp/approval_script.sh

v24.11.0: Added Seam for custom exceptions

Compare Source

If you want to customize what error is thrown (#​596) , you can now do the following:

// global 
private final Closeable oldGenerator = Approvals.settings().registerErrorGenerator((received, approved) -> new AssertionError("Custom message")))
try (AutoCloseable old = Approvals.settings()
    .registerErrorGenerator((received, approved) -> new AssertionError("Custom message")))
{
 ...
}
micrometer-metrics/micrometer (io.micrometer:micrometer-core)

v1.14.2: 1.14.2

🐞 Bug Fixes

  • Protect against concurrent reads/writes to Context keyvalues #​5739
  • Null stacktrace in InvalidObservationException using Virtual Threads #​5702
  • Deprecate AggregationTemporality#toOtlpAggregationTemporality #​5733
  • Warn about gauge re-registration #​5688
  • executor.queued metrics of ForkJoinPool does not include queued submissions #​5650
  • Default ObservationConventions for Grpc do not always use a consistent set of keyvalues #​5609

🔨 Dependency Upgrades

  • Bump software.amazon.awssdk:cloudwatch from 2.29.14 to 2.29.23 #​5724
  • Bump io.prometheus:prometheus-metrics-bom from 1.3.3 to 1.3.4 #​5723
  • Bump dropwizard-metrics from 4.2.28 to 4.2.29 #​5721

📔 Documentation

  • Remove duplicated contextpropagation.adoc #​5693
  • Polish "Grafana Dashboard" section #​5662
  • Use BOM for Micrometer dependency examples in reference docs #​5652

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye

hapifhir/hapi-fhir (ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4)

v7.6.1

7.6.1

v7.6.0

7.6.0

spring-cloud/spring-cloud-release (org.springframework.cloud:spring-cloud-dependencies)

v2023.0.4: 2023.0.4

Compare Source

Full Changelog: spring-cloud/spring-cloud-release@v2023.0.3...v2023.0.4


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Dec 1, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.06s
✅ BASH bash-exec 4 0 0.02s
✅ BASH shellcheck 4 0 0.04s
✅ BASH shfmt 4 0 0.01s
✅ DOCKERFILE hadolint 1 0 0.08s
✅ EDITORCONFIG editorconfig-checker 128 0 0.79s
✅ GROOVY npm-groovy-lint 2 0 10.75s
✅ JAVA checkstyle 46 0 7.28s
✅ JSON jsonlint 18 0 0.23s
✅ JSON npm-package-json-lint yes no 0.57s
✅ JSON prettier 18 0 0.46s
✅ JSON v8r 18 0 39.83s
✅ MARKDOWN markdownlint 8 0 0.62s
✅ REPOSITORY checkov yes no 13.81s
✅ REPOSITORY gitleaks yes no 0.37s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY grype yes no 14.21s
✅ REPOSITORY kics yes no 14.75s
✅ REPOSITORY secretlint yes no 1.07s
✅ REPOSITORY syft yes no 3.37s
✅ REPOSITORY trivy yes no 8.15s
✅ REPOSITORY trivy-sbom yes no 1.33s
✅ REPOSITORY trufflehog yes no 4.98s
✅ XML xmllint 13 0 0.03s
✅ YAML prettier 16 0 1.13s
✅ YAML v8r 16 0 19.26s
✅ YAML yamllint 16 0 0.74s

See detailed report in MegaLinter reports

You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:

MegaLinter is graciously provided by OX Security

Copy link

github-actions bot commented Dec 1, 2024

Code Coverage Report

Overall Project 88.46% 🍏

There is no coverage information present for the Files changed

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0dc6f6a to c17f17d Compare December 10, 2024 13:37
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 1b14697 to fe41320 Compare December 19, 2024 14:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d41f762 to 3797d06 Compare December 21, 2024 00:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3797d06 to bbe40ae Compare December 21, 2024 04:34
Copy link

Trivy image scan report

ghcr.io/bzkf/obds-to-fhir:pr-188 (debian 12.7)

No Vulnerabilities found

No Misconfigurations found

Java

2 known vulnerabilities found (MEDIUM: 1 LOW: 1 CRITICAL: 0 HIGH: 0)

Show detailed table of vulnerabilities
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants