Skip to content

Commit

Permalink
SCANCLI-171 Support empty truststore password (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju authored Feb 3, 2025
1 parent 047cd4b commit 8c9b684
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>7.1-SNAPSHOT</version>
<version>7.0.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 @@ -81,7 +81,7 @@
<dependency>
<groupId>org.sonarsource.scanner.lib</groupId>
<artifactId>sonar-scanner-java-library</artifactId>
<version>3.2.0.370</version>
<version>3.2.1.385</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 8c9b684

Please sign in to comment.