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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.11.1 -> 8.12 age adoption passing confidence
ch.qos.logback:logback-classic (source, changelog) dependencies patch 1.5.12 -> 1.5.15 age adoption passing confidence
io.lettuce:lettuce-core dependencies patch 6.5.1.RELEASE -> 6.5.2.RELEASE age adoption passing confidence
ch.qos.logback:logback-core (source, changelog) dependencies patch 1.5.12 -> 1.5.15 age adoption passing confidence
org.jetbrains.kotlinx.binary-compatibility-validator plugin minor 0.16.3 -> 0.17.0 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) dependencies patch 5.11.3 -> 5.11.4 age adoption passing confidence
org.junit:junit-bom (source) dependencies patch 5.11.3 -> 5.11.4 age adoption passing confidence
net.researchgate.release plugin minor 3.0.2 -> 3.1.0 age adoption passing confidence
io.insert-koin:koin-logger-slf4j (source) dependencies patch 4.0.0 -> 4.0.1 age adoption passing confidence
io.insert-koin:koin-ktor (source) dependencies patch 4.0.0 -> 4.0.1 age adoption passing confidence
io.insert-koin:koin-core (source) dependencies patch 4.0.0 -> 4.0.1 age adoption passing confidence
org.springframework.kafka:spring-kafka dependencies patch 3.3.0 -> 3.3.1 age adoption passing confidence
io.spring.dependency-management plugin patch 1.1.6 -> 1.1.7 age adoption passing confidence
org.springframework.boot plugin patch 3.4.0 -> 3.4.1 age adoption passing confidence
org.springframework.boot:spring-boot-configuration-processor (source) dependencies patch 3.4.0 -> 3.4.1 age adoption passing confidence
org.springframework.boot:spring-boot-autoconfigure (source) dependencies patch 3.4.0 -> 3.4.1 age adoption passing confidence
org.springframework.boot:spring-boot-starter-actuator (source) dependencies patch 3.4.0 -> 3.4.1 age adoption passing confidence
org.springframework.boot:spring-boot-starter-webflux (source) dependencies patch 3.4.0 -> 3.4.1 age adoption passing confidence
org.springframework.boot:spring-boot (source) dependencies patch 3.4.0 -> 3.4.1 age adoption passing confidence
io.quarkus plugin patch 3.17.4 -> 3.17.5 age adoption passing confidence
io.quarkus.arc:arc dependencies patch 3.17.4 -> 3.17.5 age adoption passing confidence
io.quarkus:quarkus-rest dependencies patch 3.17.4 -> 3.17.5 age adoption passing confidence
io.quarkus:quarkus-bom dependencies patch 3.17.4 -> 3.17.5 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-slf4j dependencies minor 1.9.0 -> 1.10.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependencies minor 1.9.0 -> 1.10.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies minor 1.9.0 -> 1.10.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-reactive dependencies minor 1.9.0 -> 1.10.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-reactor dependencies minor 1.9.0 -> 1.10.1 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.12

Compare Source

lettuce-io/lettuce-core (io.lettuce:lettuce-core)

v6.5.2.RELEASE

Compare Source

The Lettuce team is pleased to announce the Lettuce 6.5.2 service release!
This release ships with bugfixes and dependency upgrades.

Find the full changelog at the end of this document.

Thanks to all contributors who made Lettuce 6.5.2.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 21.

📗 Links

🐞 Bug Fixes

Full Changelog: redis/lettuce@6.5.1.RELEASE...6.5.2.RELEASE

Kotlin/binary-compatibility-validator (org.jetbrains.kotlinx.binary-compatibility-validator)

v0.17.0

Compare Source

