Skip to content

Commit e308782

Browse files
chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.15 (#662)
* chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.15 * refactor: fix Sonar issues --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Giannin <puzzle@giannin.ch>
1 parent f32cb55 commit e308782

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<plugin>
212212
<groupId>org.jacoco</groupId>
213213
<artifactId>jacoco-maven-plugin</artifactId>
214-
<version>0.8.14</version>
214+
<version>0.8.15</version>
215215
<configuration>
216216
<excludes>
217217
<exclude>ch/puzzle/pcts/model/**</exclude>

backend/src/test/java/ch/puzzle/pcts/service/validation/ExperienceValidationServiceTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ void shouldThrowExceptionWhenEndDateIsBeforeStartDate() {
182182
assertThrows(PCTSException.class, () -> service.validateOnCreate(experience)));
183183

184184
exceptions
185-
.stream()
186185
.forEach(exception -> assertEquals(List
187186
.of(Map
188187
.of(FieldKey.ENTITY,

0 commit comments

Comments
 (0)