-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
object Versions { | ||
const val kotlin = "1.3.72" | ||
const val kotlinxCoroutines = "1.3.7" | ||
const val kotlin = "1.4.0" | ||
const val kotlinxCoroutines = "1.3.9" | ||
const val kotlinRetry = "1.0.5" | ||
const val springBoot = "2.3.1.RELEASE" | ||
const val springBoot = "2.3.3.RELEASE" | ||
const val springDependencyManagement = "1.0.9.RELEASE" | ||
const val springMockk = "2.0.1" | ||
const val springMockk = "2.0.3" | ||
const val matrixSDK = "0.3.1.RELEASE" | ||
const val clikt = "2.7.1" | ||
const val clikt = "2.8.0" | ||
const val ant = "1.10.8" | ||
const val libphonenumber = "8.12.5" | ||
const val neo4jrx = "1.1.0" | ||
const val testcontainers = "1.14.1" | ||
const val libphonenumber = "8.12.8" | ||
const val testcontainers = "1.14.3" | ||
const val neo4jrx = "1.1.1" // TODO deprecated | ||
} |