Skip to content

Commit

Permalink
MINOR: [Java] Bump org.apache.orc:orc-core from 1.9.2 to 1.9.4 in /java
Browse files Browse the repository at this point in the history
Bumps org.apache.orc:orc-core from 1.9.2 to 1.9.4.

---
updated-dependencies:
- dependency-name: org.apache.orc:orc-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 9cafbb2 commit 80b101d
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.2</version>
<version>1.9.4</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.2</version>
<version>1.9.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 80b101d

Please sign in to comment.