joan38 / kubernetes-client

A Kubernetes client for Scala
Apache License 2.0
122 stars 41 forks source link

Update http4s-jdk-http-client to 0.9.1 #208

Closed scala-steward closed 11 months ago

scala-steward commented 1 year ago

About this PR

πŸ“¦ Updates org.http4s:http4s-jdk-http-client from 0.5.0 to 0.9.1

πŸ“œ GitHub Release Notes - Version Diff

Usage

βœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.http4s", artifactId = "http4s-jdk-http-client" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.http4s", artifactId = "http4s-jdk-http-client" } }] ```

labels: library-update, early-semver-major, semver-spec-minor, version-scheme:early-semver, commit-count:1

yurique commented 11 months ago

see https://github.com/joan38/kubernetes-client/pull/139