Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ This project bundles the following dependencies under the Apache Software Licens
- software.amazon.awssdk:arns:2.26.19
- org.apache.httpcomponents:httpcore:4.4.14
- org.apache.httpcomponents:httpclient:4.5.13
- io.netty:netty-transport:4.1.86.Final
- io.netty:netty-transport-native-unix-common:4.1.86.Final
- io.netty:netty-transport-classes-epoll:4.1.86.Final
- io.netty:netty-resolver:4.1.86.Final
- io.netty:netty-handler:4.1.86.Final
- io.netty:netty-common:4.1.86.Final
- io.netty:netty-codec:4.1.86.Final
- io.netty:netty-codec-http:4.1.86.Final
- io.netty:netty-codec-http2:4.1.86.Final
- io.netty:netty-buffer:4.1.86.Final
- io.netty:netty-transport:4.1.122.Final
- io.netty:netty-transport-native-unix-common:4.1.122.Final
- io.netty:netty-transport-classes-epoll:4.1.122.Final
- io.netty:netty-resolver:4.1.122.Final
- io.netty:netty-handler:4.1.122.Final
- io.netty:netty-common:4.1.122.Final
- io.netty:netty-codec:4.1.122.Final
- io.netty:netty-codec-http:4.1.122.Final
- io.netty:netty-codec-http2:4.1.122.Final
- io.netty:netty-buffer:4.1.122.Final
- commons-logging:commons-logging:1.1.3

This project bundles the following dependencies under the MIT-0 license (https://spdx.org/licenses/MIT-0.html).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ This project bundles the following dependencies under the Apache Software Licens
- software.amazon.awssdk:annotations:2.26.19
- org.apache.httpcomponents:httpcore:4.4.14
- org.apache.httpcomponents:httpclient:4.5.13
- io.netty:netty-transport:4.1.86.Final
- io.netty:netty-transport-native-unix-common:4.1.86.Final
- io.netty:netty-transport-classes-epoll:4.1.86.Final
- io.netty:netty-resolver:4.1.86.Final
- io.netty:netty-handler:4.1.86.Final
- io.netty:netty-common:4.1.86.Final
- io.netty:netty-codec:4.1.86.Final
- io.netty:netty-codec-http:4.1.86.Final
- io.netty:netty-codec-http2:4.1.86.Final
- io.netty:netty-buffer:4.1.86.Final
- io.netty:netty-transport:4.1.122.Final
- io.netty:netty-transport-native-unix-common:4.1.122.Final
- io.netty:netty-transport-classes-epoll:4.1.122.Final
- io.netty:netty-resolver:4.1.122.Final
- io.netty:netty-handler:4.1.122.Final
- io.netty:netty-common:4.1.122.Final
- io.netty:netty-codec:4.1.122.Final
- io.netty:netty-codec-http:4.1.122.Final
- io.netty:netty-codec-http2:4.1.122.Final
- io.netty:netty-buffer:4.1.122.Final
- commons-logging:commons-logging:1.1.3


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ This project bundles the following dependencies under the Apache Software Licens
- software.amazon.awssdk:annotations:2.26.19
- org.apache.httpcomponents:httpcore:4.4.14
- org.apache.httpcomponents:httpclient:4.5.13
- io.netty:netty-transport:4.1.86.Final
- io.netty:netty-transport-native-unix-common:4.1.86.Final
- io.netty:netty-transport-classes-epoll:4.1.86.Final
- io.netty:netty-resolver:4.1.86.Final
- io.netty:netty-handler:4.1.86.Final
- io.netty:netty-common:4.1.86.Final
- io.netty:netty-codec:4.1.86.Final
- io.netty:netty-codec-http:4.1.86.Final
- io.netty:netty-codec-http2:4.1.86.Final
- io.netty:netty-buffer:4.1.86.Final
- io.netty:netty-transport:4.1.122.Final
- io.netty:netty-transport-native-unix-common:4.1.122.Final
- io.netty:netty-transport-classes-epoll:4.1.122.Final
- io.netty:netty-resolver:4.1.122.Final
- io.netty:netty-handler:4.1.122.Final
- io.netty:netty-common:4.1.122.Final
- io.netty:netty-codec:4.1.122.Final
- io.netty:netty-codec-http:4.1.122.Final
- io.netty:netty-codec-http2:4.1.122.Final
- io.netty:netty-buffer:4.1.122.Final
- commons-logging:commons-logging:1.1.3
- commons-codec:commons-codec:1.15

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ under the License.

<properties>
<aws.sdkv2.version>2.26.19</aws.sdkv2.version>
<netty.version>4.1.86.Final</netty.version>
<netty.version>4.1.122.Final</netty.version>
<flink.version>2.0.0</flink.version>
<jackson-bom.version>2.14.3</jackson-bom.version>
<glue.schema.registry.version>1.1.18</glue.schema.registry.version>
Expand Down