Skip to content
Snippets Groups Projects
Commit 82b066fb authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Bump Maven dependencies and plugins

parent 6e527957
Branches
Tags
No related merge requests found
......@@ -309,7 +309,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>2.1.14</version>
<version>2.2.0</version>
</dependency>
</dependencies>
......@@ -335,7 +335,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.2</version>
<version>3.7.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
......@@ -379,7 +379,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<version>2.20.1</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment