Skip to content

Commit

Permalink
Update all non-major dependencies (#2182)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent f6009c7 commit 0191f0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/python-custom-rules-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.13.0</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
-->
<sonar.version>10.7.0.96327</sonar.version>
<sonar.api.version>10.14.0.2599</sonar.api.version>
<sonar.orchestrator.version>5.0.0.2065</sonar.orchestrator.version>
<sonar.orchestrator.version>5.1.0.2254</sonar.orchestrator.version>
<sonar-analyzer-commons.version>2.16.0.3141</sonar-analyzer-commons.version>
<sonarlint-core.version>10.10.0.79572</sonarlint-core.version>
<sslr.version>1.24.0.633</sslr.version>
Expand Down
2 changes: 1 addition & 1 deletion sonar-python-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 0191f0d

Please sign in to comment.