guardian / content-api-scala-client

A Scala client library for the Guardian's Content API
Apache License 2.0
40 stars 16 forks source link

chore(deps): Non-AWS dependency updates #421

Closed gu-scala-steward-public-repos[bot] closed 3 months ago

gu-scala-steward-public-repos[bot] commented 3 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!

βš™ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "ch.epfl.scala", artifactId = "sbt-version-policy" }, { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" }, { groupId = "commons-codec", artifactId = "commons-codec" }, { groupId = "org.apache.thrift", artifactId = "libthrift" }, { groupId = "org.mockito", artifactId = "mockito-core" }, { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scala-sbt", artifactId = "sbt" }, { groupId = "org.slf4j", artifactId = "slf4j-api" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-version-policy" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "commons-codec", artifactId = "commons-codec" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.thrift", artifactId = "libthrift" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.mockito", artifactId = "mockito-core" } }, { 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.slf4j", artifactId = "slf4j-api" } } ] ```

labels: dependencies, sbt-plugin-update, library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, early-semver-major, semver-spec-minor, early-semver-minor, semver-spec-major, commit-count:n:8

github-actions[bot] commented 3 months ago

Test Results

0 tests  Β±0   0 :white_check_mark: Β±0   0s :stopwatch: Β±0s 0 suites Β±0   0 :zzz: Β±0  0 files   Β±0   0 :x: Β±0 

Results for commit 4a037607. ± Comparison against base commit 0d098250.