From 2823c5131f698cc419377c5170666cf6ab7fe22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:56:46 +0000 Subject: [PATCH] chore(deps): bump protobuf from 3.25.3 to 4.27.2 Bumps `protobuf` from 3.25.3 to 4.27.2. Updates `com.google.protobuf:protobuf-java-util` from 3.25.3 to 4.27.2 Updates `com.google.protobuf:protobuf-kotlin` from 3.25.3 to 4.27.2 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-kotlin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 046bdb8e..5eb7dc3a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -114,7 +114,7 @@ os-oshi = "6.6.1" os-jfa = "1.2.0" otp = "2.0.3" password4j = "1.8.2" -protobuf = "3.25.3" +protobuf = "4.27.2" profiler-ap-loader = "2.9-2-macos" reflect-classgraph = "4.8.174" reflect-typeparamresolver = "1.0.2"