Skip to content

Commit

Permalink
! bump dependencies/maven plugins version
Browse files Browse the repository at this point in the history
Merge pull request #204 #209

Bump spotbugs-annotations from 4.1.2 to 4.1.3
Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](spotbugs/spotbugs@4.1.2...4.1.3)

Bump jacoco-maven-plugin from 0.8.5 to 0.8.6
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.5 to 0.8.6.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.5...v0.8.6)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Sep 30, 2020
1 parent a8d533e commit 06ec7da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.1.2</version>
<version>4.1.3</version>
<optional>true</optional>
</dependency>
<!--
Expand Down Expand Up @@ -618,7 +618,7 @@
<!-- plugin docs: http://eclemma.org/jacoco/trunk/doc/ -->
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<version>0.8.6</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions pom4ide.xml
Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.1.2</version>
<version>4.1.3</version>
<optional>true</optional>
</dependency>
<!--
Expand Down Expand Up @@ -618,7 +618,7 @@
<!-- plugin docs: http://eclemma.org/jacoco/trunk/doc/ -->
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<version>0.8.6</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 06ec7da

Please sign in to comment.