File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ repositories {
30
30
}
31
31
32
32
dependencies {
33
- implementation 'com.github.moia-dev.lambda-kotlin-request-router:router:0.8.2 '
33
+ implementation 'com.github.moia-dev.lambda-kotlin-request-router:router:0.8.7 '
34
34
}
35
35
36
36
```
@@ -164,7 +164,7 @@ So we do no validation of the JWT token.
164
164
The module ` router-protobuf ` helps to ease implementation of handlers that receive and return protobuf messages.
165
165
166
166
```
167
- implementation 'com.github.moia-dev.lambda-kotlin-request-router:router-protobuf:0.8.2 '
167
+ implementation 'com.github.moia-dev.lambda-kotlin-request-router:router-protobuf:0.8.7 '
168
168
```
169
169
170
170
A handler implementation that wants to take advantage of the protobuf support should inherit from ` ProtoEnabledRequestHandler ` .
@@ -215,7 +215,7 @@ This library validates:
215
215
- ...
216
216
217
217
```
218
- testImplementation 'com.github.moia-dev.lambda-kotlin-request-router:router-openapi-request-validator:0.8.2 '
218
+ testImplementation 'com.github.moia-dev.lambda-kotlin-request-router:router-openapi-request-validator:0.8.7 '
219
219
```
220
220
221
221
``` kotlin
You can’t perform that action at this time.
0 commit comments