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

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new cfdc1b35e7 fix(deps): update dependency 
com.google.protobuf:protobuf-bom to v4.33.5
cfdc1b35e7 is described below

commit cfdc1b35e7c3a5d10eaf5220b975f5c908f47826
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Feb 9 00:38:56 2026 +0000

    fix(deps): update dependency com.google.protobuf:protobuf-bom to v4.33.5
---
 .../verification/src/main/kotlin/build-logic.errorprone.gradle.kts      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/build-logic/verification/src/main/kotlin/build-logic.errorprone.gradle.kts 
b/build-logic/verification/src/main/kotlin/build-logic.errorprone.gradle.kts
index 1f0cad3ee5..3ee4253d0a 100644
--- a/build-logic/verification/src/main/kotlin/build-logic.errorprone.gradle.kts
+++ b/build-logic/verification/src/main/kotlin/build-logic.errorprone.gradle.kts
@@ -29,7 +29,7 @@ if (buildParameters.enableErrorprone) {
     apply(plugin = "net.ltgt.errorprone")
 
     dependencies {
-        "errorprone"(platform("com.google.protobuf:protobuf-bom:4.33.3"))
+        "errorprone"(platform("com.google.protobuf:protobuf-bom:4.33.5"))
         "errorprone"("com.google.errorprone:error_prone_core:2.44.0")
         "annotationProcessor"("com.google.guava:guava-beta-checker:1.0")
     }

Reply via email to