What's Changed

  • $suspendImpl functions are now filtered from dumps (#​271)
    This change may cause validation failures for projects where dumps already contain such functions. It is recommended to regenerate dumps (apiDump task) after updating the BCV to 0.17.0.
  • Supported class files generated for JVM target 23 (#​284)
InsertKoinIO/koin (io.insert-koin:koin-logger-slf4j)

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: InsertKoinIO/koin@4.0.0...4.0.1

spring-projects/spring-kafka (org.springframework.kafka:spring-kafka)

v3.3.1

⭐ New Features
  • Allow kafka-clients 3.9.x with Spring-Kafka 3.3.x #​3662
  • Change "synchronized" to reentrant lock for virtual-threads #​3652
  • Allow configuring observation registry directly #​3643
🐞 Bug Fixes
  • Confusing warning in batch listener: No batch message converter is set. because record message converter is null. #​3687
  • EmbeddedKafkaBroker consume with seekToEnd does not reliably seek to the end #​3660
  • EmbeddedKafkaCustomizer ignores adminTimeout in EmbeddedKafka annotation #​3658
  • Value parameters in ReactiveKafkaProducerTemplate should be nullable #​3617
📔 Documentation
  • Fix dead page url in filtering.adoc #​3648
  • Calling .nack() suspends consumer group rebalance #​2128
🔨 Dependency Upgrades
  • Bump org.junit:junit-bom from 5.11.3 to 5.11.4 #​3688
  • Bump org.springframework:spring-framework-bom from 6.2.0 to 6.2.1 #​3677
  • Bump org.springframework.data:spring-data-bom from 2024.1.0 to 2024.1.1 #​3676
  • Bump io.micrometer:micrometer-bom from 1.14.1 to 1.14.2 #​3675
  • Bump log4jVersion from 2.24.2 to 2.24.3 #​3674
  • Bump org.springframework.retry:spring-retry from 2.0.10 to 2.0.11 #​3673
  • Bump io.micrometer:micrometer-tracing-bom from 1.4.0 to 1.4.1 #​3672
  • Bump io.projectreactor:reactor-bom from 2024.0.0 to 2024.0.1 #​3671
  • Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2 #​3654
  • Bump log4jVersion from 2.24.1 to 2.24.2 #​3647
❤️ Contributors

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

@​bky373, @​cfredri4, @​omercelikceng, @​pszymczyk, and @​sobychacko

spring-projects/spring-boot (org.springframework.boot:spring-boot-configuration-processor)

v3.4.1

quarkusio/quarkus (io.quarkus.arc:arc)

v3.17.5

Compare Source

Complete changelog
  • #​44974 - Rest Client metrics show real value in uri attribute instead of path parameter placeholders when used with @Url
  • #​44989 - REST Client not sending headers from shared configKey
  • #​45002 - REST Client using configKey resolves wrong config
  • #​45004 - Update documentation for handling proxies in native-mode
  • #​45010 - Properly create REST Client template path when @Url is used
  • #​45022 - Upgrade to quarkus-http 5.3.4
  • #​45034 - Revert MariaDB driver to 3.4.1
  • #​45044 - Priority of REST Client Config changed to Quarkus FQN, config key, simple name
  • #​45066 - Update OIDC MTLS test to use generated certificates
  • #​45072 - Prioritize OIDC mechanism when inclusive authentication is disabled to simplify using mTLS and OIDC together
  • #​45084 - A NoSuchMethodException is raised when a REST resource is called with a single JsonObject argument in native build
  • #​45095 - Generate certificates in the OIDC integration test
  • #​45097 - Ensure that jakarta json types can be deserialized in native mode
  • #​45108 - Logstash conf file fix
  • #​45126 - Bump org.hibernate.validator:hibernate-validator from 8.0.1.Final to 8.0.2.Final
  • #​45130 - Conflicting open telemetry and flyway dependencies
  • #​45136 - Break build cycle between OTel, logging and Flyway
  • #​45143 - Update OIDC bearer doc with a section about response filters
  • #​45161 - Fix local proxy handling in REST Client module
  • #​45162 - Improve documentation for handling proxies in native-mode
  • #​45172 - Docs: Correct word form in Native Applications Tips
  • #​45173 - Unable to use custom handlers for HTTP OPTIONS method in subresources
  • #​45174 - Unable to use custom handlers for HTTP OPTIONS method in subresources
  • #​45190 - Fix matrix computation for Ubuntu 24
Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-slf4j)

v1.10.1

Compare Source

  • Fixed binary incompatibility introduced for non-JVM targets in #​4261 (#​4309).

v1.10.0

Compare Source

  • Kotlin was updated to 2.1.0 (#​4284).
  • Introduced Flow.any, Flow.all, and Flow.none (#​4212). Thanks, @​CLOVIS-AI!
  • Reorganized kotlinx-coroutines-debug and kotlinx-coroutines-core code to avoid a split package between the two artifacts (#​4247). Note that directly referencing kotlinx.coroutines.debug.AgentPremain must now be replaced with kotlinx.coroutines.debug.internal.AgentPremain. Thanks, @​sellmair!
  • No longer shade byte-buddy in kotlinx-coroutines-debug, reducing the artifact size and simplifying the build configuration of client code. Thanks, @​sellmair!
  • Fixed NullPointerException when using Java-deserialized kotlinx-coroutines-core exceptions (#​4291). Thanks, @​AlexRiedler!
  • Properly report exceptions thrown by CoroutineDispatcher.dispatch instead of raising internal errors (#​4091). Thanks, @​zuevmaxim!
  • Fixed a bug that delayed scheduling of a Dispatchers.Default or Dispatchers.IO task after a yield() in rare scenarios (#​4248).
  • Fixed a bug that prevented the main() coroutine on Wasm/WASI from executing after a delay() call in some scenarios (#​4239).
  • Fixed scheduling of runBlocking tasks on Kotlin/Native that arrive after the runBlocking block was exited (#​4245).
  • Fixed some terminal Flow operators sometimes resuming without taking cancellation into account (#​4254). Thanks, @​jxdabc!
  • Fixed a bug on the JVM that caused coroutine-bound ThreadLocal values not to get cleaned when using non-CoroutineDispatcher continuation interceptors (#​4296).
  • Small tweaks, fixes, and documentation improvements.

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 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.

Copy link

Code Coverage

Total Project Coverage 72.42%

Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.97%. Comparing base (7de8dde) to head (c4e4616).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #678   +/-   ##
=======================================
  Coverage   82.97%   82.97%           
=======================================
  Files          85       85           
  Lines        2637     2637           
  Branches      163      163           
=======================================
  Hits         2188     2188           
  Misses        346      346           
  Partials      103      103           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b1903fb to 8ef083a Compare December 24, 2024 00:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ef083a to c4e4616 Compare December 30, 2024 21:33
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