Skip to content

Commit

Permalink
Bump checker.framework.version from 3.48.1 to 3.48.2
Browse files Browse the repository at this point in the history
Bumps `checker.framework.version` from 3.48.1 to 3.48.2.

Updates `org.checkerframework:checker` from 3.48.1 to 3.48.2
- [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.48.1...checker-framework-3.48.2)

Updates `org.checkerframework:checker-qual` from 3.48.1 to 3.48.2
- [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.48.1...checker-framework-3.48.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 5546e91 commit 94cd2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp>

<checker.framework.version>3.48.1</checker.framework.version>
<checker.framework.version>3.48.2</checker.framework.version>

<junit.version>5.11.3</junit.version>
<mockito.version>5.14.2</mockito.version>
Expand Down

0 comments on commit 94cd2a2

Please sign in to comment.