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 #301

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
postgres service minor 16.0 -> 16.1 age adoption passing confidence
postgres minor 16.0 -> 16.1 age adoption passing confidence
redis service patch 7.2.2 -> 7.2.3 age adoption passing confidence
redis patch 7.2.2 -> 7.2.3 age adoption passing confidence
org.junit.jupiter:junit-jupiter-engine (source) dependencies patch 5.10.0 -> 5.10.1 age adoption passing confidence
org.junit.jupiter:junit-jupiter-params (source) dependencies patch 5.10.0 -> 5.10.1 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) dependencies patch 5.10.0 -> 5.10.1 age adoption passing confidence
com.zaxxer:HikariCP dependencies minor 5.0.1 -> 5.1.0 age adoption passing confidence
io.sentry:sentry-jdbc dependencies minor 6.32.0 -> 6.33.1 age adoption passing confidence
io.sentry:sentry-logback dependencies minor 6.32.0 -> 6.33.1 age adoption passing confidence
io.sentry:sentry-kotlin-extensions dependencies minor 6.32.0 -> 6.33.1 age adoption passing confidence
io.sentry:sentry dependencies minor 6.32.0 -> 6.33.1 age adoption passing confidence
io.ktor:ktor-client-mock dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-server-test-host dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-server-tests-jvm dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-server-forwarded-header dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-client-content-negotiation dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-client-cio dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-client-core dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-server-double-receive dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-server-netty-jvm dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-server-auth-jvm dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-server-sessions-jvm dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-server-cors-jvm dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-server-default-headers-jvm dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx-json-jvm dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-server-content-negotiation-jvm dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-server-locations-jvm dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-server-core-jvm dependencies patch 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor.plugin plugin patch 2.3.5 -> 2.3.6 age adoption passing confidence

Release Notes

getsentry/sentry-java (io.sentry:sentry-jdbc)

v6.33.1

Compare Source

Fixes
  • Do not register sentrySpringFilter in ServletContext for Spring Boot (#​3027)

v6.33.0

Compare Source

Features
  • Add thread information to spans (#​2998)
  • Use PixelCopy API for capturing screenshots on API level 24+ (#​3008)
Fixes
  • Fix crash when HTTP connection error message contains formatting symbols (#​3002)
  • Cap max number of stack frames to 100 to not exceed payload size limit (#​3009)
    • This will ensure we report errors with a big number of frames such as StackOverflowError
  • Fix user interaction tracking not working for Jetpack Compose 1.5+ (#​3010)
  • Make sure to close all Closeable resources (#​3000)
ktorio/ktor (io.ktor:ktor-client-mock)

v2.3.6

Compare Source

Published 7 November 2023

Bugfixes
  • Resolved connectors job does not complete in TestApplicationEngine (KTOR-6411)
  • Darwin: Even a coroutine Job is canceled network load keeps high (KTOR-6243)
  • Darwin: EOFException when sending multipart data using Ktor 2.3.4 (KTOR-6281)
  • Ktor JS client unconfigurable logging in node (KTOR-6275)
  • CIO: getEngineHeaderValues() returns duplicated values (KTOR-6352)
  • "Server sent a subprotocol but none was requested" when using Node WebSockets (KTOR-4001)
  • YAML properties with literal value null cannot be read since 2.3.1 (KTOR-6357)
  • AndroidClientEngine cannot handle content length that exceeds Int range (KTOR-6344)
  • Client unable to make subsequent requests after the network disconnection and connection when ResponseObserver is installed (KTOR-6252)
  • Outdated Gradle jib plubin does not support application/vnd.oci.image.index.v1+json media type (KTOR-6280)
  • KTor 2.3.5 Kotlin 1.9.x upgrade is a breaking change (KTOR-6354)
  • WebSockets (CIO): Connection Failure Due to Lowercase 'upgrade' in 'Connection: upgrade' Header (KTOR-6388)
  • WinHttp: ArrayIndexOutOfBoundsException when sending WS frame with empty body (KTOR-6394)
  • Update dependency com.auth0:jwks-rsa to v0.22.1

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 17ec198 to 26bdf8f Compare November 4, 2023 04:10
@renovate renovate bot changed the title Update all non-major dependencies to v6.33.0 Update all non-major dependencies Nov 4, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 06ba789 to 3b68364 Compare November 7, 2023 14:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b68364 to a2f0350 Compare November 14, 2023 20:56
@tumugin tumugin merged commit 6e61e58 into master Nov 17, 2023
1 check passed
@tumugin tumugin deleted the renovate/all-minor-patch branch November 17, 2023 18:16
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