#877 - Upgrade to Coroutines 1.3.0.
Coroutines BOM is now used for dependency management. Original pull request: #879.
This commit is contained in:
committed by
Mark Paluch
parent
deee6c6f9c
commit
e0d024d856
@@ -110,7 +110,7 @@
|
||||
<jsonpath>2.4.0</jsonpath>
|
||||
<junit>4.12</junit>
|
||||
<kotlin>1.3.50</kotlin>
|
||||
<kotlin-coroutines>1.2.1</kotlin-coroutines>
|
||||
<kotlin-coroutines>1.3.0</kotlin-coroutines>
|
||||
<logback>1.2.3</logback>
|
||||
<lombok>1.18.8</lombok>
|
||||
<mockito>3.0.0</mockito>
|
||||
@@ -912,6 +912,13 @@
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlinx</groupId>
|
||||
<artifactId>kotlinx-coroutines-bom</artifactId>
|
||||
<version>${kotlin-coroutines}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson</groupId>
|
||||
<artifactId>jackson-bom</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user