Skip to content

Commit 0191f0d

Browse files
Update all non-major dependencies (#2182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6009c7 commit 0191f0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.7.0</version>
77+
<version>3.13.0</version>
7878
<configuration>
7979
<source>17</source>
8080
<target>17</target>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
-->
9999
<sonar.version>10.7.0.96327</sonar.version>
100100
<sonar.api.version>10.14.0.2599</sonar.api.version>
101-
<sonar.orchestrator.version>5.0.0.2065</sonar.orchestrator.version>
101+
<sonar.orchestrator.version>5.1.0.2254</sonar.orchestrator.version>
102102
<sonar-analyzer-commons.version>2.16.0.3141</sonar-analyzer-commons.version>
103103
<sonarlint-core.version>10.10.0.79572</sonarlint-core.version>
104104
<sslr.version>1.24.0.633</sslr.version>

sonar-python-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>com.fasterxml.jackson.core</groupId>
110110
<artifactId>jackson-databind</artifactId>
111-
<version>2.18.1</version>
111+
<version>2.18.2</version>
112112
</dependency>
113113
</dependencies>
114114

0 commit comments

Comments
 (0)