Skip to content

Commit 2b9086c

Browse files
authored
chore: Update jackson and pyarrow dependency versions (#184)
1 parent 78463cd commit 2b9086c

5 files changed

Lines changed: 58 additions & 27 deletions

File tree

ice-rest-catalog/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@
9191
<groupId>org.slf4j</groupId>
9292
<artifactId>slf4j-api</artifactId>
9393
</exclusion>
94+
<exclusion>
95+
<groupId>com.fasterxml.jackson.core</groupId>
96+
<artifactId>jackson-core</artifactId>
97+
</exclusion>
98+
<exclusion>
99+
<groupId>com.fasterxml.jackson.core</groupId>
100+
<artifactId>jackson-databind</artifactId>
101+
</exclusion>
94102
</exclusions>
95103
</dependency>
96104
<dependency>

ice-rest-catalog/src/test/pyiceberg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"httpx>=0.28.1",
9-
"pyarrow>=19.0.1",
9+
"pyarrow>=23.0.1",
1010
"pyiceberg[pyarrow]>=0.11.1",
1111
]
1212

ice-rest-catalog/src/test/pyiceberg/uv.lock

Lines changed: 40 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ice/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,14 @@
133133
<groupId>org.slf4j</groupId>
134134
<artifactId>slf4j-api</artifactId>
135135
</exclusion>
136+
<exclusion>
137+
<groupId>com.fasterxml.jackson.core</groupId>
138+
<artifactId>jackson-core</artifactId>
139+
</exclusion>
140+
<exclusion>
141+
<groupId>com.fasterxml.jackson.core</groupId>
142+
<artifactId>jackson-databind</artifactId>
143+
</exclusion>
136144
</exclusions>
137145
</dependency>
138146
<!-- iceberg-gcp -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parquet.version>1.15.2</parquet.version>
2020
<aws.java.sdk.version>2.31.13</aws.java.sdk.version>
2121
<picocli.version>4.7.6</picocli.version>
22-
<jackson.version>2.18.3</jackson.version>
22+
<jackson.version>2.18.8</jackson.version>
2323
<slf4j.version>2.0.17</slf4j.version>
2424
<logback.version>1.5.18</logback.version>
2525
<prometheus.version>1.3.6</prometheus.version>

0 commit comments

Comments
 (0)