This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/go/adbc/modernc.org/sqlite-1.40.1
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


    omit 9fbeadda6 chore(go/adbc): Bump modernc.org/sqlite in /go/adbc
     add 9a1df7631 fix(csharp/src/Drivers/Databricks): Make mandatory token 
exchange blocking and fix concurrent handling (#3715)
     add cf18bac8a chore(go/adbc): Bump github.com/snowflakedb/gosnowflake from 
1.17.0 to 1.17.1 in /go/adbc (#3698)
     add 35e1378b5 chore(csharp): Bump Microsoft.NET.Test.Sdk from 18.0.0 to 
18.0.1 (#3724)
     add 99fedc9b6 feat(csharp): rename .Tests to .Testing; add NuGet for other 
packages (#3729)
     add d38500446 chore: Bump ruby/setup-ruby from 1.267.0 to 1.268.0 (#3719)
     add 771cc23ed chore(go/adbc): Bump golang.org/x/tools from 0.38.0 to 
0.39.0 (#3717)
     add 09763365b chore(go/adbc): Bump google.golang.org/api from 0.255.0 to 
0.256.0 in /go/adbc (#3718)
     add 49634fc37 chore(go/adbc): Bump modernc.org/sqlite in /go/adbc

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9fbeadda6)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/go/adbc/modernc.org/sqlite-1.40.1 (49634fc37)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/native-unix.yml                  |  18 +--
 .github/workflows/packaging.yml                    |   2 +-
 c/driver/postgresql/meson.build                    |   4 +-
 c/meson.build                                      |   1 +
 csharp/Apache.Arrow.Adbc.sln                       |   2 +-
 csharp/Benchmarks/Benchmarks.csproj                |   2 +-
 csharp/Directory.Packages.props                    |   2 +-
 csharp/src/Client/Properties/AssemblyInfo.cs       |   2 +-
 .../MandatoryTokenExchangeDelegatingHandler.cs     | 125 ++++++++++-----------
 ...sts.csproj => Apache.Arrow.Adbc.Testing.csproj} |   0
 .../Apache.Arrow.Adbc.Tests.Drivers.Apache.csproj  |   2 +-
 ...Apache.Arrow.Adbc.Tests.Drivers.BigQuery.csproj |   6 +-
 ...ache.Arrow.Adbc.Tests.Drivers.Databricks.csproj |   2 +-
 ...MandatoryTokenExchangeDelegatingHandlerTests.cs |  41 ++++---
 ...pache.Arrow.Adbc.Tests.Drivers.FlightSql.csproj |   2 +-
 ...row.Adbc.Tests.Drivers.Interop.FlightSql.csproj |   2 +-
 ...row.Adbc.Tests.Drivers.Interop.Snowflake.csproj |   2 +-
 dev/release/post-07-csharp.sh                      |   4 +-
 go/adbc/driver/snowflake/snowflake_database.go     |   4 +
 go/adbc/go.mod                                     |  24 ++--
 go/adbc/go.sum                                     |  48 ++++----
 21 files changed, 148 insertions(+), 147 deletions(-)
 rename csharp/test/Apache.Arrow.Adbc.Tests/{Apache.Arrow.Adbc.Tests.csproj => 
Apache.Arrow.Adbc.Testing.csproj} (100%)

Reply via email to