Skip to content

Commit

Permalink
NH-99149: upgrade to upstream v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Jan 7, 2025
1 parent a036e37 commit 2674347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins{
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
}

val swoAgentVersion = "2.10.0"
val swoAgentVersion = "2.11.0"
extra["swoAgentVersion"] = swoAgentVersion
group = "io.github.appoptics"
version = if (System.getenv("SNAPSHOT_BUILD").toBoolean()) "$swoAgentVersion-SNAPSHOT" else swoAgentVersion
Expand Down
4 changes: 2 additions & 2 deletions dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ plugins {
`java-platform`
}

val otelAgentVersion = "2.10.0"
val otelSdkVersion = "1.44.1"
val otelAgentVersion = "2.11.0"
val otelSdkVersion = "1.45.0"

val mockitoVersion = "4.11.0"
val byteBuddyVersion = "1.15.10"
Expand Down

0 comments on commit 2674347

Please sign in to comment.