Skip to content

Commit 8e230a6

Browse files
renovate[bot]sonartech
authored andcommitted
Update all non-major dependencies (#672)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> GitOrigin-RevId: 7a013b5b756bfc434de92ca7736265ca81de62ec
1 parent c5ff601 commit 8e230a6

4 files changed

Lines changed: 14 additions & 14 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.1</version>
77+
<version>3.15.0</version>
7878
<configuration>
7979
<source>17</source>
8080
<target>17</target>

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@
8888
<!-- versions -->
8989
<commons.io.version>2.21.0</commons.io.version>
9090
<commons.lang.version>3.20.0</commons.lang.version>
91-
<commons.text.version>1.14.0</commons.text.version>
92-
<assertj-core.version>3.27.6</assertj-core.version>
93-
<junit.version>6.0.1</junit.version>
94-
<logback.version>1.5.21</logback.version>
91+
<commons.text.version>1.15.0</commons.text.version>
92+
<assertj-core.version>3.27.7</assertj-core.version>
93+
<junit.version>6.0.2</junit.version>
94+
<logback.version>1.5.27</logback.version>
9595
<slf4j.version>2.0.17</slf4j.version>
9696
<maven.project.version>2.2.1</maven.project.version>
97-
<mockito.version>5.20.0</mockito.version>
97+
<mockito.version>5.21.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
@@ -103,16 +103,16 @@
103103
<sonar.version>25.7.0.110598</sonar.version>
104104
<sonar.api.version>13.0.0.3026</sonar.api.version>
105105
<sonar.orchestrator.version>5.6.2.2625</sonar.orchestrator.version>
106-
<sonar-analyzer-commons.version>2.20.0.4607</sonar-analyzer-commons.version>
106+
<sonar-analyzer-commons.version>2.21.0.4626</sonar-analyzer-commons.version>
107107
<sonar.sca.exclusions>
108108
its/**,private/its-enterprise/**,python-frontend/typeshed_serializer/**,**/test/resources/**
109109
</sonar.sca.exclusions>
110110
<sonarlint-core.version>10.13.0.79996</sonarlint-core.version>
111-
<sslr.version>1.24.0.633</sslr.version>
111+
<sslr.version>1.25.1.3886</sslr.version>
112112
<protobuf.version>4.29.0</protobuf.version>
113113
<woodstox.version>6.2.7</woodstox.version>
114114
<gson.version>2.13.2</gson.version>
115-
<jackson.version>2.20.1</jackson.version>
115+
<jackson.version>2.21.0</jackson.version>
116116

117117
<!-- Advertise minimal required JRE version -->
118118
<jre.min.version>11</jre.min.version>
@@ -255,7 +255,7 @@
255255
<dependency>
256256
<groupId>org.junit.platform</groupId>
257257
<artifactId>junit-platform-suite-engine</artifactId>
258-
<version>6.0.1</version>
258+
<version>6.0.2</version>
259259
<scope>test</scope>
260260
</dependency>
261261
<dependency>

python-frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>org.codehaus.mojo</groupId>
174174
<artifactId>exec-maven-plugin</artifactId>
175-
<version>3.6.2</version>
175+
<version>3.6.3</version>
176176
<configuration>
177177
<workingDirectory>typeshed_serializer</workingDirectory>
178178
</configuration>

sonar-python-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
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.7.0</version>
143+
<version>2.7.1</version>
144144
<configuration>
145145
<errorRemedy>failFast</errorRemedy>
146146
<writeVersions>false</writeVersions>
@@ -195,7 +195,7 @@
195195

196196
<plugin>
197197
<artifactId>maven-resources-plugin</artifactId>
198-
<version>3.3.1</version>
198+
<version>3.4.0</version>
199199
<executions>
200200
<execution>
201201
<id>copy-main-license</id>
@@ -221,7 +221,7 @@
221221
<plugin>
222222
<groupId>org.codehaus.mojo</groupId>
223223
<artifactId>exec-maven-plugin</artifactId>
224-
<version>3.6.2</version>
224+
<version>3.6.3</version>
225225
<executions>
226226
<execution>
227227
<id>validate-license-files</id>

0 commit comments

Comments
 (0)