We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7e07a commit 40ddebcCopy full SHA for 40ddebc
3 files changed
.gitignore
@@ -18,3 +18,4 @@ bin/
18
*.log
19
.DS_Store
20
.idea
21
+notes.md
pom.xml
@@ -314,7 +314,7 @@
314
<plugin>
315
<groupId>org.jacoco</groupId>
316
<artifactId>jacoco-maven-plugin</artifactId>
317
- <version>0.8.4</version>
+ <version>0.8.6</version>
318
319
<executions>
320
<execution>
0 commit comments