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
Pipeline #10081 passed with stages
in 3 minutes and 26 seconds
...@@ -309,7 +309,7 @@ ...@@ -309,7 +309,7 @@
<dependency> <dependency>
<groupId>org.checkerframework</groupId> <groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId> <artifactId>checker-qual</artifactId>
<version>2.1.14</version> <version>2.2.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
...@@ -335,7 +335,7 @@ ...@@ -335,7 +335,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.6.2</version> <version>3.7.0</version>
<configuration> <configuration>
<source>1.8</source> <source>1.8</source>
<target>1.8</target> <target>1.8</target>
...@@ -379,7 +379,7 @@ ...@@ -379,7 +379,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version> <version>2.20.1</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.jacoco</groupId> <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