This is an automated email from the ASF dual-hosted git repository.
apolovtsev 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 480ffe8f84 Bump jackson from 2.18.0 to 2.18.1 (#4650)
480ffe8f84 is described below
commit 480ffe8f849aab4712146bccb683c69c2a4776ec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 30 11:00:36 2024 +0200
Bump jackson from 2.18.0 to 2.18.1 (#4650)
Bumps `jackson` from 2.18.0 to 2.18.1.
Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.0 to 2.18.1
-
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.18.0...jackson-core-2.18.1)
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.0 to 2.18.1
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.0 to
2.18.1
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from
2.18.0 to 2.18.1
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: Aleksandr Polovtsev <[email protected]>
Co-authored-by: Aleksandr Polovtsev <[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 e02187f1e1..3d6b5871a0 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -22,7 +22,7 @@ bouncycastle = "1.78.1"
compileTesting = "0.21.0"
fliptables = "1.1.1"
fmpp = "0.9.16"
-jackson = "2.18.0"
+jackson = "2.18.1"
jakarta = "2.0.0"
jansi = "2.4.1"
netty = "4.1.114.Final"