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-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 28e770637 chore(java): bump dep.org.checkerframework.version from 
3.48.1 to 3.48.2 in /java (#2303)
28e770637 is described below

commit 28e770637ccff0034d586e78aeb0927e36fe2de8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 4 20:25:28 2024 -0500

    chore(java): bump dep.org.checkerframework.version from 3.48.1 to 3.48.2 in 
/java (#2303)
    
    Bumps `dep.org.checkerframework.version` from 3.48.1 to 3.48.2.
    Updates `org.checkerframework:checker-qual` from 3.48.1 to 3.48.2
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 7129c92d6..3e7f66f87 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -97,7 +97,7 @@
 
   <properties>
     <dep.arrow.version>15.0.0</dep.arrow.version>
-    <dep.org.checkerframework.version>3.48.1</dep.org.checkerframework.version>
+    <dep.org.checkerframework.version>3.48.2</dep.org.checkerframework.version>
     <adbc.version>0.15.0-SNAPSHOT</adbc.version>
   </properties>
 

Reply via email to