Skip to content

Commit

Permalink
upgrade enforcer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Oct 14, 2024
1 parent 55754a1 commit dc550ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gateway/enforcer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following should be installed in your development machine.
+ value: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5006 -Dhttpclient.hostnameVerifier=AllowAll -Xms512m -Xmx512m -XX:MaxRAMFraction=2
```

2. Start WSO2 API Platform for K8s.
2. Start WSO2 API Platform for K8s in you local k8s cluster.

3. Port forward the port 5006.

Expand Down
8 changes: 4 additions & 4 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ httpcomponents = "4.5.14"
io-github-openfeign = "11.0"
io-swagger = "1.6.9"
io-swagger-v3 = "2.2.9"
jackson = "2.14.2"
jackson = "2.18.0"
javax-cache = "1.1.1"
javax-validation = "2.0.1.Final"
javax-validation-api = "1.1.0.Final"
Expand All @@ -159,10 +159,10 @@ log4j = "2.19.0"
mapstruct = "1.5.3.Final"
minidev = "2.4.9"
moandjiezana = "0.7.2"
netty = "4.1.100.Final"
netty = "4.1.114.Final"
nimbus = "7.9.0.wso2v1"
okhttp = "4.9.3.wso2v1"
okio = "2.8.0.wso2v1"
okhttp = "4.9.3.wso2v3"
okio = "3.9.0.wso2v1"
opentelemetry = "1.24.0"
opentelemetry-jaeger-thrift = "1.24.0"
opentelemetry-semconv = "1.24.0-alpha"
Expand Down

0 comments on commit dc550ca

Please sign in to comment.