This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 53c93d0 Revert "Bump commons-lang3 from 3.8 to 3.11 (#51)"
53c93d0 is described below
commit 53c93d0ffccb65d182306c74d1230ce814889dc1
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 18 12:30:54 2020 -0400
Revert "Bump commons-lang3 from 3.8 to 3.11 (#51)"
This reverts commit 8dd444556bc22178b499710cde8cea202068ae6e.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 434a593..2247f88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@ limitations under the License.
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<!-- 3.9+ needs Java8 -->
- <version>3.11</version>
+ <version>3.8</version>
<scope>test</scope>
</dependency>
</dependencies>