From e0d024d856752a410ab5f39931fe9e667b82d63f Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Wed, 4 Sep 2019 09:56:57 +0200 Subject: [PATCH] #877 - Upgrade to Coroutines 1.3.0. Coroutines BOM is now used for dependency management. Original pull request: #879. --- parent/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 5210ff49..612bf218 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -110,7 +110,7 @@ 2.4.0 4.12 1.3.50 - 1.2.1 + 1.3.0 1.2.3 1.18.8 3.0.0 @@ -912,6 +912,13 @@ pom import + + org.jetbrains.kotlinx + kotlinx-coroutines-bom + ${kotlin-coroutines} + pom + import + com.fasterxml.jackson jackson-bom