diff --git a/other-examples/java/build.gradle b/other-examples/java/build.gradle index 4d07b7ab..c28a4a2d 100644 --- a/other-examples/java/build.gradle +++ b/other-examples/java/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.diffplug.spotless' apply false } -def otelInstrumentationVersion = "2.6.0-alpha"; +def otelInstrumentationVersion = "2.7.0-alpha"; subprojects { pluginManager.withPlugin('java') {