Skip to content

fix(deps): update all non-major application-server dependencies #683

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

Draft
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.sentry:sentry-spring-boot-starter-jakarta 8.9.0 -> 8.10.0 age adoption passing confidence
org.flywaydb:flyway-database-postgresql (source) 11.7.2 -> 11.8.0 age adoption passing confidence
org.flywaydb:flyway-core (source) 11.7.2 -> 11.8.0 age adoption passing confidence
org.flywaydb.flyway 11.7.2 -> 11.8.0 age adoption passing confidence

Release Notes

getsentry/sentry-java (io.sentry:sentry-spring-boot-starter-jakarta)

v8.10.0

Compare Source

Features
  • Wrap configured OpenTelemetry ContextStorageProvider if available (#​4359)
    • This is only relevant if you see java.lang.IllegalStateException: Found multiple ContextStorageProvider. Set the io.opentelemetry.context.ContextStorageProvider property to the fully qualified class name of the provider to use. Falling back to default ContextStorage. Found providers: ...
    • Set -Dio.opentelemetry.context.contextStorageProvider=io.sentry.opentelemetry.SentryContextStorageProvider on your java command
    • Sentry will then wrap the other ContextStorageProvider that has been configured by loading it through SPI
    • If no other ContextStorageProvider is available or there are problems loading it, we fall back to using SentryOtelThreadLocalStorage
Fixes
  • Update profile chunk rate limit and client report (#​4353)
Dependencies
flyway/flyway (org.flywaydb:flyway-database-postgresql)

v11.8.0: Flyway 11.8.0

See release notes here

CLI artifact available here


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

codacy-production bot commented Apr 24, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (68a95cc) 6809 896 13.16%
Head commit (f9428d3) 6809 (+0) 896 (+0) 13.16% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#683) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@renovate renovate bot force-pushed the renovate/all-minor-patch-application-server branch from 244a944 to f9428d3 Compare April 25, 2025 19:47
@renovate renovate bot changed the title fix(deps): update all non-major application-server dependencies to v11.8.0 fix(deps): update all non-major application-server dependencies Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants