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 6c6c2a6 commit be16cedCopy full SHA for be16ced
yoti-sdk-parent/pom.xml
@@ -103,7 +103,7 @@
103
<junit.version>4.13.2</junit.version>
104
<mockito.version>4.11.0</mockito.version>
105
<hamcrest.version>3.0</hamcrest.version>
106
- <commons.lang3.version>3.13.0</commons.lang3.version>
+ <commons-lang3.version>3.17.0</commons-lang3.version>
107
108
<!-- maven + plugin versions -->
109
<maven.min.version>3.8.5</maven.min.version>
@@ -220,7 +220,7 @@
220
<dependency>
221
<groupId>org.apache.commons</groupId>
222
<artifactId>commons-lang3</artifactId>
223
- <version>${commons.lang3.version}</version>
+ <version>${commons-lang3.version}</version>
224
<scope>test</scope>
225
</dependency>
226
</dependencies>
0 commit comments