This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new 149e97a8 MINOR: Bump checker.framework.version from 3.48.4 to 3.49.0
(#598)
149e97a8 is described below
commit 149e97a8f70cee9eff0487874df01d7f50eefc0f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 20 21:25:55 2025 -0500
MINOR: Bump checker.framework.version from 3.48.4 to 3.49.0 (#598)
Bumps `checker.framework.version` from 3.48.4 to 3.49.0.
Updates `org.checkerframework:checker-qual` from 3.48.4 to 3.49.0
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 52e383ea..d944109b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@ under the License.
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
<error_prone_core.version>2.31.0</error_prone_core.version>
<mockito.core.version>5.15.2</mockito.core.version>
- <checker.framework.version>3.48.4</checker.framework.version>
+ <checker.framework.version>3.49.0</checker.framework.version>
<logback.version>1.5.16</logback.version>
<doclint>none</doclint>
<additionalparam>-Xdoclint:none</additionalparam>