Skip to content

Commit 2c2bc9f

Browse files
MINOR: Bump org.apache.orc:orc-core from 2.1.1 to 2.1.2
Bumps org.apache.orc:orc-core from 2.1.1 to 2.1.2. --- updated-dependencies: - dependency-name: org.apache.orc:orc-core dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent acbc138 commit 2c2bc9f

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

0 commit comments

Comments
 (0)