File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
jooby/src/main/kotlin/io/jooby Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ open class Kooby constructor() : Jooby() {
200200
201201 @RouterDsl
202202 fun coroutine (coroutineStart : CoroutineStart = CoroutineStart .DEFAULT , block : CoroutineRouter .() -> Unit ): CoroutineRouter {
203- val router = attributes.computeIfAbsent(" coroutineRouter" ) { key -> CoroutineRouter (coroutineStart, this ) } as CoroutineRouter
203+ val router = attributes.computeIfAbsent(" coroutineRouter" ) { CoroutineRouter (coroutineStart, this ) } as CoroutineRouter
204204 router.block()
205205 return router
206206 }
Original file line number Diff line number Diff line change 7070 <javassist .version>3.25.0-GA</javassist .version>
7171
7272 <!-- Kotlin -->
73- <kotlin .version>1.3.40 </kotlin .version>
73+ <kotlin .version>1.3.41 </kotlin .version>
7474 <kotlinx-coroutines-core .version>1.2.2</kotlinx-coroutines-core .version>
7575
7676 <!-- Test dependencies -->
7777 <jacoco .version>0.8.4</jacoco .version>
7878 <junit .version>5.5.0</junit .version>
7979 <rest-assured .version>4.0.0</rest-assured .version>
8080 <checkstyle .version>8.19</checkstyle .version>
81- <mockito .version>2.28.2 </mockito .version>
81+ <mockito .version>3.0.0 </mockito .version>
8282 <guava .version>28.0-jre</guava .version>
8383
8484 <!-- Gradle plugins -->
125125 <maven-surefire-plugin .version>3.0.0-M3</maven-surefire-plugin .version>
126126 <mojo-executor .version>2.3.0</mojo-executor .version>
127127 <nexus-staging-maven-plugin .version>1.6.5</nexus-staging-maven-plugin .version>
128- <plexus-utils .version>3.2.0 </plexus-utils .version>
128+ <plexus-utils .version>3.2.1 </plexus-utils .version>
129129 <stork-maven-plugin .version>2.7.0</stork-maven-plugin .version>
130130 <versions-maven-plugin .version>2.1</versions-maven-plugin .version>
131131
You can’t perform that action at this time.
0 commit comments