Skip to content

Commit ee1b7a1

Browse files
renovate[bot]sonartech
authored andcommitted
Update all non-major dependencies (#253)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> GitOrigin-RevId: 82e7770e45105f13845ed9f0b64b169de3cfbc7a
1 parent a57149b commit ee1b7a1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@
9292
<logback.version>1.5.18</logback.version>
9393
<slf4j.version>2.0.17</slf4j.version>
9494
<maven.project.version>2.2.1</maven.project.version>
95-
<mockito.version>5.17.0</mockito.version>
95+
<mockito.version>5.18.0</mockito.version>
9696
<!--
9797
sonar-plugin-api should be compatible with SQ peach. You can see which version SQ is using
9898
at SonarSource/sonarqube/gradle.properties
9999
-->
100100
<sonar.version>24.12.0.100206</sonar.version>
101101
<sonar.api.version>10.14.0.2599</sonar.api.version>
102-
<sonar.orchestrator.version>5.6.1.2597</sonar.orchestrator.version>
103-
<sonar-analyzer-commons.version>2.17.0.3322</sonar-analyzer-commons.version>
102+
<sonar.orchestrator.version>5.6.2.2625</sonar.orchestrator.version>
103+
<sonar-analyzer-commons.version>2.18.0.3393</sonar-analyzer-commons.version>
104104
<sonarlint-core.version>10.13.0.79996</sonarlint-core.version>
105105
<sslr.version>1.24.0.633</sslr.version>
106106
<protobuf.version>4.29.0</protobuf.version>

python-frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<plugin>
172172
<groupId>org.codehaus.mojo</groupId>
173173
<artifactId>exec-maven-plugin</artifactId>
174-
<version>3.5.0</version>
174+
<version>3.5.1</version>
175175
<configuration>
176176
<workingDirectory>typeshed_serializer</workingDirectory>
177177
</configuration>

0 commit comments

Comments
 (0)