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

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


The following commit(s) were added to refs/heads/master by this push:
     new 30384eac6 Bump dropwizardMetricsVersion from 4.2.25 to 4.2.26 (#4985)
30384eac6 is described below

commit 30384eac68f1c310736ac7703b519e032042670f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 10 20:16:46 2024 +0800

    Bump dropwizardMetricsVersion from 4.2.25 to 4.2.26 (#4985)
    
    * Bump dropwizardMetricsVersion from 4.2.25 to 4.2.26
    
    Bumps `dropwizardMetricsVersion` from 4.2.25 to 4.2.26.
    
    Updates `io.dropwizard.metrics:metrics-core` from 4.2.25 to 4.2.26
    
    Updates `io.dropwizard.metrics:metrics-healthchecks` from 4.2.25 to 4.2.26
    
    Updates `io.dropwizard.metrics:metrics-annotation` from 4.2.25 to 4.2.26
    
    Updates `io.dropwizard.metrics:metrics-json` from 4.2.25 to 4.2.26
    
    ---
    updated-dependencies:
    - dependency-name: io.dropwizard.metrics:metrics-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.dropwizard.metrics:metrics-healthchecks
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.dropwizard.metrics:metrics-annotation
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.dropwizard.metrics:metrics-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * upgrade guava major version by the way
    
    * upgrade cloudeventsVersion major version by the way
    
    * upgrade mockitoVersion major version by the way
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pil0tXia <[email protected]>
---
 build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index ea56b25ba..4a0ec810e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -653,11 +653,11 @@ subprojects {
     def grpcVersion = '1.64.0'
     def log4jVersion = '2.23.1'
     def jacksonVersion = '2.17.1'
-    def dropwizardMetricsVersion = '4.2.25'
+    def dropwizardMetricsVersion = '4.2.26'
     def opentelemetryVersion = '1.36.0'
-    def cloudeventsVersion = '2.5.0'
+    def cloudeventsVersion = '3.0.0'
     def curatorVersion = '5.6.0'
-    def mockitoVersion = '3.12.4'
+    def mockitoVersion = '4.11.0'
 
     dependencyManagement {
         dependencies {
@@ -666,7 +666,7 @@ subprojects {
             dependency "org.apache.commons:commons-text:1.12.0"
             dependency "commons-io:commons-io:2.16.1"
             dependency "commons-validator:commons-validator:1.9.0"
-            dependency "com.google.guava:guava:31.1-jre"
+            dependency "com.google.guava:guava:33.2.1-jre"
 
             dependency "org.slf4j:slf4j-api:2.0.13"
             dependency "org.apache.logging.log4j:log4j-api:${log4jVersion}"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to