guardian / salesforce-message-handler

Handle outbound messages from salesforce to update zuora and identity
0 stars 1 forks source link

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

Open gu-scala-steward-public-repos[bot] opened 1 month ago

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

πŸ’‘ Applied Scalafix Migrations * org.scala-lang:{scala-library,scala-compiler,scala-reflect,scalap}:2.13.0 (created no change) * dependency:Collection213Upgrade@org.scala-lang.modules:scala-collection-migrations:2.8.1 * Documentation: https://github.com/scala/scala-collection-compat#collection213upgrade
βš™ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "com.eed3si9n", artifactId = "sbt-assembly" }, { groupId = "com.typesafe", artifactId = "config" }, { groupId = "com.typesafe.play", artifactId = "play-json" }, { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scala-lang.modules", artifactId = "scala-xml" }, { groupId = "org.scala-sbt", artifactId = "sbt" }, { groupId = "org.slf4j", artifactId = "slf4j-simple" }, { groupId = "org.specs2", artifactId = "specs2-core" }, { groupId = "org.specs2", artifactId = "specs2-matcher-extra" }, { groupId = "org.specs2", artifactId = "specs2-mock" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.eed3si9n", artifactId = "sbt-assembly" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe", artifactId = "config" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-json" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala-library" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang.modules", artifactId = "scala-xml" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.slf4j", artifactId = "slf4j-simple" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.specs2", artifactId = "specs2-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.specs2", artifactId = "specs2-matcher-extra" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.specs2", artifactId = "specs2-mock" } } ] ```

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