This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 0155de056a Bump protobuf-java due to recent OpenTelemetry bump (#6526)
0155de056a is described below

commit 0155de056a48d1ccf85d32e7f8f217424290440f
Author: Dave Marion <[email protected]>
AuthorDate: Thu Sep 3 07:08:35 2026 -0400

    Bump protobuf-java due to recent OpenTelemetry bump (#6526)
    
    The recent OpenTelemetry version bump in #6515 requires a
    newer version of protobuf-java for ScanTracingIT.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2745b273fd..08ea7398e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,7 +325,7 @@ under the License.
       <dependency>
         <groupId>com.google.protobuf</groupId>
         <artifactId>protobuf-java</artifactId>
-        <version>4.34.1</version>
+        <version>4.35.1</version>
       </dependency>
       <dependency>
         <groupId>com.lmax</groupId>

Reply via email to