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 e45ddce94c IGNITE-18025 Added .ref postfix to jackson-core version. 
Fixes #1281
e45ddce94c is described below

commit e45ddce94c2a4c6d2232a6746624280b591baf7d
Author: Aleksandr Pakhomov <[email protected]>
AuthorDate: Fri Nov 4 15:03:40 2022 +0200

    IGNITE-18025 Added .ref postfix to jackson-core version. Fixes #1281
    
    Signed-off-by: Slava Koptilin <[email protected]>
---
 gradle/libs.versions.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 4b1a71e58d..fff428eee6 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -136,7 +136,7 @@ picocli-annotation-processor = { module = 
"info.picocli:picocli-codegen", versio
 
 jansi-core = { module = "org.fusesource.jansi:jansi", version.ref = "jansi" }
 
-jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version = 
"jackson" }
+jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", 
version.ref = "jackson" }
 jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", 
version.ref = "jackson" }
 jackson-annotations = { module = 
"com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson" }
 

Reply via email to