Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
chore: bump test and example version to 1.30.1 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Sep 28, 2023
1 parent 55aea8b commit bec8c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dynatrace/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
}

def minOtelVersion = "1.14.0"
def testOtelVersion = "1.29.0"
def testOtelVersion = "1.30.1"

dependencies {
compileOnly platform("io.opentelemetry:opentelemetry-bom:${minOtelVersion}")
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
mavenCentral()
}

def otelVersion = '1.29.0'
def otelVersion = '1.30.1'

dependencies {
implementation platform("io.opentelemetry:opentelemetry-bom:${otelVersion}!!")
Expand Down

0 comments on commit bec8c07

Please sign in to comment.