Skip to content

Update protobuf-java to 4.35.0#2982

Merged
He-Pin merged 1 commit into
apache:mainfrom
scala-steward:update/protobuf-java-4.35.0
May 20, 2026
Merged

Update protobuf-java to 4.35.0#2982
He-Pin merged 1 commit into
apache:mainfrom
scala-steward:update/protobuf-java-4.35.0

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

About this PR

📦 Updates com.google.protobuf:protobuf-java from 4.34.1 to 4.35.0

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number

The following files still refer to the old version number (4.34.1).
You might want to review and update them manually.

cluster-metrics/src/main/java/org/apache/pekko/cluster/metrics/protobuf/msg/ClusterMetricsMessages.java
cluster-sharding-typed/src/main/java/org/apache/pekko/cluster/sharding/typed/internal/protobuf/ShardingMessages.java
cluster-sharding/src/main/java/org/apache/pekko/cluster/sharding/protobuf/msg/ClusterShardingMessages.java
cluster-tools/src/main/java/org/apache/pekko/cluster/client/protobuf/msg/ClusterClientMessages.java
cluster-tools/src/main/java/org/apache/pekko/cluster/pubsub/protobuf/msg/DistributedPubSubMessages.java
cluster-typed/src/main/java/org/apache/pekko/cluster/typed/internal/protobuf/ClusterMessages.java
cluster-typed/src/main/java/org/apache/pekko/cluster/typed/internal/protobuf/ReliableDelivery.java
cluster/src/main/java/org/apache/pekko/cluster/protobuf/msg/ClusterMessages.java
distributed-data/src/main/java/org/apache/pekko/cluster/ddata/protobuf/msg/ReplicatedDataMessages.java
distributed-data/src/main/java/org/apache/pekko/cluster/ddata/protobuf/msg/ReplicatorMessages.java
docs/src/main/java/docs/ddata/protobuf/msg/TwoPhaseSetMessages.java
docs/src/main/java/docs/persistence/proto/FlightAppModels.java
multi-node-testkit/src/main/java/org/apache/pekko/remote/testconductor/TestConductorProtocol.java
persistence-typed/src/main/java/org/apache/pekko/persistence/typed/serialization/ReplicatedEventSourcing.java
persistence/src/main/java/org/apache/pekko/persistence/serialization/MessageFormats.java
remote-tests/src/test/java/org/apache/pekko/remote/artery/protobuf/TestMessages.java
remote/src/main/java/org/apache/pekko/remote/ArteryControlFormats.java
remote/src/main/java/org/apache/pekko/remote/ContainerFormats.java
remote/src/main/java/org/apache/pekko/remote/SystemMessageFormats.java
remote/src/main/java/org/apache/pekko/remote/WireFormats.java
remote/src/test/java/org/apache/pekko/remote/ProtobufProtocol.java
remote/src/test/java/org/apache/pekko/remote/protobuf/v3/ProtobufProtocolV3.java
stream/src/main/java/org/apache/pekko/stream/StreamRefMessages.java
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "com.google.protobuf", artifactId = "protobuf-java" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1

@He-Pin He-Pin merged commit 8044f69 into apache:main May 20, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants