Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flight/flight-integration-tests/src/shade/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,11 @@ License: https://www.apache.org/licenses/LICENSE-2.0

--------------------------------------------------------------------------------

This binary artifact contains Google Protobuf 4.30.0.
This binary artifact contains Google Protobuf 4.30.1.

Copyright: Copyright 2008 Google Inc. All rights reserved.
Home page: https://protobuf.dev/
License: https://github.com/protocolbuffers/protobuf/blob/v4.30.0/LICENSE (BSD)
License: https://github.com/protocolbuffers/protobuf/blob/v4.30.1/LICENSE (BSD)
License text:

| Copyright 2008 Google Inc. All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions flight/flight-sql-jdbc-driver/src/shade/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@ License: https://www.apache.org/licenses/LICENSE-2.0

--------------------------------------------------------------------------------

This binary artifact contains Protobuf 4.30.0.
This binary artifact contains Protobuf 4.30.1.

Copyright: Copyright 2008 Google Inc. All rights reserved.
Home page: https://protobuf.dev/
License: https://github.com/protocolbuffers/protobuf/blob/v4.30.0/LICENSE (BSD)
License: https://github.com/protocolbuffers/protobuf/blob/v4.30.1/LICENSE (BSD)
License text:

| Copyright 2008 Google Inc. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ under the License.
<dep.guava-bom.version>33.4.0-jre</dep.guava-bom.version>
<dep.netty-bom.version>4.1.119.Final</dep.netty-bom.version>
<dep.grpc-bom.version>1.71.0</dep.grpc-bom.version>
<dep.protobuf-bom.version>4.30.0</dep.protobuf-bom.version>
<dep.protobuf-bom.version>4.30.1</dep.protobuf-bom.version>
<dep.jackson-bom.version>2.18.3</dep.jackson-bom.version>
<dep.hadoop.version>3.4.1</dep.hadoop.version>
<dep.fbs.version>25.2.10</dep.fbs.version>
Expand Down
Loading