Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to fix deprecation warnings #344

Merged
merged 3 commits into from
Nov 29, 2024
Merged

Conversation

matt-richardson
Copy link
Contributor

Background

I've been seeing deprecation warnings for a while.

Results

This updates the dependencies to their non-deprecated versions.

@matt-richardson matt-richardson self-assigned this Nov 29, 2024
@matt-richardson matt-richardson requested a review from a team as a code owner November 29, 2024 05:34
@@ -19,13 +19,14 @@ dependencies {
implementation('io.opentelemetry:opentelemetry-sdk:1.44.1')
implementation('io.opentelemetry:opentelemetry-exporter-otlp:1.44.1')
implementation 'io.opentelemetry:opentelemetry-sdk-metrics:1.44.1'
implementation('io.opentelemetry:opentelemetry-semconv:1.31.0-alpha-SNAPSHOT')
implementation('io.opentelemetry.semconv:opentelemetry-semconv')
implementation("io.opentelemetry.semconv:opentelemetry-semconv-incubating:1.26.0-alpha")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't need to use alpha versions... but I assume it is okay since it was already there, this is not a regression. Ideally, we should 🔪

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. Kinda sucks that it's still "incubating", I agree.

@matt-richardson matt-richardson merged commit 67975a6 into main Nov 29, 2024
2 checks passed
@matt-richardson matt-richardson deleted the mattr/rsb/fix-deprecations branch November 29, 2024 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants