Skip to content

Commit

Permalink
Update checker-qual (through guava) to v2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Oct 25, 2019
1 parent 85988a3 commit e40a4c9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.1-jre</version>
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- Outdated transitive dependency through guava -->
<!-- Waiting on https://github.com/google/guava/pull/3671 -->
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>2.11.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit e40a4c9

Please sign in to comment.