Skip to content

Commit

Permalink
MINOR: [Java] Bump orc-core to 1.9.5 (apache#44743)
Browse files Browse the repository at this point in the history
### 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]>
  • Loading branch information
dongjoon-hyun authored Nov 17, 2024
1 parent 6427ed4 commit e79f65c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/adapter/orc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ under the License.
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-core</artifactId>
<version>1.9.4</version>
<version>1.9.5</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion java/dataset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ under the License.
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-core</artifactId>
<version>1.9.4</version>
<version>1.9.5</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit e79f65c

Please sign in to comment.