Skip to content

Commit a9de61a

Browse files
committed
Fix commons-lang3 property version
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent 2343997 commit a9de61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<dependency>
162162
<groupId>org.apache.commons</groupId>
163163
<artifactId>commons-lang3</artifactId>
164-
<version>${commons.lang.version}</version>
164+
<version>${version.commons.lang}</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>org.thymeleaf</groupId>

0 commit comments

Comments
 (0)