File tree Expand file tree Collapse file tree
docs/python-custom-rules-example Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474
7575 <plugin >
7676 <artifactId >maven-compiler-plugin</artifactId >
77- <version >3.14.0 </version >
77+ <version >3.14.1 </version >
7878 <configuration >
7979 <source >17</source >
8080 <target >17</target >
Original file line number Diff line number Diff line change 8787
8888 <!-- versions -->
8989 <commons .io.version>2.20.0</commons .io.version>
90- <commons .lang.version>3.18 .0</commons .lang.version>
90+ <commons .lang.version>3.19 .0</commons .lang.version>
9191 <commons .text.version>1.14.0</commons .text.version>
92- <assertj-core .version>3.27.4 </assertj-core .version>
92+ <assertj-core .version>3.27.6 </assertj-core .version>
9393 <junit .version>5.13.4</junit .version>
9494 <logback .version>1.5.18</logback .version>
9595 <slf4j .version>2.0.17</slf4j .version>
9696 <maven .project.version>2.2.1</maven .project.version>
97- <mockito .version>5.19 .0</mockito .version>
97+ <mockito .version>5.20 .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
200200 <dependency >
201201 <groupId >com.google.guava</groupId >
202202 <artifactId >guava</artifactId >
203- <version >33.4.8 -jre</version >
203+ <version >33.5.0 -jre</version >
204204 </dependency >
205205 <dependency >
206206 <groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change 140140 <plugin >
141141 <groupId >org.codehaus.mojo</groupId >
142142 <artifactId >license-maven-plugin</artifactId >
143- <version >2.6 .0</version >
143+ <version >2.7 .0</version >
144144 <configuration >
145145 <errorRemedy >failFast</errorRemedy >
146146 <writeVersions >false</writeVersions >
You can’t perform that action at this time.
0 commit comments