Skip to content

Commit 8c9b684

Browse files
authored
SCANCLI-171 Support empty truststore password (#213)
1 parent 047cd4b commit 8c9b684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.sonarsource.scanner.cli</groupId>
1212
<artifactId>sonar-scanner-cli</artifactId>
13-
<version>7.1-SNAPSHOT</version>
13+
<version>7.0.1-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515
<name>SonarScanner CLI</name>
1616
<url>https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/scanners/sonarscanner/</url>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>org.sonarsource.scanner.lib</groupId>
8383
<artifactId>sonar-scanner-java-library</artifactId>
84-
<version>3.2.0.370</version>
84+
<version>3.2.1.385</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)