Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 931718f commit 5830ce5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>python</artifactId>
<version>4.25-SNAPSHOT</version>
<version>4.25.0.19056</version>
</parent>

<artifactId>docs</artifactId>
Expand Down
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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>docs</artifactId>
<version>4.25-SNAPSHOT</version>
<version>4.25.0.19056</version>
</parent>

<artifactId>python-custom-rules-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion its/plugin/it-python-plugin-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>it-python-plugin</artifactId>
<groupId>org.sonarsource.python</groupId>
<version>4.25-SNAPSHOT</version>
<version>4.25.0.19056</version>
</parent>

<artifactId>it-python-plugin-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion its/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>python-its</artifactId>
<version>4.25-SNAPSHOT</version>
<version>4.25.0.19056</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion its/plugin/python-custom-rules-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>it-python-plugin</artifactId>
<version>4.25-SNAPSHOT</version>
<version>4.25.0.19056</version>
</parent>

<artifactId>python-custom-rules-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>python</artifactId>
<version>4.25-SNAPSHOT</version>
<version>4.25.0.19056</version>
</parent>

<artifactId>python-its</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion its/ruling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>python-its</artifactId>
<version>4.25-SNAPSHOT</version>
<version>4.25.0.19056</version>
</parent>

<artifactId>it-python-ruling</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<sonar.api.version>10.14.0.2599</sonar.api.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.11.0.79687</sonarlint-core.version>
<sonarlint-core.version>10.11.2.79730</sonarlint-core.version>
<sslr.version>1.24.0.633</sslr.version>
<protobuf.version>4.29.0</protobuf.version>
<woodstox.version>6.2.7</woodstox.version>
Expand Down
2 changes: 1 addition & 1 deletion python-checks-testkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>python</artifactId>
<groupId>org.sonarsource.python</groupId>
<version>4.25-SNAPSHOT</version>
<version>4.25.0.19056</version>
</parent>

<artifactId>python-checks-testkit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion python-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>python</artifactId>
<version>4.25-SNAPSHOT</version>
<version>4.25.0.19056</version>
</parent>

<artifactId>python-checks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion python-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>python</artifactId>
<version>4.25-SNAPSHOT</version>
<version>4.25.0.19056</version>
</parent>

<artifactId>python-frontend</artifactId>
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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>python</artifactId>
<version>4.25-SNAPSHOT</version>
<version>4.25.0.19056</version>
</parent>

<artifactId>sonar-python-plugin</artifactId>
Expand Down

0 comments on commit 5830ce5

Please sign in to comment.