Skip to content

Commit

Permalink
[FLINK-29638][connectors][filesystems][formats] Update Jackson-BOM to…
Browse files Browse the repository at this point in the history
… 2.13.4.2
  • Loading branch information
snuyanzin authored and XComp committed Oct 19, 2022
1 parent 8f3eab2 commit bee3e94
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This project bundles the following dependencies under the Apache Software Licens
- com.amazonaws:jmespath-java:1.12.276
- com.fasterxml.jackson.core:jackson-annotations:2.13.4
- com.fasterxml.jackson.core:jackson-core:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4.2
- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.4
- org.apache.httpcomponents:httpclient:4.5.13
- org.apache.httpcomponents:httpcore:4.4.14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project bundles the following dependencies under the Apache Software Licens

- com.fasterxml.jackson.core:jackson-annotations:2.13.4
- com.fasterxml.jackson.core:jackson-core:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4.2
- com.fasterxml.woodstox:woodstox-core:5.3.0
- com.google.guava:failureaccess:1.0
- com.google.guava:guava:27.0-jre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This project bundles the following dependencies under the Apache Software Licens
- com.amazonaws:jmespath-java:1.11.951
- com.fasterxml.jackson.core:jackson-annotations:2.13.4
- com.fasterxml.jackson.core:jackson-core:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4.2
- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.4
- com.fasterxml.woodstox:woodstox-core:5.3.0
- com.google.guava:failureaccess:1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This project bundles the following dependencies under the Apache Software Licens
- com.facebook.presto:presto-hive:0.272
- com.fasterxml.jackson.core:jackson-annotations:2.13.4
- com.fasterxml.jackson.core:jackson-core:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4.2
- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.4
- com.fasterxml.woodstox:woodstox-core:5.3.0
- com.google.guava:guava:26.0-jre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project bundles the following dependencies under the Apache Software Licens

- org.apache.avro:avro:1.11.1
- com.fasterxml.jackson.core:jackson-core:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4.2
- com.fasterxml.jackson.core:jackson-annotations:2.13.4
- org.apache.commons:commons-compress:1.21
- io.confluent:kafka-schema-registry-client:7.2.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ This project bundles the following dependencies under the Apache Software Licens

- org.apache.avro:avro:1.11.1
- com.fasterxml.jackson.core:jackson-core:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4.2
- com.fasterxml.jackson.core:jackson-annotations:2.13.4
- org.apache.commons:commons-compress:1.21
2 changes: 1 addition & 1 deletion flink-kubernetes/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project bundles the following dependencies under the Apache Software Licens

- com.fasterxml.jackson.core:jackson-annotations:2.13.4
- com.fasterxml.jackson.core:jackson-core:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4.2
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.4
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4
- com.squareup.okhttp3:logging-interceptor:3.14.9
Expand Down
2 changes: 1 addition & 1 deletion flink-python/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project bundles the following dependencies under the Apache Software Licens

- com.fasterxml.jackson.core:jackson-annotations:2.13.4
- com.fasterxml.jackson.core:jackson-core:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4
- com.fasterxml.jackson.core:jackson-databind:2.13.4.2
- com.google.flatbuffers:flatbuffers-java:1.12.0
- io.netty:netty-buffer:4.1.70.Final
- io.netty:netty-common:4.1.70.Final
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ under the License.
<curator.version>5.2.0</curator.version>
<avro.version>1.11.1</avro.version>
<!-- Version for transitive Jackson dependencies that are not used within Flink itself.-->
<jackson-bom.version>2.13.4</jackson-bom.version>
<jackson-bom.version>2.13.4.20221013</jackson-bom.version>
<javax.activation.api.version>1.2.0</javax.activation.api.version>
<jaxb.api.version>2.3.1</jaxb.api.version>
<junit4.version>4.13.2</junit4.version>
Expand Down

0 comments on commit bee3e94

Please sign in to comment.