Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.junit-junit-bom-5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed May 2, 2019
2 parents efb9dea + 5ac2f50 commit f00d993
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<version.javadoc>3.0.1</version.javadoc>
<version.jdk>1.8</version.jdk>
<version.maven>3.5.3</version.maven>
<version.nullaway>0.6.3</version.nullaway>
<version.nullaway>0.7.2</version.nullaway>
<version.surefire>2.22.0</version.surefire>
<!-- Our build system (Travis CI) provides a monotonically increasing
build number. When building locally, this number is obviously absent.
Expand Down Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.3</version>
<version>2.2.8</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down Expand Up @@ -198,7 +198,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
<version>1.7.26</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -417,7 +417,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.14</version>
<version>8.20</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -485,7 +485,7 @@
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.0-beta-9</version>
<version>1.2</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -644,7 +644,7 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -669,12 +669,12 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.2</version>
<version>0.8.3</version>
</plugin>
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.4.3</version>
<version>1.4.7</version>
<executions>
<execution>
<id>compute-mutation-coverage</id>
Expand All @@ -698,7 +698,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.5.0.1254</version>
<version>3.6.0.1398</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit f00d993

Please sign in to comment.