Skip to content

Commit e5456d3

Browse files
Bump io.opentelemetry.contrib:opentelemetry-jfr-connection from 1.38.0-alpha to 1.39.0-alpha (#3876)
1 parent 1587ebd commit e5456d3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

agent/agent-tooling/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compileOnly("com.google.auto.value:auto-value-annotations")
1111
annotationProcessor("com.google.auto.value:auto-value")
1212

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

1616
implementation(project(":agent:agent-profiler:agent-alerting-api"))

agent/agent-tooling/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ io.netty:netty-transport-native-epoll:4.1.113.Final=runtimeClasspath
5454
io.netty:netty-transport-native-kqueue:4.1.113.Final=runtimeClasspath
5555
io.netty:netty-transport-native-unix-common:4.1.113.Final=runtimeClasspath
5656
io.netty:netty-transport:4.1.113.Final=runtimeClasspath
57-
io.opentelemetry.contrib:opentelemetry-jfr-connection:1.38.0-alpha=runtimeClasspath
57+
io.opentelemetry.contrib:opentelemetry-jfr-connection:1.39.0-alpha=runtimeClasspath
5858
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.8.0-alpha=runtimeClasspath
5959
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8.0=runtimeClasspath
6060
io.opentelemetry.semconv:opentelemetry-semconv-incubating:1.25.0-alpha=runtimeClasspath

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ val DEPENDENCIES = listOf(
7373
"org.assertj:assertj-core:3.26.3",
7474
"org.awaitility:awaitility:4.2.2",
7575
"io.github.hakky54:logcaptor:2.9.3",
76-
"io.opentelemetry.contrib:opentelemetry-jfr-connection:1.38.0-alpha",
76+
"io.opentelemetry.contrib:opentelemetry-jfr-connection:1.39.0-alpha",
7777
"com.google.code.findbugs:jsr305:3.0.2",
7878
"com.github.spotbugs:spotbugs-annotations:4.8.6"
7979
)

licenses/more-licenses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# agent
33
## Dependency License Report
4-
_2024-09-16 15:06:46 PDT_
4+
_2024-09-18 03:28:20 UTC_
55
## Apache License, Version 2.0
66

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

0 commit comments

Comments
 (0)