Skip to content

Commit

Permalink
Update to OTel Java 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Jan 31, 2022
1 parent 90f34d4 commit e97ec74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ spotless {
}

dependencies {
compileOnly(platform("io.opentelemetry:opentelemetry-bom:1.10.0"))
compileOnly(platform("io.opentelemetry:opentelemetry-bom-alpha:1.10.0-alpha"))
compileOnly(platform("io.opentelemetry:opentelemetry-bom:1.10.1"))
compileOnly(platform("io.opentelemetry:opentelemetry-bom-alpha:1.10.1-alpha"))
// Already included in wrapper so compileOnly
compileOnly("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi")
compileOnly("io.opentelemetry:opentelemetry-sdk-extension-aws")
Expand Down
2 changes: 1 addition & 1 deletion java/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cp ./build/libs/aws-otel-lambda-java-extensions.jar ../opentelemetry-lambda/java
cd ../opentelemetry-lambda/java || exit

# Build the OTel Lambda Java folder which has ADOT Lambda Java configured code
OTEL_VERSION=1.10.0
OTEL_VERSION=1.10.1
./gradlew build -Potel.lambda.javaagent.dependency=software.amazon.opentelemetry:aws-opentelemetry-agent:$OTEL_VERSION

# Combine Java Agent build and ADOT Collector
Expand Down

0 comments on commit e97ec74

Please sign in to comment.