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-jcs.git
The following commit(s) were added to refs/heads/master by this push:
new 9ad52175 Pick up version from parent
9ad52175 is described below
commit 9ad52175d896f431c19f5f00f58e6076ee78c944
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 30 11:32:29 2023 -0400
Pick up version from parent
---
commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml | 1 -
pom.xml | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml
b/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml
index 7395bb20..a825c55b 100644
--- a/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml
+++ b/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml
@@ -40,7 +40,6 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>${commons.lang.version}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
diff --git a/pom.xml b/pom.xml
index 1cb30c22..2162efe7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -585,6 +585,7 @@
<jsr107.api.version>1.0.1</jsr107.api.version>
<commons.collections.version>4.4</commons.collections.version>
<commons.text.version>1.10.0</commons.text.version>
+ <commons.lang.version>3.13.0</commons.lang.version>
<test.type>Unit</test.type>
<doclint>none</doclint>