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

commit 90df2c50a70ba1c0b1a502c0763325c2ad94f36d
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Dec 1 05:43:43 2025 +0000

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

Reply via email to