From 5cde235168242bd920a24ebd678235e6cf67f1b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 18:01:01 +0000 Subject: [PATCH] Bump versions.autoservice from 1.1.0 to 1.1.1 in /examples/distro Bumps `versions.autoservice` from 1.1.0 to 1.1.1. Updates `com.google.auto.service:auto-service` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/google/auto/releases) - [Commits](https://github.com/google/auto/compare/auto-value-1.1...auto-service-1.1.1) Updates `com.google.auto.service:auto-service-annotations` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/google/auto/releases) - [Commits](https://github.com/google/auto/compare/auto-value-1.1...auto-service-1.1.1) --- updated-dependencies: - dependency-name: com.google.auto.service:auto-service dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.auto.service:auto-service-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/distro/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/distro/build.gradle b/examples/distro/build.gradle index 70a50c9ffd80..5109cf57f44b 100644 --- a/examples/distro/build.gradle +++ b/examples/distro/build.gradle @@ -34,7 +34,7 @@ subprojects { opentelemetryJavaagentAlpha: "1.27.0-alpha-SNAPSHOT", bytebuddy : "1.14.5", - autoservice : "1.1.0", + autoservice : "1.1.1", junit : "5.9.3" ]