This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.9 by this push:
new 5c19a0fed Revert "ORC-1467: Upgrade `commons-lang3` to 3.13.0"
5c19a0fed is described below
commit 5c19a0fed2eed00b4c82d4ce437b58e2e6899089
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Aug 10 19:48:58 2023 -0700
Revert "ORC-1467: Upgrade `commons-lang3` to 3.13.0"
This reverts commit 31584dcd86c8a8a8d5f3da957f88c0b6cfec92d1.
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index d99b4936a..be5684eab 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -142,7 +142,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.12.0</version>
</dependency>
<dependency>
<groupId>io.airlift</groupId>