Skip to content

Commit 4e25666

Browse files
SONARJAVA-5732 Upgrade commons-lang3 to 3.18.0
Both main code and test sources have been updated in order to avoid inconsistencies in autoscan mode.
1 parent 682c8e8 commit 4e25666

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

java-checks-test-sources/default/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502
<dependency>
503503
<groupId>org.apache.commons</groupId>
504504
<artifactId>commons-lang3</artifactId>
505-
<version>3.17.0</version>
505+
<version>3.18.0</version>
506506
<type>jar</type>
507507
<scope>provided</scope>
508508
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
<dependency>
272272
<groupId>org.apache.commons</groupId>
273273
<artifactId>commons-lang3</artifactId>
274-
<version>3.17.0</version>
274+
<version>3.18.0</version>
275275
</dependency>
276276
<dependency>
277277
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)