Skip to content

Commit 1728919

Browse files
SONARJAVA-5692 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 in /java-checks-test-sources/default (#5255)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alban Auzeill <alban.auzeill@sonarsource.com>
1 parent c7463f6 commit 1728919

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
<dependency>
508508
<groupId>org.apache.commons</groupId>
509509
<artifactId>commons-lang3</artifactId>
510-
<version>3.17.0</version>
510+
<version>3.18.0</version>
511511
<type>jar</type>
512512
<scope>provided</scope>
513513
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dependency>
276276
<groupId>org.apache.commons</groupId>
277277
<artifactId>commons-lang3</artifactId>
278-
<version>3.17.0</version>
278+
<version>3.18.0</version>
279279
</dependency>
280280
<dependency>
281281
<groupId>org.springframework</groupId>

sonar-java-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<configuration>
173173
<rules>
174174
<requireFilesSize>
175-
<maxsize>20000000</maxsize>
175+
<maxsize>20200000</maxsize>
176176
<minsize>18500000</minsize>
177177
<files>
178178
<file>${project.build.directory}/${project.build.finalName}.jar</file>

0 commit comments

Comments
 (0)