Skip to content

Commit 5da6eb9

Browse files
dongjoon-hyunkou
authored andcommitted
MINOR: [Java] Bump orc-core to 1.9.5 (#44743)
### Rationale for this change This PR aims to upgrade `orc-core` to 1.9.5. ### What changes are included in this PR? To use the latest bug-fixed version in testing. - https://orc.apache.org/news/2024/11/14/ORC-1.9.5/ ### Are these changes tested? Pass the CIs. ### Are there any user-facing changes? No, this is a test dependency. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: David Li <[email protected]>
1 parent 5d124cd commit 5da6eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adapter/orc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ under the License.
6161
<dependency>
6262
<groupId>org.apache.orc</groupId>
6363
<artifactId>orc-core</artifactId>
64-
<version>1.9.4</version>
64+
<version>1.9.5</version>
6565
<scope>test</scope>
6666
<exclusions>
6767
<exclusion>

dataset/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ under the License.
130130
<dependency>
131131
<groupId>org.apache.orc</groupId>
132132
<artifactId>orc-core</artifactId>
133-
<version>1.9.4</version>
133+
<version>1.9.5</version>
134134
<scope>test</scope>
135135
<exclusions>
136136
<exclusion>

0 commit comments

Comments
 (0)