diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt index dcad8e9bb78f9..ab19d96483569 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -383,25 +383,25 @@ The Apache Software License, Version 2.0 - org.asynchttpclient-async-http-client-2.12.1.jar - org.asynchttpclient-async-http-client-netty-utils-2.12.1.jar * Jetty - - org.eclipse.jetty-jetty-client-9.4.52.v20230823.jar - - org.eclipse.jetty-jetty-continuation-9.4.52.v20230823.jar - - org.eclipse.jetty-jetty-http-9.4.52.v20230823.jar - - org.eclipse.jetty-jetty-io-9.4.52.v20230823.jar - - org.eclipse.jetty-jetty-proxy-9.4.52.v20230823.jar - - org.eclipse.jetty-jetty-security-9.4.52.v20230823.jar - - org.eclipse.jetty-jetty-server-9.4.52.v20230823.jar - - org.eclipse.jetty-jetty-servlet-9.4.52.v20230823.jar - - org.eclipse.jetty-jetty-servlets-9.4.52.v20230823.jar - - org.eclipse.jetty-jetty-util-9.4.52.v20230823.jar - - org.eclipse.jetty-jetty-util-ajax-9.4.52.v20230823.jar - - org.eclipse.jetty.websocket-javax-websocket-client-impl-9.4.52.v20230823.jar - - org.eclipse.jetty.websocket-websocket-api-9.4.52.v20230823.jar - - org.eclipse.jetty.websocket-websocket-client-9.4.52.v20230823.jar - - org.eclipse.jetty.websocket-websocket-common-9.4.52.v20230823.jar - - org.eclipse.jetty.websocket-websocket-server-9.4.52.v20230823.jar - - org.eclipse.jetty.websocket-websocket-servlet-9.4.52.v20230823.jar - - org.eclipse.jetty-jetty-alpn-conscrypt-server-9.4.52.v20230823.jar - - org.eclipse.jetty-jetty-alpn-server-9.4.52.v20230823.jar + - org.eclipse.jetty-jetty-client-9.4.53.v20231009.jar + - org.eclipse.jetty-jetty-continuation-9.4.53.v20231009.jar + - org.eclipse.jetty-jetty-http-9.4.53.v20231009.jar + - org.eclipse.jetty-jetty-io-9.4.53.v20231009.jar + - org.eclipse.jetty-jetty-proxy-9.4.53.v20231009.jar + - org.eclipse.jetty-jetty-security-9.4.53.v20231009.jar + - org.eclipse.jetty-jetty-server-9.4.53.v20231009.jar + - org.eclipse.jetty-jetty-servlet-9.4.53.v20231009.jar + - org.eclipse.jetty-jetty-servlets-9.4.53.v20231009.jar + - org.eclipse.jetty-jetty-util-9.4.53.v20231009.jar + - org.eclipse.jetty-jetty-util-ajax-9.4.53.v20231009.jar + - org.eclipse.jetty.websocket-javax-websocket-client-impl-9.4.53.v20231009.jar + - org.eclipse.jetty.websocket-websocket-api-9.4.53.v20231009.jar + - org.eclipse.jetty.websocket-websocket-client-9.4.53.v20231009.jar + - org.eclipse.jetty.websocket-websocket-common-9.4.53.v20231009.jar + - org.eclipse.jetty.websocket-websocket-server-9.4.53.v20231009.jar + - org.eclipse.jetty.websocket-websocket-servlet-9.4.53.v20231009.jar + - org.eclipse.jetty-jetty-alpn-conscrypt-server-9.4.53.v20231009.jar + - org.eclipse.jetty-jetty-alpn-server-9.4.53.v20231009.jar * SnakeYaml -- org.yaml-snakeyaml-2.0.jar * RocksDB - org.rocksdb-rocksdbjni-7.9.2.jar * Google Error Prone Annotations - com.google.errorprone-error_prone_annotations-2.5.1.jar diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt b/distribution/shell/src/assemble/LICENSE.bin.txt index 8a8f47350409c..035308b3105aa 100644 --- a/distribution/shell/src/assemble/LICENSE.bin.txt +++ b/distribution/shell/src/assemble/LICENSE.bin.txt @@ -395,14 +395,14 @@ The Apache Software License, Version 2.0 - async-http-client-2.12.1.jar - async-http-client-netty-utils-2.12.1.jar * Jetty - - jetty-client-9.4.52.v20230823.jar - - jetty-http-9.4.52.v20230823.jar - - jetty-io-9.4.52.v20230823.jar - - jetty-util-9.4.52.v20230823.jar - - javax-websocket-client-impl-9.4.52.v20230823.jar - - websocket-api-9.4.52.v20230823.jar - - websocket-client-9.4.52.v20230823.jar - - websocket-common-9.4.52.v20230823.jar + - jetty-client-9.4.53.v20231009.jar + - jetty-http-9.4.53.v20231009.jar + - jetty-io-9.4.53.v20231009.jar + - jetty-util-9.4.53.v20231009.jar + - javax-websocket-client-impl-9.4.53.v20231009.jar + - websocket-api-9.4.53.v20231009.jar + - websocket-client-9.4.53.v20231009.jar + - websocket-common-9.4.53.v20231009.jar * SnakeYaml -- snakeyaml-2.0.jar * Google Error Prone Annotations - error_prone_annotations-2.5.1.jar * Javassist -- javassist-3.25.0-GA.jar diff --git a/pom.xml b/pom.xml index 50eac66179f4a..c2833f973cce0 100644 --- a/pom.xml +++ b/pom.xml @@ -142,7 +142,7 @@ flexible messaging model and an intuitive client API. 5.1.0 4.1.99.Final 0.0.21.Final - 9.4.52.v20230823 + 9.4.53.v20231009 2.5.2 2.34 1.10.50 diff --git a/pulsar-sql/presto-distribution/LICENSE b/pulsar-sql/presto-distribution/LICENSE index 4f1e0ac0053d8..32c1d9ac6abaa 100644 --- a/pulsar-sql/presto-distribution/LICENSE +++ b/pulsar-sql/presto-distribution/LICENSE @@ -283,22 +283,22 @@ The Apache Software License, Version 2.0 - joda-time-2.10.10.jar - failsafe-2.4.4.jar * Jetty - - http2-client-9.4.52.v20230823.jar - - http2-common-9.4.52.v20230823.jar - - http2-hpack-9.4.52.v20230823.jar - - http2-http-client-transport-9.4.52.v20230823.jar - - jetty-alpn-client-9.4.52.v20230823.jar - - http2-server-9.4.52.v20230823.jar - - jetty-alpn-java-client-9.4.52.v20230823.jar - - jetty-client-9.4.52.v20230823.jar - - jetty-http-9.4.52.v20230823.jar - - jetty-io-9.4.52.v20230823.jar - - jetty-jmx-9.4.52.v20230823.jar - - jetty-security-9.4.52.v20230823.jar - - jetty-server-9.4.52.v20230823.jar - - jetty-servlet-9.4.52.v20230823.jar - - jetty-util-9.4.52.v20230823.jar - - jetty-util-ajax-9.4.52.v20230823.jar + - http2-client-9.4.53.v20231009.jar + - http2-common-9.4.53.v20231009.jar + - http2-hpack-9.4.53.v20231009.jar + - http2-http-client-transport-9.4.53.v20231009.jar + - jetty-alpn-client-9.4.53.v20231009.jar + - http2-server-9.4.53.v20231009.jar + - jetty-alpn-java-client-9.4.53.v20231009.jar + - jetty-client-9.4.53.v20231009.jar + - jetty-http-9.4.53.v20231009.jar + - jetty-io-9.4.53.v20231009.jar + - jetty-jmx-9.4.53.v20231009.jar + - jetty-security-9.4.53.v20231009.jar + - jetty-server-9.4.53.v20231009.jar + - jetty-servlet-9.4.53.v20231009.jar + - jetty-util-9.4.53.v20231009.jar + - jetty-util-ajax-9.4.53.v20231009.jar * Byte Buddy - byte-buddy-1.14.8.jar * Apache BVal