scala-steward-asf[bot] opened a new pull request, #1822:
URL: https://github.com/apache/pekko/pull/1822

   ## About this PR
   📦 Updates 
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
 from `4.29.3` to `4.29.4`
   
   ## 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`](https://github.com/scala-steward-org/scala-steward/blob/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/docs/repo-specific-configuration.md)
 file.
   
   _Have a fantastic day writing Scala!_
   
   <details>
   <summary>🔍 Files still referring to the old version number</summary>
   
   The following files still refer to the old version number (4.29.3).
   You might want to review and update them manually.
   ```
   
cluster-metrics/src/main/java/org/apache/pekko/cluster/metrics/protobuf/msg/ClusterMetricsMessages.java
   
cluster-metrics/src/main/mima-filters/1.1.x.backwards.excludes/protoc4-upgrade.excludes
   
cluster-sharding-typed/src/main/java/org/apache/pekko/cluster/sharding/typed/internal/protobuf/ShardingMessages.java
   
cluster-sharding-typed/src/main/mima-filters/1.1.x.backwards.excludes/protoc4-upgrade.excludes
   
cluster-sharding/src/main/java/org/apache/pekko/cluster/sharding/protobuf/msg/ClusterShardingMessages.java
   
cluster-sharding/src/main/mima-filters/1.1.x.backwards.excludes/protoc4-upgrade.excludes
   
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-tools/src/main/mima-filters/1.1.x.backwards.excludes/protoc4-upgrade.excludes
   
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-typed/src/main/mima-filters/1.1.x.backwards.excludes/protoc4-upgrade.excludes
   
cluster/src/main/java/org/apache/pekko/cluster/protobuf/msg/ClusterMessages.java
   
cluster/src/main/mima-filters/1.1.x.backwards.excludes/protoc4-upgrade.excludes
   
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
   
distributed-data/src/main/mima-filters/1.1.x.backwards.excludes/protoc4-upgrade.excludes
   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
   
multi-node-testkit/src/main/mima-filters/1.1.x.backwards.excludes/protoc4-upgrade.excludes
   
persistence-query/src/main/java/org/apache/pekko/persistence/query/internal/protobuf/QueryMessages.java
   
persistence-query/src/main/mima-filters/1.1.x.backwards.excludes/protoc4-upgrade.excludes
   
persistence-typed/src/main/java/org/apache/pekko/persistence/typed/serialization/ReplicatedEventSourcing.java
   
persistence-typed/src/main/mima-filters/1.1.x.backwards.excludes/protoc4-upgrade.excludes
   
persistence/src/main/java/org/apache/pekko/persistence/serialization/MessageFormats.java
   
persistence/src/main/mima-filters/1.1.x.backwards.excludes/protoc4-upgrade.excludes
   
remote-tests/src/test/java/org/apache/pekko/remote/artery/protobuf/TestMessages.java
   
remote-tests/src/test/mima-filters/1.1.x.backwards.excludes/protoc4-upgrade.excludes
   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/main/mima-filters/1.1.x.backwards.excludes/protoc4-upgrade.excludes
   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
   
stream/src/main/mima-filters/1.1.x.backwards.excludes/protoc4-upgrade.excludes
   ```
   </details>
   <details>
   <summary>⚙ Adjust future updates</summary>
   
   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" }
   }]
   ```
   </details>
   
   <sup>
   labels: library-update, early-semver-patch, semver-spec-patch, 
old-version-remains, commit-count:1
   </sup>
   
   <!-- scala-steward = {
     "Update" : {
       "ForArtifactId" : {
         "crossDependency" : [
           {
             "groupId" : "com.google.protobuf",
             "artifactId" : {
               "name" : "protobuf-java",
               "maybeCrossName" : null
             },
             "version" : "4.29.3",
             "sbtVersion" : null,
             "scalaVersion" : null,
             "configurations" : "optional;provided"
           },
           {
             "groupId" : "com.google.protobuf",
             "artifactId" : {
               "name" : "protobuf-java",
               "maybeCrossName" : null
             },
             "version" : "4.29.3",
             "sbtVersion" : null,
             "scalaVersion" : null,
             "configurations" : "test"
           }
         ],
         "newerVersions" : [
           "4.29.4"
         ],
         "newerGroupId" : null,
         "newerArtifactId" : null
       }
     },
     "Labels" : [
       "library-update",
       "early-semver-patch",
       "semver-spec-patch",
       "old-version-remains",
       "commit-count:1"
     ]
   } -->


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to