Skip to content

Commit 6689e85

Browse files
committed
Use stable protobuf version 4.32.1
- Avoid SNAPSHOT version conflicts with protoc tool resolution - Ensure compatibility between protobuf-java and protoc versions - Both versions now align with protobuf-bom:4.32.1
1 parent b19e3a6 commit 6689e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/unsafe/build-custom-protobuf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
55
WORK_DIR="$(mktemp -d)"
6-
CUSTOM_VERSION="4.32.2-SNAPSHOT"
6+
CUSTOM_VERSION="4.32.1"
77
ORIGINAL_VERSION="4.32.1"
88

99
echo "Building protobuf-java with UNSAFE disabled..."

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ val DEPENDENCY_BOMS = listOf(
4242

4343
val DEPENDENCIES = listOf(
4444
"com.linecorp.armeria:armeria:1.33.4-SNAPSHOT",
45-
"com.google.protobuf:protobuf-java:4.32.2-SNAPSHOT",
45+
"com.google.protobuf:protobuf-java:4.32.1",
4646
"org.junit.jupiter:junit-jupiter-api:${junitVersion}",
4747
"org.junit.jupiter:junit-jupiter-params:${junitVersion}",
4848
"com.linecorp.armeria:armeria-grpc:${armeriaVersion}",

0 commit comments

Comments
 (0)