Skip to content

Commit

Permalink
upgrade netty version
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Oct 16, 2023
1 parent 40a6494 commit 0395fb6
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 5 deletions.
2 changes: 2 additions & 0 deletions admin/admin-domain-service/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
## Admin Domain Service

### Functionalities

4 changes: 3 additions & 1 deletion backoffice/backoffice-domain-service/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
## Backoffice Domain Service
## Backoffice Domain Service

### Functionalities.
4 changes: 3 additions & 1 deletion devportal/devportal-domain-service/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
## Devportal Domain Service
## Devportal Domain Service

### Functionalities.
2 changes: 1 addition & 1 deletion gateway/enforcer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The following should be installed in your development machine.

- [Gradle](https://gradle.org/install/) >= 7.5.1 version
- [Docker](https://docs.docker.com/engine/install/ubuntu/) >= 17.03 version
- [Java](https://adoptium.net/installation/) >= 11-jdk version
- [Java](https://adoptium.net/installation/) >= 17-jdk version

## Setting up for debugging

Expand Down
7 changes: 7 additions & 0 deletions idp/idp-domain-service/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## IDP Domain Service

# Functionalities.

1. Generate Token.
2. Generate Token with scopes.
3. DCR.
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ log4j = "2.19.0"
mapstruct = "1.5.3.Final"
minidev = "2.4.9"
moandjiezana = "0.7.2"
netty = "4.1.94.Final"
netty = "4.1.100.Final"
nimbus = "7.9.0.wso2v1"
okhttp = "4.9.3.wso2v1"
okio = "2.8.0.wso2v1"
Expand Down
1 change: 0 additions & 1 deletion runtime/config-deployer-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Config Deployer Service


# Functionalities.

1. Generate APK configuration (api.apk-conf) from given definition.
Expand Down

0 comments on commit 0395fb6

Please sign in to comment.