We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8f52d commit 5506b71Copy full SHA for 5506b71
commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml
@@ -40,7 +40,7 @@
40
<dependency>
41
<groupId>org.apache.commons</groupId>
42
<artifactId>commons-lang3</artifactId>
43
- <version>3.17.0</version>
+ <version>${commons.lang.version}</version>
44
</dependency>
45
46
<groupId>commons-logging</groupId>
pom.xml
@@ -555,7 +555,7 @@
555
<jsr107.api.version>1.0.1</jsr107.api.version>
556
<commons.collections.version>4.5.0-M3</commons.collections.version>
557
<commons.text.version>1.13.0</commons.text.version>
558
- <commons.lang.version>3.13.0</commons.lang.version>
+ <commons.lang.version>3.17.0</commons.lang.version>
559
<commons.log4j.version>2.24.3</commons.log4j.version>
560
561
<test.type>Unit</test.type>
0 commit comments