Skip to content

Commit

Permalink
SCANCLI-158 Update scanner library to improve SSL configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Oct 1, 2024
1 parent f083268 commit c3c7d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.sonarsource.scanner.cli</groupId>
<artifactId>sonar-scanner-cli</artifactId>
<version>6.3-SNAPSHOT</version>
<version>6.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>SonarScanner CLI</name>
<url>https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/scanners/sonarscanner/</url>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.sonarsource.scanner.lib</groupId>
<artifactId>sonar-scanner-java-library</artifactId>
<version>3.1.1.250</version>
<version>3.1.1.261</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit c3c7d16

Please sign in to comment.