Skip to content

Commit bd26043

Browse files
MINOR: [Java] Bump org.apache.orc:orc-core from 1.9.5 to 2.0.3 (apache#33)
Bumps org.apache.orc:orc-core from 1.9.5 to 2.0.3. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3321b8 commit bd26043

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)