Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.15.0</version>
<version>3.16.0</version>
<configuration>
<!-- fork: Error Prone needs the add-exports javac-internal
access flags below on modern JDKs (issue #93) -->
Expand Down Expand Up @@ -205,7 +205,7 @@
<path>
<groupId>com.uber.nullaway</groupId>
<artifactId>nullaway</artifactId>
<version>0.13.8</version>
<version>0.14.1</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down Expand Up @@ -259,7 +259,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.6</version>
<version>3.6.0</version>
<executions>
<execution>
<!-- the bulk of the suite: load/save, simulation, element
Expand Down Expand Up @@ -627,7 +627,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.10.3.0</version>
<version>4.10.4.1</version>
<configuration>
<effort>Max</effort>
<!-- fail the build only on the highest-confidence findings;
Expand Down Expand Up @@ -657,7 +657,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>3.9.0</version>
<version>3.10.2</version>
<configuration>
<java>
<includes>
Expand Down Expand Up @@ -702,7 +702,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.15.0</version>
<version>3.16.0</version>
<configuration>
<fork>true</fork>
<compilerArgs combine.self="override">
Expand Down Expand Up @@ -741,7 +741,7 @@
<path>
<groupId>com.uber.nullaway</groupId>
<artifactId>nullaway</artifactId>
<version>0.13.8</version>
<version>0.14.1</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand All @@ -768,7 +768,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.25.9</version>
<version>1.30.0</version>
<dependencies>
<dependency>
<groupId>org.pitest</groupId>
Expand Down
Loading