Skip to content

MINOR: Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 #745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion flight/flight-integration-tests/src/shade/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

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

This binary artifact contains Jackson 2.18.3.
This binary artifact contains Jackson 2.19.0.

Home page: https://github.com/FasterXML/jackson
License: https://www.apache.org/licenses/LICENSE-2.0
Expand Down
2 changes: 1 addition & 1 deletion flight/flight-sql-jdbc-driver/src/shade/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ License text:

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

This binary artifact contains Jackson 2.18.3.
This binary artifact contains Jackson 2.19.0.

Home page: https://github.com/FasterXML/jackson
License: https://www.apache.org/licenses/LICENSE-2.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ under the License.
<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.2</dep.protobuf-bom.version>
<dep.jackson-bom.version>2.18.3</dep.jackson-bom.version>
<dep.jackson-bom.version>2.19.0</dep.jackson-bom.version>
<dep.hadoop.version>3.4.1</dep.hadoop.version>
<dep.fbs.version>25.2.10</dep.fbs.version>
<dep.avro.version>1.12.0</dep.avro.version>
Expand Down
2 changes: 1 addition & 1 deletion tools/src/shade/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ License: https://www.apache.org/licenses/LICENSE-2.0

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

This binary artifact contains Jackson 2.18.3.
This binary artifact contains Jackson 2.19.0.

Home page: https://github.com/FasterXML/jackson
License: https://www.apache.org/licenses/LICENSE-2.0
Expand Down
Loading