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

Update all non-major dependencies #385

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.10.2 -> 8.11.1 age adoption passing confidence
postgres service minor 17.0 -> 17.2 age adoption passing confidence
postgres minor 17.0 -> 17.2 age adoption passing confidence
io.konform:konform dependencies minor 0.8.0 -> 0.10.0 age adoption passing confidence
com.zaxxer:HikariCP dependencies minor 6.1.0 -> 6.2.1 age adoption passing confidence
io.sentry:sentry-jdbc dependencies minor 7.16.0 -> 7.18.0 age adoption passing confidence
io.sentry:sentry-logback dependencies minor 7.16.0 -> 7.18.0 age adoption passing confidence
io.sentry:sentry-kotlin-extensions dependencies minor 7.16.0 -> 7.18.0 age adoption passing confidence
io.sentry:sentry dependencies minor 7.16.0 -> 7.18.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.11.1

Compare Source

v8.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

Switch your build to use Gradle 8.11 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11

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.

konform-kt/konform (io.konform:konform)

v0.10.0: : Dynamic context

This release adds one of the longer-requested features: cross-field validations and validation based on context.

This is achieved with the new dynamic function, see the README for usage.

  • Add dynamic and cross-field validations
  • Allow customizing hint in required
  • Give deprecation warning if ifPresent or required are used on non-nullable properties

v0.9.2

v0.9.1

  • Allow ValidationPath in validate() and ValidationPath.of

v0.9.0: ValidationPath and userContext

Features:

  • Add ValidationResult.errors containing ValidationError with a ValidationPath to safely inspect and use validation error and paths
  • Add constrain() in ValidationBuilder as a replacement for addConstraint, directly allowing path and userContext to be set
  • Add path() in ValidationBuilder to adjust the reported validation path of a validation error
  • Add userContext() in ValidationBuilder to add any data to the reported validation error
  • Add various utilities to Validation and ValidationResult, or lists of them

Deprecations and breaking changes:

  • Move constraints from io.konform.validation.jsonschema to io.konform.validation.constraints, deprecations can be solved by replacing the import
  • Remove ValidationBuilder.has. Can be replaced by directly adding the validation in the builder
  • Deprecate addConstraint(), use constrain() instead. templateValues are not supported therein, directly add them to the hint.
getsentry/sentry-java (io.sentry:sentry-jdbc)

v7.18.0

Compare Source

Features
Fixes
  • Avoid collecting normal frames (#​3782)
  • Ensure android initialization process continues even if options configuration block throws an exception (#​3887)
  • Do not report parsing ANR error when there are no threads (#​3888)
    • This should significantly reduce the number of events with message "Sentry Android SDK failed to parse system thread dump..." reported
  • Session Replay: Disable replay in session mode when rate limit is active (#​3854)
Dependencies

v7.17.0

Compare Source

Features
  • Add meta option to set the maximum amount of breadcrumbs to be logged. (#​3836)
  • Use a separate Random instance per thread to improve SDK performance (#​3835)
Fixes
  • Using MaxBreadcrumb with value 0 no longer crashes. (#​3836)
  • Accept manifest integer values when requiring floating values (#​3823)
  • Fix standalone tomcat jndi issue (#​3873)
    • Using Sentry Spring Boot on a standalone tomcat caused the following error:
      • Failed to bind properties under 'sentry.parsed-dsn' to io.sentry.Dsn

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 is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ff74e9d to db88bec Compare November 11, 2024 16:42
@renovate renovate bot changed the title Update all non-major dependencies to v10.21.0 Update all non-major dependencies Nov 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 5047e53 to 99e2efe Compare November 19, 2024 13:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from e972af4 to 8fae394 Compare November 23, 2024 00:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8fae394 to f3e5aac Compare November 24, 2024 12:11
@tumugin tumugin merged commit 14fa908 into master Nov 24, 2024
3 checks passed
@tumugin tumugin deleted the renovate/all-minor-patch branch November 24, 2024 12:21
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.

1 participant