Skip to content

Commit

Permalink
Merge pull request #169 from ballerina-platform/netty-4.1.94
Browse files Browse the repository at this point in the history
Bump netty version to 4.1.94.Final
  • Loading branch information
LakshanSS authored Jul 31, 2023
2 parents 5aadbf4 + e73044c commit b84d060
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
./gradlew build
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.0
with:
version: latest
uses: ballerina-platform/setup-ballerina@v1.1.0
with:
version: latest

- name: Ballerina Build
working-directory: ./redis
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
./gradlew build
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.0
with:
version: latest
uses: ballerina-platform/setup-ballerina@v1.1.0
with:
version: latest

- name: Ballerina Build
working-directory: ./redis
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
./gradlew build
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.0
with:
version: latest
uses: ballerina-platform/setup-ballerina@v1.1.0
with:
version: latest

- name: Ballerina Build
working-directory: ./redis
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.ballerinalang.redis
version=2.5.0
version=2.5.1
ballerinaLangVersion=2201.7.0

downloadPluginVersion=4.0.4
Expand Down
22 changes: 11 additions & 11 deletions redis/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
distribution = "2201.7.0"
org="ballerinax"
name = "redis"
version="2.5.0"
version="2.5.1"
authors = ["Ballerina"]
keywords = ["IT Operations/Databases", "Cost/Freemium"]
icon = "icon.png"
repository = "/~https://github.com/ballerina-platform/module-ballerinax-redis"
license = ["Apache-2.0"]

[[platform.java11.dependency]]
path = "../redis-utils/build/libs/redis-utils-2.5.0.jar"
path = "../redis-utils/build/libs/redis-utils-2.5.1.jar"
groupId = "org.ballerinalang"
artifactId = "redis-utils"
module = "redis-utils"
version="2.5.0"
version="2.5.1"

[[platform.java11.dependency]]
groupId = "io.lettuce"
Expand Down Expand Up @@ -44,42 +44,42 @@ version = "2.7"
[[platform.java11.dependency]]
groupId = "io.netty"
artifactId = "netty-common"
version = "4.1.86.Final"
version = "4.1.94.Final"

[[platform.java11.dependency]]
groupId = "io.netty"
artifactId = "netty-buffer"
version = "4.1.86.Final"
version = "4.1.94.Final"

[[platform.java11.dependency]]
groupId = "io.netty"
artifactId = "netty-transport"
version = "4.1.86.Final"
version = "4.1.94.Final"

[[platform.java11.dependency]]
groupId = "io.netty"
artifactId = "netty-resolver"
version = "4.1.86.Final"
version = "4.1.94.Final"

[[platform.java11.dependency]]
groupId = "io.netty"
artifactId = "netty-handler"
version = "4.1.86.Final"
version = "4.1.94.Final"

[[platform.java11.dependency]]
groupId = "io.netty"
artifactId = "netty-transport-native-kqueue"
version = "4.1.86.Final"
version = "4.1.94.Final"

[[platform.java11.dependency]]
groupId = "io.netty"
artifactId = "netty-transport-native-epoll"
version = "4.1.86.Final"
version = "4.1.94.Final"

[[platform.java11.dependency]]
groupId = "io.netty"
artifactId = "netty-codec"
version = "4.1.86.Final"
version = "4.1.94.Final"

[[platform.java11.dependency]]
groupId = "io.projectreactor"
Expand Down

0 comments on commit b84d060

Please sign in to comment.