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

build(deps): bump ktor-cohort from 2.5.1 to 2.6.0 #196

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps ktor-cohort from 2.5.1 to 2.6.0.
Updates com.sksamuel.cohort:cohort-ktor from 2.5.1 to 2.6.0

Changelog

Sourced from com.sksamuel.cohort:cohort-ktor's changelog.

2.6.0

  • Updated to use ktor 3.0

2.5.0

  • Removed warmup checks
  • Removed cohort-http module. Instead these healthchecks can be found inside cohort-ktor or cohort-vertx depending on your choice of framework.

2.4.1

  • Bumped versions of dependencies
  • Added deployment logging on startup

2.4.0

  • Renamed cohort-core to cohort-ktor.
  • Added Vertx support.

2.3.1

  • Refactor: use Kafka interfaces instead of implementations
  • Fix: align compileJava and compileKotlin tasks target
  • Feature: make it possible to register multiple instances of the same check
  • Fix: DatabaseConnectionHealthCheck should return Unhealthy when connection is invalid
  • Fix: make the MongoConnectionHealthCheck usable with both sync and async clients

2.3.0

  • Added Listener interface for registration and healthcheck events.
  • Deprecated the register methods that use a single delay parameter.

2.2.1

  • Added logHealthyStatus option to logging subscribers

2.2.0

  • Added new Kafka healthchecks: KafkaConsumerRecordsConsumedRateHealthCheck, KafkaConsumerRecordsConsumedHealthCheck, KafkaConsumerTimeBetweenPollHealthCheck
  • Deprecated KafkaConsumerSubscriptionHealthCheck
  • Renamed cohort-redis module to cohort-jedis
  • Added Log4j2HealthCheckLogging and LogbackHealthCheckLogging subscribers to log results of healthchecks

2.1.3

  • Added S3WriteBucketHealthCheck

2.1.2

... (truncated)

Commits
  • a36c79f Added distribution to release workflow
  • 15d3739 Set snapshot base to 2.7
  • d0b499d fix(ktor): bump to 3.0.0 (#78)
  • fffa699 Update dependency org.apache.commons:commons-dbcp2 to v2.12.0 (#63)
  • bc765c7 Update actions/checkout action to v4 (#72)
  • 3c7d816 Update dependency org.flywaydb:flyway-core to v10 (#75)
  • b5a7fa6 Update kotestTestContainers to v2.0.2 (#54)
  • 4a67891 Update aws-java-sdk monorepo to v1.12.767 (#51)
  • 23394b6 Update dependency org.elasticsearch.client:elasticsearch-rest-high-level-clie...
  • 6383729 Update dependency org.apache.kafka:kafka-clients to v3.8.0 (#64)
  • Additional commits viewable in compare view

Updates com.sksamuel.cohort:cohort-hikari from 2.5.1 to 2.6.0

Changelog

Sourced from com.sksamuel.cohort:cohort-hikari's changelog.

2.6.0

  • Updated to use ktor 3.0

2.5.0

  • Removed warmup checks
  • Removed cohort-http module. Instead these healthchecks can be found inside cohort-ktor or cohort-vertx depending on your choice of framework.

2.4.1

  • Bumped versions of dependencies
  • Added deployment logging on startup

2.4.0

  • Renamed cohort-core to cohort-ktor.
  • Added Vertx support.

2.3.1

  • Refactor: use Kafka interfaces instead of implementations
  • Fix: align compileJava and compileKotlin tasks target
  • Feature: make it possible to register multiple instances of the same check
  • Fix: DatabaseConnectionHealthCheck should return Unhealthy when connection is invalid
  • Fix: make the MongoConnectionHealthCheck usable with both sync and async clients

2.3.0

  • Added Listener interface for registration and healthcheck events.
  • Deprecated the register methods that use a single delay parameter.

2.2.1

  • Added logHealthyStatus option to logging subscribers

2.2.0

  • Added new Kafka healthchecks: KafkaConsumerRecordsConsumedRateHealthCheck, KafkaConsumerRecordsConsumedHealthCheck, KafkaConsumerTimeBetweenPollHealthCheck
  • Deprecated KafkaConsumerSubscriptionHealthCheck
  • Renamed cohort-redis module to cohort-jedis
  • Added Log4j2HealthCheckLogging and LogbackHealthCheckLogging subscribers to log results of healthchecks

2.1.3

  • Added S3WriteBucketHealthCheck

2.1.2

... (truncated)

Commits
  • a36c79f Added distribution to release workflow
  • 15d3739 Set snapshot base to 2.7
  • d0b499d fix(ktor): bump to 3.0.0 (#78)
  • fffa699 Update dependency org.apache.commons:commons-dbcp2 to v2.12.0 (#63)
  • bc765c7 Update actions/checkout action to v4 (#72)
  • 3c7d816 Update dependency org.flywaydb:flyway-core to v10 (#75)
  • b5a7fa6 Update kotestTestContainers to v2.0.2 (#54)
  • 4a67891 Update aws-java-sdk monorepo to v1.12.767 (#51)
  • 23394b6 Update dependency org.elasticsearch.client:elasticsearch-rest-high-level-clie...
  • 6383729 Update dependency org.apache.kafka:kafka-clients to v3.8.0 (#64)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `ktor-cohort` from 2.5.1 to 2.6.0.

Updates `com.sksamuel.cohort:cohort-ktor` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/sksamuel/cohort/releases)
- [Changelog](https://github.com/sksamuel/cohort/blob/main/changelog.md)
- [Commits](sksamuel/cohort@v2.5.1...v2.6.0)

Updates `com.sksamuel.cohort:cohort-hikari` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/sksamuel/cohort/releases)
- [Changelog](https://github.com/sksamuel/cohort/blob/main/changelog.md)
- [Commits](sksamuel/cohort@v2.5.1...v2.6.0)

---
updated-dependencies:
- dependency-name: com.sksamuel.cohort:cohort-ktor
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.sksamuel.cohort:cohort-hikari
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from sureshg December 1, 2024 01:15
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2024

The following labels could not be found: gradle, dependencies.

Copy link

sonarqubecloud bot commented Dec 1, 2024

@github-actions github-actions bot merged commit 27b6031 into main Dec 1, 2024
3 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/ktor-cohort-2.6.0 branch December 1, 2024 01:17
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