Skip to content

Commit 36f9b04

Browse files
MINOR: Bump org.apache.orc:orc-core from 2.0.3 to 2.1.0 (#540)
Bumps org.apache.orc:orc-core from 2.0.3 to 2.1.0. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1fc2c0 commit 36f9b04

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

0 commit comments

Comments
 (0)