Skip to content

Commit 5506b71

Browse files
committed
Reuse Maven property commons.lang.version
1 parent 5f8f52d commit 5506b71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.apache.commons</groupId>
4242
<artifactId>commons-lang3</artifactId>
43-
<version>3.17.0</version>
43+
<version>${commons.lang.version}</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>commons-logging</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
<jsr107.api.version>1.0.1</jsr107.api.version>
556556
<commons.collections.version>4.5.0-M3</commons.collections.version>
557557
<commons.text.version>1.13.0</commons.text.version>
558-
<commons.lang.version>3.13.0</commons.lang.version>
558+
<commons.lang.version>3.17.0</commons.lang.version>
559559
<commons.log4j.version>2.24.3</commons.log4j.version>
560560

561561
<test.type>Unit</test.type>

0 commit comments

Comments
 (0)