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 7953e448 MINOR: Bump checker.framework.version from 3.48.2 to 3.48.4
(#506)
7953e448 is described below
commit 7953e4483808fbb95bf86b4fe6a8ce3db5c1c017
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 14 00:49:26 2025 -0500
MINOR: Bump checker.framework.version from 3.48.2 to 3.48.4 (#506)
Bumps `checker.framework.version` from 3.48.2 to 3.48.4.
Updates `org.checkerframework:checker-qual` from 3.48.2 to 3.48.4
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 8f2d8673..1d71bb95 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.2</checker.framework.version>
+ <checker.framework.version>3.48.4</checker.framework.version>
<logback.version>1.5.16</logback.version>
<doclint>none</doclint>
<additionalparam>-Xdoclint:none</additionalparam>