Skip to content

Commit 303c70f

Browse files
renovate[bot]sonartech
authored andcommitted
Update all non-major dependencies (#506)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> GitOrigin-RevId: 38aa31ce23cf7ad1d561f5e94d16fc9603c38b9a
1 parent 9d481d3 commit 303c70f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/python-custom-rules-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
<plugin>
7676
<artifactId>maven-compiler-plugin</artifactId>
77-
<version>3.14.0</version>
77+
<version>3.14.1</version>
7878
<configuration>
7979
<source>17</source>
8080
<target>17</target>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@
8787

8888
<!-- versions -->
8989
<commons.io.version>2.20.0</commons.io.version>
90-
<commons.lang.version>3.18.0</commons.lang.version>
90+
<commons.lang.version>3.19.0</commons.lang.version>
9191
<commons.text.version>1.14.0</commons.text.version>
92-
<assertj-core.version>3.27.4</assertj-core.version>
92+
<assertj-core.version>3.27.6</assertj-core.version>
9393
<junit.version>5.13.4</junit.version>
9494
<logback.version>1.5.18</logback.version>
9595
<slf4j.version>2.0.17</slf4j.version>
9696
<maven.project.version>2.2.1</maven.project.version>
97-
<mockito.version>5.19.0</mockito.version>
97+
<mockito.version>5.20.0</mockito.version>
9898
<!--
9999
sonar-plugin-api should be compatible with SQ peach. You can see which version SQ is using
100100
at SonarSource/sonarqube/gradle.properties
@@ -200,7 +200,7 @@
200200
<dependency>
201201
<groupId>com.google.guava</groupId>
202202
<artifactId>guava</artifactId>
203-
<version>33.4.8-jre</version>
203+
<version>33.5.0-jre</version>
204204
</dependency>
205205
<dependency>
206206
<groupId>com.fasterxml.jackson.core</groupId>

sonar-python-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.codehaus.mojo</groupId>
142142
<artifactId>license-maven-plugin</artifactId>
143-
<version>2.6.0</version>
143+
<version>2.7.0</version>
144144
<configuration>
145145
<errorRemedy>failFast</errorRemedy>
146146
<writeVersions>false</writeVersions>

0 commit comments

Comments
 (0)