Skip to content

Commit 1b14084

Browse files
Update README.md
1 parent 229543d commit 1b14084

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repositories {
3030
}
3131
3232
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'
3434
}
3535
3636
```
@@ -164,7 +164,7 @@ So we do no validation of the JWT token.
164164
The module `router-protobuf` helps to ease implementation of handlers that receive and return protobuf messages.
165165

166166
```
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'
168168
```
169169

170170
A handler implementation that wants to take advantage of the protobuf support should inherit from `ProtoEnabledRequestHandler`.
@@ -215,7 +215,7 @@ This library validates:
215215
- ...
216216

217217
```
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'
219219
```
220220

221221
```kotlin

0 commit comments

Comments
 (0)