Skip to content

Commit

Permalink
Bump io.opentelemetry.contrib:opentelemetry-jfr-connection from 1.38.…
Browse files Browse the repository at this point in the history
…0-alpha to 1.39.0-alpha (#3876)
  • Loading branch information
dependabot[bot] committed Sep 18, 2024
1 parent 1587ebd commit e5456d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion agent/agent-tooling/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
compileOnly("com.google.auto.value:auto-value-annotations")
annotationProcessor("com.google.auto.value:auto-value")

implementation("io.opentelemetry.contrib:opentelemetry-jfr-connection:1.38.0-alpha")
implementation("io.opentelemetry.contrib:opentelemetry-jfr-connection:1.39.0-alpha")
implementation("com.azure:azure-storage-blob")

implementation(project(":agent:agent-profiler:agent-alerting-api"))
Expand Down
2 changes: 1 addition & 1 deletion agent/agent-tooling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ io.netty:netty-transport-native-epoll:4.1.113.Final=runtimeClasspath
io.netty:netty-transport-native-kqueue:4.1.113.Final=runtimeClasspath
io.netty:netty-transport-native-unix-common:4.1.113.Final=runtimeClasspath
io.netty:netty-transport:4.1.113.Final=runtimeClasspath
io.opentelemetry.contrib:opentelemetry-jfr-connection:1.38.0-alpha=runtimeClasspath
io.opentelemetry.contrib:opentelemetry-jfr-connection:1.39.0-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.8.0-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8.0=runtimeClasspath
io.opentelemetry.semconv:opentelemetry-semconv-incubating:1.25.0-alpha=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ val DEPENDENCIES = listOf(
"org.assertj:assertj-core:3.26.3",
"org.awaitility:awaitility:4.2.2",
"io.github.hakky54:logcaptor:2.9.3",
"io.opentelemetry.contrib:opentelemetry-jfr-connection:1.38.0-alpha",
"io.opentelemetry.contrib:opentelemetry-jfr-connection:1.39.0-alpha",
"com.google.code.findbugs:jsr305:3.0.2",
"com.github.spotbugs:spotbugs-annotations:4.8.6"
)
Expand Down
4 changes: 2 additions & 2 deletions licenses/more-licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# agent
## Dependency License Report
_2024-09-16 15:06:46 PDT_
_2024-09-18 03:28:20 UTC_
## Apache License, Version 2.0

**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.17.2`
Expand Down Expand Up @@ -217,7 +217,7 @@ _2024-09-16 15:06:46 PDT_
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
**43** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-jfr-connection` **Version:** `1.38.0-alpha`
**43** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-jfr-connection` **Version:** `1.39.0-alpha`
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib)
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Expand Down

0 comments on commit e5456d3

Please sign in to comment.