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 1b37f4e4f chore(go/adbc): bump golang.org/x/oauth2 from 0.24.0 to 
0.25.0 in /go/adbc (#2420)
1b37f4e4f is described below

commit 1b37f4e4f45858b68eeed420b4360de37e19fdb2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 6 20:37:51 2025 -0500

    chore(go/adbc): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 in /go/adbc 
(#2420)
    
    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from
    0.24.0 to 0.25.0.
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 go/adbc/go.mod | 2 +-
 go/adbc/go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go/adbc/go.mod b/go/adbc/go.mod
index 8c068fb48..5199cda07 100644
--- a/go/adbc/go.mod
+++ b/go/adbc/go.mod
@@ -31,7 +31,7 @@ require (
        github.com/stretchr/testify v1.10.0
        github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
        golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
-       golang.org/x/oauth2 v0.24.0
+       golang.org/x/oauth2 v0.25.0
        golang.org/x/sync v0.10.0
        golang.org/x/tools v0.29.0
        google.golang.org/api v0.214.0
diff --git a/go/adbc/go.sum b/go/adbc/go.sum
index ca21c6e46..db9b18cbd 100644
--- a/go/adbc/go.sum
+++ b/go/adbc/go.sum
@@ -261,8 +261,8 @@ golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod 
h1:sp8m0HH+o8qH0wwXwY
 golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
 golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
 golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod 
h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
-golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
-golang.org/x/oauth2 v0.24.0/go.mod 
h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
+golang.org/x/oauth2 v0.25.0 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70=
+golang.org/x/oauth2 v0.25.0/go.mod 
h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
 golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod 
h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod 
h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod 
h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

Reply via email to