Skip to content

Commit 7636d59

Browse files
Upgrade jacoco version
1 parent 5161a90 commit 7636d59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ subprojects {
7373
}
7474

7575
jacoco {
76-
toolVersion = "0.8.7"
76+
toolVersion = "0.8.11"
7777
}
7878

7979
jacocoTestReport {

sonar-ruby-plugin/src/test/java/org/sonarsource/ruby/plugin/RubyRulesDefinitionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void owasp_security_standard() {
6767

6868
RulesDefinition.Rule rule = repository.rule("S1313");
6969
assertThat(rule).isNotNull();
70-
assertThat(rule.securityStandards()).containsExactly("owaspTop10:a3");
70+
assertThat(rule.securityStandards()).containsExactly("owaspTop10:a3", "cwe:547");
7171
}
7272

7373
private RulesDefinition.Repository getRepositoryForVersion(Version version) {

0 commit comments

Comments
 (0)