Skip to content

Commit

Permalink
bump jacoco for Java 11 (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored Jun 21, 2020
1 parent 78e59c6 commit 8d3c294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ before_install:
- sudo apt-get install python3-pip
- sudo apt-get install python3-setuptools
- sudo pip3 install --upgrade setuptools
- sudo pip3 install bottleneck
# Pull Mongodb image to test
- docker pull mongo:latest
- docker run -d --net=host mongo:latest
Expand Down
6 changes: 3 additions & 3 deletions dspot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.core</artifactId>
<version>0.7.9</version>
<version>0.8.5</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -268,7 +268,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.9</version>
<version>0.8.5</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -316,7 +316,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.1</version>
<version>0.8.5</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 8d3c294

Please sign in to comment.