This is an automated email from the ASF dual-hosted git repository.
zhouyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 097e8779de Bump fasterxml.version from 2.18.6 to 2.22 (#12641)
097e8779de is described below
commit 097e8779de829b81bf851eca698e1f90acbcd947
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 14 19:38:19 2026 +0100
Bump fasterxml.version from 2.18.6 to 2.22 (#12641)
Bumps `fasterxml.version` from 2.18.6 to 2.22.
Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.6 to 2.22
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.6 to 2.22
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.6 to 2.22
Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from
2.18.6 to 2.22
Updates `com.fasterxml.jackson.datatype:jackson-datatype-guava` from 2.18.6
to 2.22
Updates `com.fasterxml.jackson.module:jackson-module-scala_2.12` from
2.18.6 to 2.22
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-version: '2.22'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-version: '2.22'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: '2.22'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-version: '2.22'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-guava
dependency-version: '2.22'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.module:jackson-module-scala_2.12
dependency-version: '2.22'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 69adaaed86..c7d33eda61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
<scala.recompile.mode>all</scala.recompile.mode>
<scala.release.version>${java.version}</scala.release.version>
<!-- For unit tests -->
- <fasterxml.version>2.18.6</fasterxml.version>
+ <fasterxml.version>2.22</fasterxml.version>
<junit.version>4.13.1</junit.version>
<!-- Maven version for build/mvn wrapper script -->
<maven.version>3.9.16</maven.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]