Skip to content

Commit

Permalink
Bump io.opentelemetry.contrib:opentelemetry-jfr-connection from 1.37.…
Browse files Browse the repository at this point in the history
…0-alpha to 1.38.0-alpha (#3848)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Aug 19, 2024
1 parent 9c03cb0 commit aee3513
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.37.0-alpha")
implementation("io.opentelemetry.contrib:opentelemetry-jfr-connection:1.38.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.112.Final=runtimeClasspath
io.netty:netty-transport-native-kqueue:4.1.112.Final=runtimeClasspath
io.netty:netty-transport-native-unix-common:4.1.112.Final=runtimeClasspath
io.netty:netty-transport:4.1.112.Final=runtimeClasspath
io.opentelemetry.contrib:opentelemetry-jfr-connection:1.37.0-alpha=runtimeClasspath
io.opentelemetry.contrib:opentelemetry-jfr-connection:1.38.0-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.7.0-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.7.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.37.0-alpha",
"io.opentelemetry.contrib:opentelemetry-jfr-connection:1.38.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-08-19 11:56:31 PDT_
_2024-08-19 20:45:00 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-08-19 11:56:31 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.37.0-alpha`
**43** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-jfr-connection` **Version:** `1.38.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 aee3513

Please sign in to comment.