Skip to content

Commit c3c7d16

Browse files
committed
SCANCLI-158 Update scanner library to improve SSL configuration
1 parent f083268 commit c3c7d16

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>6.3-SNAPSHOT</version>
13+
<version>6.2.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>
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>org.sonarsource.scanner.lib</groupId>
8282
<artifactId>sonar-scanner-java-library</artifactId>
83-
<version>3.1.1.250</version>
83+
<version>3.1.1.261</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)