Skip to content

Commit

Permalink
Merge pull request #1682 from ballerina-platform/2201.4.x-netty-fix
Browse files Browse the repository at this point in the history
[2201.4.x] Update vulnerable netty version
  • Loading branch information
TharmiganK authored Jun 26, 2023
2 parents 5195bc4 + 084db70 commit 1b65044
Show file tree
Hide file tree
Showing 26 changed files with 163 additions and 158 deletions.
6 changes: 3 additions & 3 deletions ballerina-tests/http-advanced-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
org = "ballerina"
name = "http_advanced_tests"
version = "2.6.1"
version = "2.6.2"

[[dependency]]
org = "ballerina"
name = "http_test_common"
repository = "local"
version = "2.6.1"
version = "2.6.2"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.6.1.jar"
path = "../../test-utils/build/libs/http-test-utils-2.6.2-SNAPSHOT.jar"
18 changes: 9 additions & 9 deletions ballerina-tests/http-advanced-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.3.0"
version = "2.3.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -74,7 +74,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.6.1"
version = "2.6.2"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -106,7 +106,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http_advanced_tests"
version = "2.6.1"
version = "2.6.2"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "file"},
Expand All @@ -126,7 +126,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http_test_common"
version = "2.6.1"
version = "2.6.2"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "lang.string"},
Expand All @@ -142,7 +142,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.4.0"
version = "1.4.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -313,7 +313,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.6.0"
version = "1.6.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -333,7 +333,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "task"
version = "2.3.1"
version = "2.3.3"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -355,7 +355,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.4"
version = "2.2.5"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -367,7 +367,7 @@ modules = [
[[package]]
org = "ballerina"
name = "url"
version = "2.2.3"
version = "2.2.4"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down
6 changes: 3 additions & 3 deletions ballerina-tests/http-client-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
org = "ballerina"
name = "http_client_tests"
version = "2.6.1"
version = "2.6.2"

[[dependency]]
org = "ballerina"
name = "http_test_common"
repository = "local"
version = "2.6.1"
version = "2.6.2"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.6.1.jar"
path = "../../test-utils/build/libs/http-test-utils-2.6.2-SNAPSHOT.jar"
18 changes: 9 additions & 9 deletions ballerina-tests/http-client-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ modules = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.3.0"
version = "2.3.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -71,7 +71,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.6.1"
version = "2.6.2"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -103,7 +103,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http_client_tests"
version = "2.6.1"
version = "2.6.2"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "http"},
Expand All @@ -122,7 +122,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http_test_common"
version = "2.6.1"
version = "2.6.2"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "lang.string"},
Expand All @@ -138,7 +138,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.4.0"
version = "1.4.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -309,7 +309,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.6.0"
version = "1.6.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -329,7 +329,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "task"
version = "2.3.1"
version = "2.3.3"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -351,7 +351,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.4"
version = "2.2.5"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -360,7 +360,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "url"
version = "2.2.3"
version = "2.2.4"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down
6 changes: 3 additions & 3 deletions ballerina-tests/http-dispatching-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
org = "ballerina"
name = "http_dispatching_tests"
version = "2.6.1"
version = "2.6.2"

[[dependency]]
org = "ballerina"
name = "http_test_common"
repository = "local"
version = "2.6.1"
version = "2.6.2"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.6.1.jar"
path = "../../test-utils/build/libs/http-test-utils-2.6.2-SNAPSHOT.jar"
18 changes: 9 additions & 9 deletions ballerina-tests/http-dispatching-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.3.0"
version = "2.3.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -68,7 +68,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.6.1"
version = "2.6.2"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -100,7 +100,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http_dispatching_tests"
version = "2.6.1"
version = "2.6.2"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "http_test_common"},
Expand All @@ -121,7 +121,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http_test_common"
version = "2.6.1"
version = "2.6.2"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "lang.string"},
Expand All @@ -137,7 +137,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.4.0"
version = "1.4.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -344,7 +344,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.6.0"
version = "1.6.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -364,7 +364,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "task"
version = "2.3.1"
version = "2.3.3"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -386,7 +386,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.4"
version = "2.2.5"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -395,7 +395,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "url"
version = "2.2.3"
version = "2.2.4"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down
6 changes: 3 additions & 3 deletions ballerina-tests/http-interceptor-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
org = "ballerina"
name = "http_interceptor_tests"
version = "2.6.1"
version = "2.6.2"

[[dependency]]
org = "ballerina"
name = "http_test_common"
repository = "local"
version = "2.6.1"
version = "2.6.2"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.6.1.jar"
path = "../../test-utils/build/libs/http-test-utils-2.6.2-SNAPSHOT.jar"
18 changes: 9 additions & 9 deletions ballerina-tests/http-interceptor-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.3.0"
version = "2.3.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -68,7 +68,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.6.1"
version = "2.6.2"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -100,7 +100,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http_interceptor_tests"
version = "2.6.1"
version = "2.6.2"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "http_test_common"},
Expand All @@ -115,7 +115,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http_test_common"
version = "2.6.1"
version = "2.6.2"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "lang.string"},
Expand All @@ -131,7 +131,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.4.0"
version = "1.4.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -296,7 +296,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.6.0"
version = "1.6.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -316,7 +316,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "task"
version = "2.3.1"
version = "2.3.3"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -338,7 +338,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.4"
version = "2.2.5"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -347,7 +347,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "url"
version = "2.2.3"
version = "2.2.4"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down
Loading

0 comments on commit 1b65044

Please sign in to comment.