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 b1843c2a0a fix(deps): update dependency 
com.google.protobuf:protobuf-bom to v4.33.3
b1843c2a0a is described below

commit b1843c2a0aa0bc8292cc504e2a0cea53ca373234
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Jan 12 07:01:07 2026 +0000

    fix(deps): update dependency com.google.protobuf:protobuf-bom to v4.33.3
---
 .../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 645f83a7b5..1f0cad3ee5 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.1"))
+        "errorprone"(platform("com.google.protobuf:protobuf-bom:4.33.3"))
         "errorprone"("com.google.errorprone:error_prone_core:2.44.0")
         "annotationProcessor"("com.google.guava:guava-beta-checker:1.0")
     }

Reply via email to