-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Batuhan Apaydin <[email protected]>
- Loading branch information
1 parent
36a8f49
commit f94b2e3
Showing
4 changed files
with
62 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 28fd3caaac712914004c18eb27c8deb4000e4b28 Mon Sep 17 00:00:00 2001 | ||
From: Batuhan Apaydin <[email protected]> | ||
Date: Sat, 4 Nov 2023 23:52:54 +0300 | ||
Subject: [PATCH] upgrade the jetty version | ||
|
||
Signed-off-by: Batuhan Apaydin <[email protected]> | ||
--- | ||
pom.xml | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/pom.xml b/pom.xml | ||
index 6158b7f4e..d8444cdea 100644 | ||
--- a/pom.xml | ||
+++ b/pom.xml | ||
@@ -560,7 +560,7 @@ | ||
<hamcrest.version>2.2</hamcrest.version> | ||
<commons-cli.version>1.5.0</commons-cli.version> | ||
<netty.version>4.1.94.Final</netty.version> | ||
- <jetty.version>9.4.52.v20230823</jetty.version> | ||
+ <jetty.version>9.4.53.v20231009</jetty.version> | ||
<jackson.version>2.15.2</jackson.version> | ||
<jline.version>2.14.6</jline.version> | ||
<snappy.version>1.1.10.5</snappy.version> | ||
-- | ||
2.39.3 (Apple Git-145) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 28fd3caaac712914004c18eb27c8deb4000e4b28 Mon Sep 17 00:00:00 2001 | ||
From: Batuhan Apaydin <[email protected]> | ||
Date: Sat, 4 Nov 2023 23:52:54 +0300 | ||
Subject: [PATCH] upgrade the jetty version | ||
|
||
Signed-off-by: Batuhan Apaydin <[email protected]> | ||
--- | ||
pom.xml | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/pom.xml b/pom.xml | ||
index 6158b7f4e..d8444cdea 100644 | ||
--- a/pom.xml | ||
+++ b/pom.xml | ||
@@ -560,7 +560,7 @@ | ||
<hamcrest.version>2.2</hamcrest.version> | ||
<commons-cli.version>1.5.0</commons-cli.version> | ||
<netty.version>4.1.94.Final</netty.version> | ||
- <jetty.version>9.4.52.v20230823</jetty.version> | ||
+ <jetty.version>9.4.53.v20231009</jetty.version> | ||
<jackson.version>2.15.2</jackson.version> | ||
<jline.version>2.14.6</jline.version> | ||
<snappy.version>1.1.10.5</snappy.version> | ||
-- | ||
2.39.3 (Apple Git-145) | ||
|