Skip to content

Commit

Permalink
Bump dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianAmbrosini committed Nov 21, 2024
1 parent 17afabe commit c35e8e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<maven.compiler.release>17</maven.compiler.release>
<junit.version>5.10.2</junit.version>
<junit.version>5.11.3</junit.version>
<jetty.version>11.0.24</jetty.version>
<testInclude>**/*</testInclude>
</properties>
Expand All @@ -44,19 +44,19 @@
<dependency>
<groupId>org.sonarsource.orchestrator</groupId>
<artifactId>sonar-orchestrator-junit5</artifactId>
<version>4.6.0.1748</version>
<version>5.0.0.2065</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-ws</artifactId>
<version>10.1.0.73491</version>
<version>10.7.0.96327</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.3</version>
<version>3.26.3</version>
<scope>test</scope>
</dependency>
<!-- SSL tests -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
<version>72.0.0.1405</version>
<version>80.0.0.2205</version>
</parent>

<groupId>org.sonarsource.scanner.msbuild</groupId>
Expand Down

0 comments on commit c35e8e4

Please sign in to comment.