Skip to content

Commit

Permalink
Update opentelemetry-api, ... to 1.43.0 (#750)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates 
*
[io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java)
*
[io.opentelemetry:opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-java)

 from `1.42.1` to `1.43.0`

πŸ“œ [GitHub Release
Notes](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.43.0)
- [Version
Diff](open-telemetry/opentelemetry-java@v1.42.1...v1.43.0)

## 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`](https://github.com/scala-steward-org/scala-steward/blob/d7ca2344b939fd6810d03892925e41f1425dc4c0/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>βš™ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "io.opentelemetry" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.opentelemetry" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-minor,
commit-count:1
</sup>
  • Loading branch information
scala-steward authored Oct 12, 2024
1 parent fe08c0f commit 51433b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ lazy val `kyo-stats-otel` =
.dependsOn(`kyo-core`)
.settings(
`kyo-settings`,
libraryDependencies += "io.opentelemetry" % "opentelemetry-api" % "1.42.1",
libraryDependencies += "io.opentelemetry" % "opentelemetry-sdk" % "1.42.1" % Test,
libraryDependencies += "io.opentelemetry" % "opentelemetry-api" % "1.43.0",
libraryDependencies += "io.opentelemetry" % "opentelemetry-sdk" % "1.43.0" % Test,
libraryDependencies += "io.opentelemetry" % "opentelemetry-exporters-inmemory" % "0.9.1" % Test
)

Expand Down

0 comments on commit 51433b9

Please sign in to comment.