Skip to content

Commit d41ddb4

Browse files
committed
Update other related dependency versions and ran ./gradlew generateLicenseReport
1 parent b036edb commit d41ddb4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ data class DependencySet(val group: String, val version: String, val modules: Li
77
val dependencyVersions = hashMapOf<String, String>()
88
rootProject.extra["versions"] = dependencyVersions
99

10-
val otelSdkVersion = "1.54.0"
10+
val otelSdkVersion = "1.56.0"
1111
val otelInstrumentationAlphaVersion = "2.22.0-alpha"
12-
val otelInstrumentationVersion = "2.20.0"
13-
val otelContribVersion = "1.48.0"
12+
val otelInstrumentationVersion = "2.22.0"
13+
val otelContribVersion = "1.52.0"
1414

1515
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion
1616
rootProject.extra["otelInstrumentationAlphaVersion"] = otelInstrumentationAlphaVersion

licenses/more-licenses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# agent
33
## Dependency License Report
4-
_2025-11-21 03:08:50 UTC_
4+
_2025-11-25 10:39:36 PST_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.20`

0 commit comments

Comments
 (0)