This is an automated email from the ASF dual-hosted git repository.
ptupitsyn 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 7ae9ab763e Bump jackson from 2.17.0 to 2.17.1 (#3706)
7ae9ab763e is described below
commit 7ae9ab763e57a47d139a2ee7a8fbdb72cd76987c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 20 14:52:49 2024 +0300
Bump jackson from 2.17.0 to 2.17.1 (#3706)
Bumps `jackson` from 2.17.0 to 2.17.1.
Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.0 to 2.17.1
-
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.17.0...jackson-core-2.17.1)
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.17.1
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.0 to
2.17.1
- [Commits](https://github.com/FasterXML/jackson/commits)
---
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
...
Signed-off-by: Pavel Tupitsyn <[email protected]>
Co-authored-by: Pavel Tupitsyn <[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 2f8f4c8485..a3a5ce56bc 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.17.0"
+jackson = "2.17.1"
jakarta = "2.0.0"
jansi = "2.4.1"
netty = "4.1.109.Final"