Bump gradle-plugins from 1.18.0-alpha-SNAPSHOT to 1.20.0-alpha-SNAPSHOT in /examples/distro (#7077)

This commit is contained in:
dependabot[bot] 2022-11-04 18:17:41 -07:00 committed by GitHub
parent 0ee16b2ffd
commit 10b26b72c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ buildscript {
dependencies {
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.11.0"
classpath "gradle.plugin.com.github.johnrengelman:shadow:7.1.2"
classpath "io.opentelemetry.instrumentation:gradle-plugins:1.18.0-alpha-SNAPSHOT"
classpath "io.opentelemetry.instrumentation:gradle-plugins:1.20.0-alpha-SNAPSHOT"
}
}