Skip to content

Commit be16ced

Browse files
committed
Bump commons-lang3 version (3.13.0 → 3.17.0)
1 parent 6c6c2a6 commit be16ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yoti-sdk-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<junit.version>4.13.2</junit.version>
104104
<mockito.version>4.11.0</mockito.version>
105105
<hamcrest.version>3.0</hamcrest.version>
106-
<commons.lang3.version>3.13.0</commons.lang3.version>
106+
<commons-lang3.version>3.17.0</commons-lang3.version>
107107

108108
<!-- maven + plugin versions -->
109109
<maven.min.version>3.8.5</maven.min.version>
@@ -220,7 +220,7 @@
220220
<dependency>
221221
<groupId>org.apache.commons</groupId>
222222
<artifactId>commons-lang3</artifactId>
223-
<version>${commons.lang3.version}</version>
223+
<version>${commons-lang3.version}</version>
224224
<scope>test</scope>
225225
</dependency>
226226
</dependencies>

0 commit comments

Comments
 (0)