Skip to content

Commit 2e051e9

Browse files
MINOR: [Java] Bump org.apache.orc:orc-core from 1.9.5 to 2.0.3
Bumps org.apache.orc:orc-core from 1.9.5 to 2.0.3. --- updated-dependencies: - dependency-name: org.apache.orc:orc-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f9433d commit 2e051e9

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.5</version>
64+
<version>2.0.3</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.5</version>
133+
<version>2.0.3</version>
134134
<scope>test</scope>
135135
<exclusions>
136136
<exclusion>

0 commit comments

Comments
 (0)