Skip to content

Commit 64c5df9

Browse files
Bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.3 (#319)
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.1 to 3.25.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.25.1...v3.25.3) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15889e1 commit 64c5df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router-protobuf/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation(kotlin("reflect"))
1515

1616
implementation("org.slf4j:slf4j-api:2.0.12")
17-
api("com.google.protobuf:protobuf-java:3.25.1")
17+
api("com.google.protobuf:protobuf-java:3.25.3")
1818
api("com.google.protobuf:protobuf-java-util:3.25.3")
1919
implementation("com.google.guava:guava:33.0.0-jre")
2020
api(project(":router"))

0 commit comments

Comments
 (0)