Skip to content

Commit

Permalink
SLCORE-459 Use released version of IaC plugin in ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Apr 18, 2023
1 parent c828f97 commit 80bfd4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion its/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<artifactItem>
<groupId>org.sonarsource.iac</groupId>
<artifactId>sonar-iac-plugin</artifactId>
<version>1.14.0.3594</version>
<version>1.16.0.3845</version>
<type>jar</type>
</artifactItem>
</artifactItems>
Expand Down
2 changes: 1 addition & 1 deletion its/tests/src/test/java/its/utils/PluginLocator.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static Path getGoPluginPath() {
return getPluginPath("sonar-go-plugin-1.12.0.4259.jar");
}
public static Path getIacPluginPath() {
return getPluginPath("sonar-iac-plugin-1.14.0.3594.jar");
return getPluginPath("sonar-iac-plugin-1.16.0.3845.jar");
}

private static Path getPluginPath(String file) {
Expand Down

0 comments on commit 80bfd4e

Please sign in to comment.