Skip to content

Commit

Permalink
Bump checker from 3.1.1 to 3.17.0
Browse files Browse the repository at this point in the history
Bumps [checker](https://github.com/typetools/checker-framework) from 3.1.1 to 3.17.0.
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](typetools/checker-framework@checker-framework-3.1.1...checker-framework-3.17.0)

---
updated-dependencies:
- dependency-name: org.checkerframework:checker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2023
1 parent 5a8561c commit 100d071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
<path>
<groupId>org.checkerframework</groupId>
<artifactId>checker</artifactId>
<version>3.1.1</version>
<version>3.17.0</version>
</path>
</annotationProcessorPaths>
<annotationProcessors>
Expand Down Expand Up @@ -601,7 +601,7 @@
<path>
<groupId>org.checkerframework</groupId>
<artifactId>checker</artifactId>
<version>3.18.0</version>
<version>3.17.0</version>
</path>
</annotationProcessorPaths>
<annotationProcessors>
Expand All @@ -619,7 +619,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker</artifactId>
<version>3.18.0</version>
<version>3.17.0</version>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 100d071

Please sign in to comment.