permutive-engineering / fs2-pubsub

Google Cloud Pub/Sub stream-based client built on top of cats-effect, fs2 and http4s.
Apache License 2.0
45 stars 16 forks source link

Dependency Updates #537

Closed permutive-steward[bot] closed 1 month ago

permutive-steward[bot] commented 2 months ago

About this PR

Updates:

Usage

βœ… Please merge!

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

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!

πŸ” Files still referring to the old version numbers The following files still refer to the old version numbers. You might want to review and update them manually. ``` .git-blame-ignore-revs RELEASE.md ```
βš™ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "com.auth0", artifactId = "java-jwt" }, { groupId = "com.github.plokhotnyuk.jsoniter-scala", artifactId = "jsoniter-scala-core" }, { groupId = "com.github.plokhotnyuk.jsoniter-scala", artifactId = "jsoniter-scala-macros" }, { groupId = "com.google.cloud", artifactId = "google-cloud-pubsub" }, { groupId = "org.http4s", artifactId = "http4s-client" }, { groupId = "org.http4s", artifactId = "http4s-dsl" }, { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scala-sbt", artifactId = "sbt" }, { groupId = "org.scalameta", artifactId = "scalafmt-core" }, { groupId = "org.scoverage", artifactId = "sbt-scoverage" }, { groupId = "org.slf4j", artifactId = "slf4j-simple" }, { groupId = "org.typelevel", artifactId = "log4cats-core" }, { groupId = "org.typelevel", artifactId = "log4cats-slf4j" }, { groupId = "org.typelevel", artifactId = "sbt-typelevel" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.auth0", artifactId = "java-jwt" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.plokhotnyuk.jsoniter-scala", artifactId = "jsoniter-scala-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.plokhotnyuk.jsoniter-scala", artifactId = "jsoniter-scala-macros" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-pubsub" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.http4s", artifactId = "http4s-client" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.http4s", artifactId = "http4s-dsl" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala-library" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.slf4j", artifactId = "slf4j-simple" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.typelevel", artifactId = "log4cats-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.typelevel", artifactId = "log4cats-slf4j" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.typelevel", artifactId = "sbt-typelevel" } } ] ```

labels: library-update, sbt-plugin-update, test-library-update, early-semver-major, semver-spec-major, early-semver-patch, semver-spec-patch, version-scheme:early-semver, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:n:11