Skip to content

Commit 640d858

Browse files
renovate[bot]sonartech
authored andcommitted
Update all non-major dependencies (#540)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> GitOrigin-RevId: 4af9e7ac96ac7f6cea89338515172b08fe4fdab6
1 parent 38b5e8c commit 640d858

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
<commons.lang.version>3.19.0</commons.lang.version>
9191
<commons.text.version>1.14.0</commons.text.version>
9292
<assertj-core.version>3.27.6</assertj-core.version>
93-
<junit.version>5.13.4</junit.version>
94-
<logback.version>1.5.18</logback.version>
93+
<junit.version>5.14.0</junit.version>
94+
<logback.version>1.5.19</logback.version>
9595
<slf4j.version>2.0.17</slf4j.version>
9696
<maven.project.version>2.2.1</maven.project.version>
9797
<mockito.version>5.20.0</mockito.version>
@@ -252,7 +252,7 @@
252252
<dependency>
253253
<groupId>org.junit.platform</groupId>
254254
<artifactId>junit-platform-suite-engine</artifactId>
255-
<version>1.13.4</version>
255+
<version>1.14.0</version>
256256
<scope>test</scope>
257257
</dependency>
258258
<dependency>

python-frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>org.codehaus.mojo</groupId>
174174
<artifactId>exec-maven-plugin</artifactId>
175-
<version>3.5.1</version>
175+
<version>3.6.1</version>
176176
<configuration>
177177
<workingDirectory>typeshed_serializer</workingDirectory>
178178
</configuration>

sonar-python-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<plugin>
222222
<groupId>org.codehaus.mojo</groupId>
223223
<artifactId>exec-maven-plugin</artifactId>
224-
<version>3.5.1</version>
224+
<version>3.6.1</version>
225225
<executions>
226226
<execution>
227227
<id>validate-license-files</id>

0 commit comments

Comments
 (0)