File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ private void test_grammar_parsable(String resource) throws XMLStreamException {
47
47
48
48
@ Test
49
49
void test_grammars () throws XMLStreamException {
50
- assertDoesNotThrow (() -> test_grammar_parsable ("org/elegoff/plugins/communityRust /cobertura/dtd-test.xml" ));
51
- assertDoesNotThrow (() -> test_grammar_parsable ("org/elegoff/plugins/communityRust /cobertura/xsd-test.xml" ));
52
- assertDoesNotThrow (() -> test_grammar_parsable ("org/elegoff/plugins/communityRust /cobertura/xsd-test-with-entity.xml" ));
50
+ assertDoesNotThrow (() -> test_grammar_parsable ("org/elegoff/plugins/communityrust /cobertura/dtd-test.xml" ));
51
+ assertDoesNotThrow (() -> test_grammar_parsable ("org/elegoff/plugins/communityrust /cobertura/xsd-test.xml" ));
52
+ assertDoesNotThrow (() -> test_grammar_parsable ("org/elegoff/plugins/communityrust /cobertura/xsd-test-with-entity.xml" ));
53
53
}
54
54
55
55
private static StaxParser .XmlStreamHandler getTestHandler () {
Original file line number Diff line number Diff line change 62
62
<properties >
63
63
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
64
64
<sonar .version>9.9.1.69595</sonar .version>
65
- <sonar .plugin.api.version>10.4 .0.2064 </sonar .plugin.api.version>
65
+ <sonar .plugin.api.version>10.5 .0.2090 </sonar .plugin.api.version>
66
66
67
67
68
68
<!-- Advertise minimal required JRE version -->
87
87
<commons .io.version>2.15.1</commons .io.version>
88
88
<commons .lang.version>2.6</commons .lang.version>
89
89
<junit .version>5.9.3</junit .version>
90
- <sonar-analyzer-commons .version>2.7 .0.1482 </sonar-analyzer-commons .version>
90
+ <sonar-analyzer-commons .version>2.8 .0.2699 </sonar-analyzer-commons .version>
91
91
<sonar .orchestrator.version>4.0.0.404</sonar .orchestrator.version>
92
92
<woodstox .version>6.2.7</woodstox .version>
93
93
You can’t perform that action at this time.
0 commit comments