ghostdogpr / caliban

Functional GraphQL library for Scala
https://ghostdogpr.github.io/caliban/
Apache License 2.0
947 stars 248 forks source link

Update opentelemetry-sdk-testing to 1.44.0 #2463

Closed scala-steward closed 2 weeks ago

scala-steward commented 2 weeks ago

About this PR

📦 Updates io.opentelemetry:opentelemetry-sdk-testing from 1.43.0 to 1.44.0

📜 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 = "io.opentelemetry", artifactId = "opentelemetry-sdk-testing" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.opentelemetry", artifactId = "opentelemetry-sdk-testing" } }] ```

labels: test-library-update, early-semver-minor, semver-spec-minor, commit-count:1