From 9ef144c306a165eb1f7f32290601d3d24cf4a46c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:35:42 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.2 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.1 to 3.25.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.25.1...v3.25.2) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0477b29..8cb0b69 100644 --- a/build.gradle +++ b/build.gradle @@ -20,8 +20,8 @@ repositories { dependencies { compileOnly "io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT" - compileOnly "com.google.protobuf:protobuf-java:3.25.1" - compileOnly "com.google.protobuf:protobuf-java-util:3.25.1" + compileOnly "com.google.protobuf:protobuf-java:3.25.2" + compileOnly "com.google.protobuf:protobuf-java-util:3.25.2" compileOnly "net.kyori:adventure-text-serializer-ansi:4.15.0" }