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

sk0x50 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new e44c705d92d Bump com.google.protobuf:protobuf-java from 4.30.0 to 
4.30.1 (#5415)
e44c705d92d is described below

commit e44c705d92d7cbbe85b2ce1295b1f89b5e8b8bc0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 18 15:26:51 2025 +0200

    Bump com.google.protobuf:protobuf-java from 4.30.0 to 4.30.1 (#5415)
    
    Bumps 
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
 from 4.30.0 to 4.30.1.
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=gradle&previous-version=4.30.0&new-version=4.30.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 modules/sql-engine/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/sql-engine/build.gradle b/modules/sql-engine/build.gradle
index 11420956937..225e9a9f674 100644
--- a/modules/sql-engine/build.gradle
+++ b/modules/sql-engine/build.gradle
@@ -161,7 +161,7 @@ dependencies {
     testFixturesImplementation libs.awaitility
 
     constraints {
-        api('com.google.protobuf:protobuf-java:4.30.0'){
+        api('com.google.protobuf:protobuf-java:4.30.1'){
             because 'previous versions have a CVE'
         }
     }

Reply via email to