Upgrade to Coroutines 1.3.0

Closes gh-23535
This commit is contained in:
Sebastien Deleuze
2019-08-28 13:30:40 +02:00
parent 52976246ac
commit 77da40f006
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ ext {
moduleProjects = subprojects.findAll { it.name.startsWith("spring-") }
aspectjVersion = "1.9.4"
coroutinesVersion = "1.3.0-RC2"
coroutinesVersion = "1.3.0"
freemarkerVersion = "2.3.28"
groovyVersion = "2.5.7"
hsqldbVersion = "2.5.0"