Skip to content

Commit 4590538

Browse files
panbingkundongjoon-hyun
authored andcommitted
[SPARK-49682][BUILD] Upgrade joda-time to 2.13.0
### What changes were proposed in this pull request? The pr aims to upgrade joda-time from `2.12.7` to `2.13.0`. ### Why are the changes needed? The version `DateTimeZone` data updated to version `2024bgtz`. The full release notes: https://www.joda.org/joda-time/changes-report.html#a2.13.0 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#48130 from panbingkun/SPARK-49682. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent fd8e99b commit 4590538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jjwt-api/0.12.6//jjwt-api-0.12.6.jar
146146
jline/2.14.6//jline-2.14.6.jar
147147
jline/3.25.1//jline-3.25.1.jar
148148
jna/5.14.0//jna-5.14.0.jar
149-
joda-time/2.12.7//joda-time-2.12.7.jar
149+
joda-time/2.13.0//joda-time-2.13.0.jar
150150
jodd-core/3.5.2//jodd-core-3.5.2.jar
151151
jpam/1.1//jpam-1.1.jar
152152
json/1.8//json-1.8.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
<gson.version>2.11.0</gson.version>
200200
<janino.version>3.1.9</janino.version>
201201
<jersey.version>3.0.12</jersey.version>
202-
<joda.version>2.12.7</joda.version>
202+
<joda.version>2.13.0</joda.version>
203203
<jodd.version>3.5.2</jodd.version>
204204
<jsr305.version>3.0.0</jsr305.version>
205205
<jaxb.version>2.2.11</jaxb.version>

0 commit comments

Comments
 (0)