This is an automated email from the ASF dual-hosted git repository.
xuba pushed a commit to branch upgrade-jackson
in repository https://gitbox.apache.org/repos/asf/amoro-shade.git
The following commit(s) were added to refs/heads/upgrade-jackson by this push:
new c1e00c1 Upgrade Jackson version to 2.15.0 in pom.xml
c1e00c1 is described below
commit c1e00c1c7ac5aa4bb990958a88c63c1a9f38de20
Author: xuba <[email protected]>
AuthorDate: Thu Nov 27 20:46:36 2025 +0800
Upgrade Jackson version to 2.15.0 in pom.xml
---
amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml | 2 +-
.../amoro-shade-jackson-module-jsonSchema-2/pom.xml | 2 +-
amoro-shade-jackson-parent/pom.xml | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml
b/amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml
index 0c583b2..8096cad 100644
--- a/amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml
+++ b/amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml
@@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.amoro</groupId>
<artifactId>amoro-shade-jackson-parent</artifactId>
- <version>2.14.2-0.8-SNAPSHOT</version>
+ <version>2.15.0-0.9-SNAPSHOT</version>
</parent>
<artifactId>amoro-shade-jackson-2</artifactId>
diff --git
a/amoro-shade-jackson-parent/amoro-shade-jackson-module-jsonSchema-2/pom.xml
b/amoro-shade-jackson-parent/amoro-shade-jackson-module-jsonSchema-2/pom.xml
index 569ad06..74111d7 100644
--- a/amoro-shade-jackson-parent/amoro-shade-jackson-module-jsonSchema-2/pom.xml
+++ b/amoro-shade-jackson-parent/amoro-shade-jackson-module-jsonSchema-2/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.amoro</groupId>
<artifactId>amoro-shade-jackson-parent</artifactId>
- <version>2.14.2-0.8-SNAPSHOT</version>
+ <version>2.15.0-0.9-SNAPSHOT</version>
</parent>
<artifactId>amoro-shade-jackson-module-jsonSchema-2</artifactId>
diff --git a/amoro-shade-jackson-parent/pom.xml
b/amoro-shade-jackson-parent/pom.xml
index 9eca17f..0cf8e2c 100644
--- a/amoro-shade-jackson-parent/pom.xml
+++ b/amoro-shade-jackson-parent/pom.xml
@@ -24,17 +24,17 @@ under the License.
<parent>
<groupId>org.apache.amoro</groupId>
<artifactId>amoro-shade</artifactId>
- <version>0.8-SNAPSHOT</version>
+ <version>0.9-SNAPSHOT</version>
</parent>
<artifactId>amoro-shade-jackson-parent</artifactId>
<name>amoro-shade-jackson-parent</name>
- <version>2.14.2-0.8-SNAPSHOT</version>
+ <version>2.15.0-0.9-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
- <jackson.version>2.14.2</jackson.version>
+ <jackson.version>2.15.0</jackson.version>
</properties>
<modules>
<module>amoro-shade-jackson-2</module>