This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git
The following commit(s) were added to refs/heads/trunk by this push:
new 5a742cf46 [FLUME_3476] fixing vulnerability CVE-2023-26048
new 2c65eb366 Merge pull request #412 from nikita15p/fix-FLUME-3476
5a742cf46 is described below
commit 5a742cf464f928be26b32df629da119f847ad793
Author: nikita15p <[email protected]>
AuthorDate: Wed May 24 15:17:20 2023 +0530
[FLUME_3476] fixing vulnerability CVE-2023-26048
---
dev-docs/UpdateLicenses.md | 16 ++++++++--------
flume-parent/pom.xml | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/dev-docs/UpdateLicenses.md b/dev-docs/UpdateLicenses.md
index 078780e1a..78c167a4f 100644
--- a/dev-docs/UpdateLicenses.md
+++ b/dev-docs/UpdateLicenses.md
@@ -484,14 +484,14 @@ CDDL v1.0. Entry in LICENSE and NOTICE.
BSD-like project specific. Entry in LICENSE and NOTICE.
```
- jetty-http-9.4.41.v20210516.jar
- jetty-io-9.4.41.v20210516.jar
- jetty-jmx-9.4.41.v20210516.jar
- jetty-security-9.4.41.v20210516.jar
- jetty-server-9.4.41.v20210516.jar
- jetty-servlet-9.4.41.v20210516.jar
- jetty-util-9.4.41.v20210516.jar
- jetty-util-ajax-9.4.41.v20210516.jar
+ jetty-http-9.4.51.v20230217.jar
+ jetty-io-9.4.51.v20230217.jar
+ jetty-jmx-9.4.51.v20230217.jar
+ jetty-security-9.4.51.v20230217.jar
+ jetty-server-9.4.51.v20230217.jar
+ jetty-servlet-9.4.51.v20230217.jar
+ jetty-util-9.4.51.v20230217.jar
+ jetty-util-9.4.51.v20230217.jar
```
ALv2. Entry in NOTICE. Additional entry for UnixCrypt.
diff --git a/flume-parent/pom.xml b/flume-parent/pom.xml
index 7ea2cb7d8..fb6428da5 100644
--- a/flume-parent/pom.xml
+++ b/flume-parent/pom.xml
@@ -81,7 +81,7 @@ limitations under the License.
<httpclient.version>4.5.13</httpclient.version>
<irclib.version>1.10</irclib.version>
<jersey.version>1.8</jersey.version>
- <jetty.version>9.4.48.v20220622</jetty.version>
+ <jetty.version>9.4.51.v20230217</jetty.version>
<jdom.version>1.1.3</jdom.version>
<joda-time.version>2.9.9</joda-time.version>
<junit.version>4.13.2</junit.version>