Skip to content

Commit 8ef599c

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

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
@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>org.apache.commons</groupId>
162162
<artifactId>commons-lang3</artifactId>
163-
<version>${commons.lang.version}</version>
163+
<version>${version.commons.lang}</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>org.thymeleaf</groupId>

0 commit comments

Comments
 (0)